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

Updates to support Eclipse 2024-06 #514

Merged
merged 2 commits into from
Aug 9, 2024

Conversation

mezarin
Copy link
Member

@mezarin mezarin commented Jul 10, 2024

No description provided.

@mezarin mezarin force-pushed the eclipse202406Updates2 branch 3 times, most recently from 751167b to 304818b Compare July 11, 2024 13:06
@mezarin mezarin force-pushed the eclipse202406Updates2 branch 3 times, most recently from 642f045 to 0bd90b7 Compare July 24, 2024 16:59
if (rootCause != null && rootCause instanceof IllegalArgumentException) {
String message = rootCause.getMessage();

if (message != null && message.contains("Unsupported class file major version 65")) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does this tie us to English language? If so, that's probably OK and we could fix later if needed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The message is not something we produce, but something a message from the exception that we check. I know this is not optimal of preferred.

@@ -0,0 +1,127 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Path should be:

releng/target-platform-3Q2024/target-platform-3Q2024.target

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching that. I updated it.

@scottkurz
Copy link
Member

scottkurz commented Aug 8, 2024

Noting this issue is held up by eclipse-jdtls/eclipse.jdt.ls#3236 and google/gson#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:

  • com.google.gson_2.11.0
  • org.eclipse.tips.json_0.3.400.*

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.

Copy link
Member

@scottkurz scottkurz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@scottkurz scottkurz merged commit 57e74f5 into OpenLiberty:main Aug 9, 2024
3 checks passed
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 this pull request may close these issues.

2 participants