shangeyao opened a new pull request, #4458: URL: https://github.com/apache/streampark/pull/4458
## Summary - Migrate `streampark-common` core utilities, configuration, and enums from Scala to Java. - Keep a thin Scala compatibility layer (`Implicits`, `Workspace`, `FsOperator`, `ApiType`/`PlannerType`/`TableMode`, `ConfigKeys`, `PropertiesUtils`, `Logger`) so existing Flink/Spark/Console modules compile without changes in this PR. - Replace Scala tests with JUnit 5 for migrated Java code; retain Scala tests where the compatibility layer remains. Closes #4445 ## Test plan - [x] `./mvnw -pl streampark-common test` (57 tests pass) - [x] `./mvnw clean install -DskipTests` (full backend compile) - [x] `./mvnw -B -q -nsu checkstyle:check spotless:check` - [ ] CI backend + unit-test workflows Made with [Cursor](https://cursor.com) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
