Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Mention targetCompatibility and release build flags too

...

  • Deprecate Java 8 build in Kafka 3.0: update documentation including the downloads page.
  • In Kafka 4.0:
    • Change sourceCompatibility/targetCompatibility/release from 1.8 to 11 in build.gradle.

    • Remove all Java 8 specific code (including workarounds and conditional code based on the Java version).
    • Update Readme and documentation (including the downloads page) not to mention Java 8 as a supported version.

...