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
The version of coc-java that coc installs is 1.15.2, that is the latest in the npm registry. This version does not support Java 21. Could someone publish a newer version (1.22.4, for example)?
The text was updated successfully, but these errors were encountered:
The problem is that this extension is a fork of vscode-java and is frozen in a version that is bundled with jdt.ls 1.14.0, which is a very old version that doesn’t support java 21.
Publishing this extension means the language server also needs to be updated, otherwise java 21 is still unusable. This requires a heavy refactoring.
However the maintainer seems not having time to deal with this.
A temporary solution might be installing from the master branch and manually set the jdt.ls directory to use a higher version.
The version of coc-java that coc installs is 1.15.2, that is the latest in the npm registry. This version does not support Java 21. Could someone publish a newer version (1.22.4, for example)?
The text was updated successfully, but these errors were encountered: