Mark JDK 17 as production ready

patch by Dmitry Konstantinov; reviewed by Michael Semb Wever, Stefan Miklosovic for CASSANDRA-20681
This commit is contained in:
Dmitry Konstantinov 2025-05-29 22:47:03 +01:00 committed by Stefan Miklosovic
parent 948e6c9879
commit 3969de6524
No known key found for this signature in database
GPG Key ID: 32F35CB2F546D93E
3 changed files with 9 additions and 1 deletions

View File

@ -1,4 +1,5 @@
5.0.5
* Full Java 17 support (CASSANDRA-20681)
* Ensure replica filtering protection does not trigger unnecessary short read protection reads (CASSANDRA-20639)
* Unified Compaction does not properly validate min and target sizes (CASSANDRA-20398)
* Avoid lambda usage in TrieMemoryIndex range queries and ensure queue size tracking is per column (CASSANDRA-20668)

View File

@ -65,6 +65,13 @@ restore snapshots created with the previous major version using the
'sstableloader' tool. You can upgrade the file format of your snapshots
using the provided 'sstableupgrade' tool.
5.0.5
=====
New features
------------
- Full support for Java 17, it is not experimental anymore.
5.0.4
=====

View File

@ -8,7 +8,7 @@ the vertical axis and the run version is along the horizontal axis.
[width="68%",cols="34%,30%,36%",]
|===
| | Java 11 (Run) | Java 17 (Run)
| Java 11 (Build) | Supported | Experimental Support
| Java 11 (Build) | Supported | Supported
| Java 17(Build) | Not Supported | Experimental in CI
|===