Skip to content

Commit

Permalink
MINOR: Replace Java 14 with Java 15 in the README (apache#9298)
Browse files Browse the repository at this point in the history
We have been testing with the Java 15 release candidate for a few weeks and
it has now been declared final.

Reviewers: Manikumar Reddy <[email protected]>, David Jacot <[email protected]>, Lee Dongjin <[email protected]>
  • Loading branch information
ijuma authored Sep 21, 2020
1 parent 3ef6c04 commit aa0cd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ See our [web site](https://kafka.apache.org) for details on the project.

You need to have [Java](http://www.oracle.com/technetwork/java/javase/downloads/index.html) installed.

We build and test Apache Kafka with Java 8, 11 and 14. We set the `release` parameter in javac and scalac
We build and test Apache Kafka with Java 8, 11 and 15. We set the `release` parameter in javac and scalac
to `8` to ensure the generated binaries are compatible with Java 8 or higher (independently of the Java version
used for compilation).

Expand Down

0 comments on commit aa0cd66

Please sign in to comment.