-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jpms #2108
Comments
We will follow the lead of spring-framework regarding this. |
Currently spring framework is using automatic modules. I flagged this because it doesn't appear to have any automatic module. At least not according to that report. To catch up you should add an automatic module today so that people who want to use JPMS can compile against spring-cloud-contract. I'm not really expecting a full module-info at this time, that's the long term ideal though. |
Hey, any idea how to generate the automatic module in Maven? |
I do not. Although I'm not sure it's worth generating because I think it's only one line in the manifest.mf. |
Related PR |
please add jpms support, at least automatic modules for now. However, this issue or another issue should be added for full module-info at sometime in the future. Referencing this upstream spring issue (specifically comment) which shows all of the dependencies that could be included via the code generator spring-projects/spring-framework#18079 (comment)
The text was updated successfully, but these errors were encountered: