You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. Thanks for an excellent library. I'm currently looking at migration from Java 8 to Java 11 in projects at work and am having issues relating to the module path, especially with the lack of automatic module name for this project. I understand the value of remaining compatible with Java 6, so would suggest that you add an Automatic-Module-Name entry to your manifest-file to make life easier for people using the module path as well as "reserving" a name for future reference.
I'm not well versed in Maven, but I think something like the below would work:
Thanks, @fredrik-yttergren for bringing out the issue.
Please allow me a couple of days to try and test it out ( since I haven't used Java 11 and need a bit of background before doing the requests change :) OR feel free to raise a PR )
Hi. Thanks for an excellent library. I'm currently looking at migration from Java 8 to Java 11 in projects at work and am having issues relating to the module path, especially with the lack of automatic module name for this project. I understand the value of remaining compatible with Java 6, so would suggest that you add an Automatic-Module-Name entry to your manifest-file to make life easier for people using the module path as well as "reserving" a name for future reference.
I'm not well versed in Maven, but I think something like the below would work:
Cheers!
The text was updated successfully, but these errors were encountered: