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 84b6f316e8 Merge branch 'cassandra-5.0' into trunk add c925228a4d Improve error messages when initializing auth classes new fcc1f25ba2 Merge branch 'cassandra-5.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 + src/java/org/apache/cassandra/auth/AuthConfig.java | 16 ++-- .../cassandra/config/ParameterizedClass.java | 78 ++++++++++------ .../cassandra/audit/AuditLoggerAuthTest.java | 12 ++- .../config/ParameterizedClassExample.java | 22 +++-- .../cassandra/config/ParameterizedClassTest.java | 101 +++++++++++++++++++++ .../cassandra/transport/CQLUserAuditTest.java | 10 +- 7 files changed, 189 insertions(+), 51 deletions(-) copy src/java/org/apache/cassandra/config/Loader.java => test/unit/org/apache/cassandra/config/ParameterizedClassExample.java (61%) create mode 100644 test/unit/org/apache/cassandra/config/ParameterizedClassTest.java --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org