shangeyao opened a new issue, #4470: URL: https://github.com/apache/streampark/issues/4470
## Summary Follow-up cleanup after the Flink-side Scala-to-Java migration (#4408). All `streampark-flink` modules are now pure Java (#4458–#4467 merged). This issue tracks removing leftover Scala build dependencies from Flink and Console while **Spark migration (#4453) remains deferred**. ## Scope - [ ] Remove `streampark-common-scala-bridge` dependency from `streampark-flink` parent POM - [ ] Remove `enumeratum` / `scalatest` dependencies from Flink parent (no longer used) - [ ] Remove `scala-maven-plugin` from Flink parent, `flink-sqlclient`, `flink-udf`, and `console-service` - [ ] **Keep** `streampark-common-scala-bridge` module for Spark interop (`Logger` / `Implicits`) until #4453 - [ ] Regression: spotless, Flink client tests, backend build (with Spark profile) ## Out of scope (deferred) - `streampark-spark` Scala → Java migration (#4453) - Deleting `streampark-common-scala-bridge` module entirely (blocked on Spark) - Root POM removal of `scala-maven-plugin` / Scalastyle (still needed by Spark + bridge) ## Parent #4408 -- 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]
