[Migrate] Migrate streampark-flink-proxy from Scala to Java - #4464
Merged
wolfboys merged 2 commits intoJul 31, 2026
Conversation
shangeyao
added a commit
to shangeyao/streampark
that referenced
this pull request
Jul 27, 2026
Handle InterruptedException in BuildPipeline.launch, check uberJar.delete() result in MavenTool, and narrow FlinkShimsProxy.getObject throws clause. Co-authored-by: Cursor <cursoragent@cursor.com>
shangeyao
added a commit
to shangeyao/streampark
that referenced
this pull request
Jul 27, 2026
Handle InterruptedException in BuildPipeline.launch, check uberJar.delete() result in MavenTool, and narrow FlinkShimsProxy.getObject throws clause. Co-authored-by: Cursor <cursoragent@cursor.com>
shangeyao
force-pushed
the
migrate/4450-flink-proxy-scala-to-java
branch
from
July 27, 2026 08:05
6438f3f to
61b6f3a
Compare
shangeyao
added a commit
to shangeyao/streampark
that referenced
this pull request
Jul 28, 2026
Convert podTemplatePaths Java Map to Scala before foreach in KubernetesNativeClientTrait, and prepare a lightweight tagged test image in DockerClientTest when the Flink image is missing locally. Co-authored-by: Cursor <cursoragent@cursor.com>
6 tasks
Convert FlinkShimsProxy to Java preserving classloader cache keys and ChildFirstClassLoader behavior; add JUnit tests for getObject round-trip. Co-authored-by: Cursor <cursoragent@cursor.com>
Narrow FlinkShimsProxy.getObject throws clause, extract matchShimIncludeReason to reduce cognitive complexity, and add explicit JUnit test dependency. Co-authored-by: Cursor <cursoragent@cursor.com>
shangeyao
force-pushed
the
migrate/4450-flink-proxy-scala-to-java
branch
from
July 31, 2026 01:24
8eace9c to
5458452
Compare
|
Contributor
|
LGTM |
wolfboys
approved these changes
Jul 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Summary
FlinkShimsProxy.scalato Java (0.scalafiles in module)fullVersion),ChildFirstClassLoaderwiring, jar filter logic, andgetObjectcross-classloader deserializationFlinkShimsProxyTest(JUnit 5) forgetObjectround-tripEpic: #4408 Stage 2.2
Depends on: #4463 (#4449 packer)
Closes #4450
Test plan
mvn -pl streampark-flink/streampark-flink-proxy,streampark-flink/streampark-flink-client -am testMade with Cursor