-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[jdk11] problem with dependencies #3303
Comments
The code seems not to be compatible with Java 9+, because of split packages. I'd suggest to at least add a hint to the documentation. The sentence
is clearly wrong and should be "LanguageTool works with Java 8 only. Later versions are not yet fully supported." |
For SEO, I'd like to leave a precise comment to the issue. More clearly said, LanguageTool works with Java 8 and later WITHOUT Java Platform Module System (JPMS) support. All the project with configured with JPMS will get It may be a possible solution for the application with JPMS that you may want to "unsplit" all the LanguageTool's language jars into a single custom module. Because LanguageTool project don't take any action to solve the issue as in Sept. 2023, It is not easy to use LanguageTool in a project with JPMS enabled. |
Similar issue is reported in languagetool forum. https://forum.languagetool.org/t/java-11-dependencies-requirements/6155 |
Do we have any timelines around when this issue will be fixed? Given #9406 is a breaking change, and if we don't want to go ahead with this, can Languagetool export a fat jar (languagetool-core and language-en) so that there is a workaround for users for the interim time. |
#9406 provide a compatibility module that keep users who implement JAVA8 base client to used as same as before. |
Hello,
I have an dependency problem with your packages.
My gradle script look like :
When i run my code with this, i have some problem like
Can you have an example of java project wich use
jdk >= 9
with maven or gradle ?The text was updated successfully, but these errors were encountered: