OpenLiberty / liberty-tools-eclipse

Eclipse Public License 2.0
11 stars 8 forks source link

Updates to support Eclipse 2024-06 #514

Closed mezarin closed 1 month ago

scottkurz commented 1 month ago

Noting this issue is held up by https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/3236 and https://github.com/google/gson/issues/2725.

The likely resolution will be to wait for the next release of JDT LS with a likely target of the end of August, since it is already fixed in the main branch, rather than a more clever resolution of the issues.

Note a workaround is to delete each of these from the plugins pool dir:

and then restart Eclipse with -clean.

Actually, knowing we have this workaround we could probably consider proceeding and ultimately merging this PR.

But we might also wait a few days to see what other reaction comes from these two issues in case we want to address it as part of this "bringup" PR.