jmckenzie-dev commented on code in PR #3696:
URL: https://github.com/apache/cassandra/pull/3696#discussion_r1913742371
##########
NEWS.txt:
##########
@@ -154,6 +154,11 @@ Upgrading
Deprecation
-----------
- `use_deterministic_table_id` is no longer supported and should be
removed from cassandra.yaml. Table IDs may still be supplied explicitly on
CREATE.
+ - Updating dependencies for JDK21 necessitated updating Chronicle Queue,
which has changed the enums used for log
Review Comment:
> So we will opt in for deprecation in the next major and change on the one
after?
Unfortunately, changing from chronicle to something else will require
someone to do the engineering work to make that change happen. Nobody is
prioritizing doing that work right now so it's not being done.
I'm _personally_ ok dragging chronicle forward in terms of dep bumps for as
long as we have to since it's used for FQLTool only; bugs or instability in
that ecosystem shouldn't manifest in general system instability or problems.
Much prefer it get removed if someone has the time and inclination.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]