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

Export all commons.* packages from jakarta.jdt bundle #503

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

scottkurz
Copy link
Contributor

Without this I hit a ClassCastException when trying to resolve a code action from the LSP4MP.

I was running into a scenario where one path resolved the code action data directly from the lsp4e bundle and the other path accessed it via my "client" bundle. The client also packages the "commons*" classes, but if we export them from jakarta.jdt we will consistently load them from this bundle rather than using our local client-packaged classes.

Leaving aside the other difficulties with the LSP4MP code action above, it seemed like this could be fixed independently.

Signed-off-by: Scott Kurz <skurz@us.ibm.com>
Copy link
Contributor

@mezarin mezarin left a comment

Choose a reason for hiding this comment

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

LGTM

@mezarin mezarin merged commit 9f30d72 into eclipse:main Jan 10, 2024
2 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