This is an automated email from the ASF dual-hosted git repository. edimitrova pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git
commit 8f3c8e721e991d1e2219ac32edacde9d5c19ce82 Merge: 5ade7a6cd8 000533cb63 Author: Ekaterina Dimitrova <[email protected]> AuthorDate: Fri Aug 11 15:44:36 2023 -0400 Merge branch 'cassandra-5.0' into trunk CHANGES.txt | 1 + .../exceptions/UnaccessibleFieldException.java | 34 ++++++++++ .../org/apache/cassandra/utils/concurrent/Ref.java | 78 +++++++++++++++++++--- 3 files changed, 102 insertions(+), 11 deletions(-) diff --cc CHANGES.txt index 969b959e01,984b9ef99d..6761949457 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,5 -1,5 +1,6 @@@ -5.0 +5.1 +Merged from 5.0: + * Prevent InaccessibleObjectException when the Leak Detector is traversing objects (CASSANDRA-18708) * Remove legacy command line options from cassandra-stress (CASSANDRA-18529) * Remove commitlog_sync_batch_window_in_ms (CASSANDRA-17161) * Upgrade JMH from 1.21 to 1.36 (CASSANDRA-18696) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
