HannesWell commented on PR #517: URL: https://github.com/apache/maven-resolver/pull/517#issuecomment-2186378842
I have now further enhanced this and added the Automatic-Module-Name by default for all modules (like in the 1.9.x variant of this in #518). In #516 that header is explicitly removed for all modules that get a JPMS module-info generated. Due to the naming unification this PR changes the `Bundle-SymbolicName` and `Automatic-Module-Name` header value for the locks modules: - `org.apache.maven.resolver.named` -> `org.apache.maven.resolver.named.locks` - `org.apache.maven.resolver.named.redisson` -> `org.apache.maven.resolver.named.locks.redisson` - `org.apache.maven.resolver.named.hazelcast` -> `org.apache.maven.resolver.named.locks.hazelcast` I hope this is acceptable? @gnodet and @cstamas from my POV this is ready and I think it would suit best to have this before my other changes. Could you please approve the workflows and review this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org