shangeyao opened a new pull request, #4471: URL: https://github.com/apache/streampark/pull/4471
## Summary - Remove `streampark-common-scala-bridge`, `enumeratum`, and `scalatest` dependencies from the Flink parent POM — all Flink modules are now pure Java after #4467 - Drop `scala-maven-plugin` from Flink parent, `flink-sqlclient`, `flink-udf`, and `console-service` (no Scala sources remain in these modules) - **`streampark-common-scala-bridge` module is retained** for Spark interop until #4453; Spark migration is explicitly out of scope for this PR Closes #4470 ## Regression test results | Check | Result | |-------|--------| | `./mvnw spotless:check` | ✅ | | `./mvnw test -pl streampark-flink-client-core -am` | ✅ (1 test) | | `./mvnw clean install -Pfast -DskipTests -pl streampark-console-service -am` | ✅ (includes Spark modules) | ## Test plan - [x] Spotless / code style - [x] Flink client unit tests - [x] Backend build (common + flink + spark + console-service) - [ ] CI Backend-Build / Unit-Test / Code style 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]
