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

Support java 21 #550

Closed
chenrui333 opened this issue Jan 19, 2024 · 1 comment · Fixed by #552
Closed

Support java 21 #550

chenrui333 opened this issue Jan 19, 2024 · 1 comment · Fixed by #552

Comments

@chenrui333
Copy link
Contributor

chenrui333 commented Jan 19, 2024

Consider java 21 has been released for quite some time, it would be good to get it supported.

I just did some gradle run, and ran into some issue against 1.3.9 release:

==> /opt/homebrew/Cellar/kotlin-language-server/1.3.9/bin/kotlin-language-server
Picked up _JAVA_OPTIONS: -Duser.home=/Users/rui/Library/Caches/Homebrew/java_cache -Djava.io.tmpdir=/private/tmp
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Jan 19, 2024 4:07:16 PM org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint lambda$recursiveFindRpcMethods$2
SEVERE: A delegate object is null, jsonrpc methods of 'public default org.eclipse.lsp4j.services.NotebookDocumentService org.eclipse.lsp4j.services.LanguageServer.getNotebookDocumentService()' are ignored
@fwcd
Copy link
Owner

fwcd commented Jan 24, 2024

The SLF4J message is expected (unfortunately) and the severe error should be fixed upstream with eclipse-lsp4j/lsp4j#659. We should update LSP4J anyway.

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

Successfully merging a pull request may close this issue.

2 participants