Skip to content
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

Configure java modules #379

Open
nmandrescu opened this issue Jun 1, 2021 · 0 comments
Open

Configure java modules #379

nmandrescu opened this issue Jun 1, 2021 · 0 comments
Milestone

Comments

@nmandrescu
Copy link
Contributor

About
Java module system.
jdeps can help to generate module-info.java, alternatively IntelliJ helps much in manual process.

Benefits

  • General java module benefits
  • Allow to open reflective access to specific module(s) only instead of ALL-UNNAMED. This explicit opening needed since JDK17+.

Pitfalls

  • springfox uses split packages and this issue is not yet addressed.
  • we use both ooxml-schemas and poi-ooxml. A split package detected for xmlbeans inside (though xmlbeans is excluded in web/pom.xml).
  • TBD

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant