Skip to content

Improve JPMS support by adding Automatic-Module-Name #529

Closed
@jvalkeal

Description

@jvalkeal

Modify META-INF/MANIFEST.MF to have something similar

framework:

Manifest-Version: 1.0
Implementation-Title: spring-core
Implementation-Version: 6.0.0-SNAPSHOT
Automatic-Module-Name: spring.core
Created-By: 17.0.4 (Oracle Corporation)
Dependencies: jdk.unsupported

boot:

Manifest-Version: 1.0
Automatic-Module-Name: spring.boot.autoconfigure
Build-Jdk-Spec: 17
Built-By: Spring
Implementation-Title: Spring Boot AutoConfigure
Implementation-Version: 3.0.0-SNAPSHOT

uses.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions