Skip to content

Missing module-info data #1635

Description

@lehphyro

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions