* [FLINK-36181] Set CI to use Java 17 by default and drop Java 8
* [FLINK-36181] Update main POM to use Java 17
* [FLINK-36181] Bump Scala to 2.12.20
This is a breaking change for Flink 2.0, and allows us to next remove the specific Scala versions for both Java 17 and 21
* [FLINK-36181] Build Dockerfiles with Java 17 by default
* [FLINK-36181] Remove Scala version bump for Java11 and Java17 profiles
Since we've bumped Scala all together, we no longer need to bump it for these profiles
* [FLINK-36181] Add Java11 target profile
* [FLINK-36181] Set CI to have a dedicated Java11 cron
* [FLINK-36181] Update README
* [FLINK-36181] Make sure that JDK11 APIs can be used
* [FLINK-36181] Improve README
* [FLINK-36181] Address review comment on configurable Java version
* [FLINK-36181] Remove no longer required specific Scala parameters