Type: Bug
Component: "SQS" (but I guess all of them are affected)
Describe the bug: Modular Java projects cannot depend on this project because there's no module information in the generated jar files.
Sample
Create a Java application relying on JPMS with a module declaration such as
module my.test.app {
requires spring.cloud.aws.sqs;
}
It fails to compile.
Type: Bug
Component: "SQS" (but I guess all of them are affected)
Describe the bug: Modular Java projects cannot depend on this project because there's no module information in the generated jar files.
Sample
Create a Java application relying on JPMS with a module declaration such as
It fails to compile.