You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sm...@apache.org on 2021/09/29 08:58:46 UTC

[cassandra] branch trunk updated (0218423 -> e0777ff)

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

smiklosovic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git.


    from 0218423  Initialize tmd before each test
     add 6b16b67  update jBCrypt dependency to version 0.4
     add 095475b  Merge branch 'cassandra-3.0' into cassandra-3.11
     add e365908  Merge branch 'cassandra-3.11' into cassandra-4.0
     new e0777ff  Merge branch 'cassandra-4.0' into trunk

The 1 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 +
 NEWS.txt                                           |  4 +++
 build.xml                                          |  2 +-
 .../cassandra/auth/CassandraRoleManager.java       |  7 ++--
 .../cassandra/auth/PasswordAuthenticatorTest.java  | 39 ++++++++++++++++++++--
 5 files changed, 46 insertions(+), 7 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 trunk

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

smiklosovic pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git

commit e0777ff5ab1de2a67f9fb3bf881c28f790312e96
Merge: 0218423 e365908
Author: Stefan Miklosovic <sm...@apache.org>
AuthorDate: Wed Sep 29 08:03:05 2021 +0200

    Merge branch 'cassandra-4.0' into trunk

 CHANGES.txt                                        |  1 +
 NEWS.txt                                           |  4 +++
 build.xml                                          |  2 +-
 .../cassandra/auth/CassandraRoleManager.java       |  7 ++--
 .../cassandra/auth/PasswordAuthenticatorTest.java  | 39 ++++++++++++++++++++--
 5 files changed, 46 insertions(+), 7 deletions(-)

diff --cc NEWS.txt
index bdd3dd6,db846c8..e8ae8e1
--- a/NEWS.txt
+++ b/NEWS.txt
@@@ -51,10 -39,11 +51,14 @@@ New feature
  
  Upgrading
  ---------
+     - Before you upgrade, if you are using `cassandra.auth_bcrypt_gensalt_log2_rounds` property,
+       confirm it is set to value lower than 31 otherwise Cassandra will fail to start. See CASSANDRA-9384
+       for further details. You also need to regenerate passwords for users for who the password
+       was created while the above property was set to be more than 30 otherwise they will not be able to log in.
  
 +Deprecation
 +-----------
 +
  4.0
  ===
  

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