Can this be modularized (java 9 modules)? #16
hrstoyanov
started this conversation in
General
Replies: 1 comment
-
In 2023 1/3 of all Java projects in production were using Java 8. Submit a PR adding the jar manifest. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This would require bump to Java 9 at least (better yet - java 11). I can submit pull request for this?
If you insist staying on Java 8 and do not want proper module definition, at least put this entry in the jar manifest:
Automatic-Module-Name: org.sqids
Beta Was this translation helpful? Give feedback.
All reactions