This is an automated email from the ASF dual-hosted git repository.
jeetkundoug pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 035a220d55 Implementation of CEP-55 - Generation of role names
new aa0e2f1631 CASSANDRA-20884 - Move JMX classes to the in-jvm-dtest API
project
new c988b609b0 Merge branch 'cassandra-4.0' into cassandra-4.1
new b4dcef7841 Merge branch 'cassandra-4.1' into cassandra-5.0
new d40e4ecc09 Merge branch 'cassandra-5.0' into trunk
The 4 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:
.build/parent-maven-pom.xml | 2 +-
CHANGES.txt | 1 +
ide/nbproject/project.xml | 2 +-
.../utils/RMIClientSocketFactoryImpl.java | 83 ------------
.../utils/RMICloseableClientSocketFactory.java | 29 ----
.../utils/RMICloseableServerSocketFactory.java | 29 ----
.../distributed/impl/AbstractCluster.java | 8 +-
.../impl/CollectingRMIServerSocketFactoryImpl.java | 89 ------------
.../CollectingSslRMIServerSocketFactoryImpl.java | 150 ---------------------
.../cassandra/distributed/impl/IsolatedJmx.java | 5 +-
.../distributed/impl/IsolatedJmxSocketFactory.java | 5 +-
.../impl/RMISslClientSocketFactoryImpl.java | 131 ------------------
12 files changed, 11 insertions(+), 523 deletions(-)
delete mode 100644
src/java/org/apache/cassandra/utils/RMIClientSocketFactoryImpl.java
delete mode 100644
src/java/org/apache/cassandra/utils/RMICloseableClientSocketFactory.java
delete mode 100644
src/java/org/apache/cassandra/utils/RMICloseableServerSocketFactory.java
delete mode 100644
test/distributed/org/apache/cassandra/distributed/impl/CollectingRMIServerSocketFactoryImpl.java
delete mode 100644
test/distributed/org/apache/cassandra/distributed/impl/CollectingSslRMIServerSocketFactoryImpl.java
delete mode 100644
test/distributed/org/apache/cassandra/distributed/impl/RMISslClientSocketFactoryImpl.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]