Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update README to reflect Java 21 support
  • Loading branch information
BenjaminBloomteq authored and beikov committed Feb 22, 2024
1 parent 184bf79 commit 5bc541b
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 @@ -132,7 +132,7 @@ mvn archetype:generate "-DarchetypeGroupId=com.blazebit" "-DarchetypeArtifactId=
## Supported Java runtimes

All projects are built for Java 7 except for the ones where dependencies already use Java 8 like e.g. Hibernate 5.2, Spring Data 2.0 etc.
So you are going to need a JDK 8 for building the project. The latest Java version we test and support is Java 17.
So you are going to need a JDK 8 for building the project. The latest Java version we test and support is Java 21.

We also support building the project with JDK 9 and try to keep up with newer versions.
If you want to run your application on a Java 9 JVM you need to handle the fact that JDK 9+ doesn't export the JAXB and JTA APIs anymore.
Expand Down

0 comments on commit 5bc541b

Please sign in to comment.