Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
None
Description
According to this article:
Starting from chronicle-bom-2.22ea26, all new releases can be run under Java 17 when run on the class path (but not yet under the module path).
This BOM is newer than what we currently have in both 4.1 and trunk. 4.1 points in comments to https://mvnrepository.com/artifact/net.openhft/chronicle-bom/1.16.23 which I believe was just forgotten to be updated/removed. The versions we see correspond to this BOM https://mvnrepository.com/artifact/net.openhft/chronicle-bom/2.20.226
It is still older than chronicle-bom-2.22ea26 so we need to upgrade. I suggest we also add a comment again which BOM is considered, this makes things easier.
Further to running CI, review of the CHANGE logs needs to happen to ensure we do not miss anything that can impact us and it is not caught by our tests.
For testing with JDK17, please, contact e.dimitrova for latest branch and CI config (at this point feature branch in the cassandra repo does not exist)
Attachments
Issue Links
- is blocked by
-
CASSANDRA-18247 Add CircleCI config files for J11+J17
- Resolved