You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by br...@apache.org on 2022/06/08 16:20:06 UTC

[cassandra] branch cassandra-4.1 updated (457e16c27e -> fd547aff55)

This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a change to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from 457e16c27e fix flaky GossipInfoTableTest
     new 3fdd99e60b Allow java 11 in Debian packaging
     new cd0a40d09e Allow java 11 in redhat packaging
     new fd547aff55 Merge branch 'cassandra-4.0' into cassandra-4.1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGES.txt           | 1 +
 debian/control        | 4 ++--
 redhat/cassandra.spec | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org


[cassandra] 01/01: Merge branch 'cassandra-4.0' into cassandra-4.1

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch cassandra-4.1
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit fd547aff5517d41589a99ad99d7d2cd0e426e5ec
Merge: 457e16c27e cd0a40d09e
Author: Brandon Williams <br...@apache.org>
AuthorDate: Wed Jun 8 11:18:59 2022 -0500

    Merge branch 'cassandra-4.0' into cassandra-4.1

 CHANGES.txt           | 1 +
 debian/control        | 4 ++--
 redhat/cassandra.spec | 2 +-
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --cc CHANGES.txt
index 2e7772bf89,a79117eac1..d26de18151
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@@ -1,8 -1,5 +1,9 @@@
 -4.0.5
 +4.1-alpha2
 + * Fix missed nowInSec values in QueryProcessor (CASSANDRA-17458)
 + * Revert removal of withBufferSizeInMB(int size) in CQLSSTableWriter.Builder class and deprecate it in favor of withBufferSizeInMiB(int size) (CASSANDRA-17675)
 + * Remove expired snapshots of dropped tables after restart (CASSANDRA-17619)
 +Merged from 4.0:
+  * Allow Java 11 to satisfy RPM/Debian packaging (CASSANDRA-17669)
   * Ensure FileStreamTask cannot compromise shared channel proxy for system table when interrupted (CASSANDRA-17663)
   * silence benign SslClosedEngineException (CASSANDRA-17565)
  Merged from 3.11:


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cassandra.apache.org
For additional commands, e-mail: commits-help@cassandra.apache.org