Removing Scala 2.11 currently seems to be uncontroversial. I agree with tison's point of keeping the Scala version suffix of StreamPark modules, as it is a historical naming convention for releasing Scala libraries.
It is worth mentioning that although Flink 1.15 is still compiled based on Scala 2.12, it already supports code invocation in Scala 2.13 & Scala 3. This means that if StreamPark sets its minimum supported Flink version at 1.15, then StreamPark itself can smoothly upgrade to either Scala 2.13 or Scala 3 (Scala 3 is compatible with 2.13, which is another rare good news). Best, Linying > 2023年8月24日 23:07,Huajie Wang <[email protected]> 写道: > > hi StreamPark community: > > After discussions[1], starting from version StreamPark 2.2, Scala 2.11 will > no longer be supported and the Scala version will be removed from all > module names[2]. The default Scala version is now 2.12. Welcome to hear > your opinion. > > [1] https://lists.apache.org/thread/mx8vgq4jp8dk2wgm8m5g1mmq806wzjzg > [2] https://github.com/apache/incubator-streampark/pull/2974 > > Best, > Huajie Wang
