-
Notifications
You must be signed in to change notification settings - Fork 8
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
Need to prepare for Guava update in JDTLS #109
Comments
FYI My current |
I've figured out how to do this (in UI, drop-down on Uninstall Extension; bit hidden)... ... but am still seeing it on 1.24.103111607 from 3/11/2024.
It's probably the JDT that changed its Guava version? Trying... |
Yeah, right; so with this extension back to its latest (as above) BUT |
Wehl... actually, hang on - I think this means that this extension probably WILL break when Language Support for Java(TM) by Red Hat upgrades from v1.28.1 to v1.29? At that point, you'll have to bump your Guava version range in an OSGi |
Yes. We need to prepare for an update. |
I've just run into this problem again, with this extension on
@guw apparently this just (today?) happened...
Using this to downgrade |
Note that redhat.java must stay at 1.28.1 and cannot bump to v1.29.0 (manually reverted), due to salesforce/bazel-vscode-java#109.
Update needs to happen here: Then generate new
|
The problem has been fixed in the upstream library but not released yet. Waiting on a Caffeine release with more relaxed OSGi headers |
Please remove your unnecessary usage of the guava adapter so the dependency isn’t needed, thus avoiding the problem entirely. |
Fixes #109 Signed-off-by: Gunnar Wagenknecht <gunnar@wagenknecht.org>
@guw it broke for me today (was working yesterday), I'm on
v1.24.103200544
, and.log
has this, which is likely root cause:This is blocking me from working on my project. I'll check out if there's a way to revert to older extension versions? (I've never tried.)
The text was updated successfully, but these errors were encountered: