We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
About Java module system. jdeps can help to generate module-info.java, alternatively IntelliJ helps much in manual process.
module-info.java
Benefits
Pitfalls
ooxml-schemas
poi-ooxml
xmlbeans
Though we can remove such dependencies, later we may still need a problematic lib. A workaround can be to merge such lib with --patch-module.
The text was updated successfully, but these errors were encountered:
--illegal-access=deny
No branches or pull requests
About
Java module system.
jdeps can help to generate
module-info.java
, alternatively IntelliJ helps much in manual process.Benefits
Pitfalls
ooxml-schemas
andpoi-ooxml
. A split package detected for xmlbeans inside (thoughxmlbeans
is excluded in web/pom.xml).Though we can remove such dependencies, later we may still need a problematic lib. A workaround can be to merge such lib with --patch-module.
The text was updated successfully, but these errors were encountered: