spring-cloud-contract
spring-cloud-contract copied to clipboard
jpms
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 https://github.com/spring-projects/spring-framework/issues/18079#issuecomment-2087396680
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