Skip to content

Fixes for Java RPC #5704

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

Merged
merged 1 commit into from
Jul 3, 2025
Merged

Fixes for Java RPC #5704

merged 1 commit into from
Jul 3, 2025

Conversation

knutwannheden
Copy link
Contributor

@knutwannheden knutwannheden commented Jul 3, 2025

The JavaSender and JavaReceiver logic contained a few small bugs leading to RPC transmission errors.

Additionally, the JS implementation of J.VariableDeclarations doesn't have the property dimensionsBeforeName, which was deprecated a long time ago and indeed isn't used anywhere. So removing that field on the Java side too.

The `JavaSender` and `JavaReceiver` logic contained a few small bugs.

Additionally, the JS implementation of `J.VariableDeclarations` doesn't have the property `dimensionsBeforeName`, which was deprecated a long time ago and indeed isn't used anywhere. So removing that field on the Java side too.
@github-project-automation github-project-automation bot moved this to In Progress in OpenRewrite Jul 3, 2025
@knutwannheden knutwannheden changed the title Various fixes for Java RPC Fixes for Java RPC Jul 3, 2025
@knutwannheden
Copy link
Contributor Author

I did find one usage in rewrite-static-analysis, which would have been broken by this change, but I've fixed that here: openrewrite/rewrite-static-analysis@887b954

@knutwannheden knutwannheden merged commit 8fa2a15 into main Jul 3, 2025
2 checks passed
@knutwannheden knutwannheden deleted the rpc-fixes branch July 3, 2025 07:37
@github-project-automation github-project-automation bot moved this from In Progress to Done in OpenRewrite Jul 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

1 participant