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

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


    from be9db09  Rename cassandra-topology.properties to example
     add 44ace88  internode_send_buff_size_in_bytes and 
internode_recv_buff_size_in_bytes have new names. Backward compatibility with 
the old names added patch by Ekaterina Dimitrova; reviewed by David Capwell for 
CASSANDRA-17141
     new 670bcff  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:
 .build/build-rat.xml                               |   1 +
 CHANGES.txt                                        |   1 +
 NEWS.txt                                           |   5 +
 conf/cassandra.yaml                                |   4 +-
 src/java/org/apache/cassandra/config/Config.java   |   2 +
 .../{utils/Isolated.java => config/Replaces.java}  |  28 ++--
 .../Intercept.java => config/ReplacesList.java}    |  13 +-
 .../cassandra/config/YamlConfigurationLoader.java  | 164 ++++++++++++++++++++-
 ... => cassandra_deprecated_parameters_names.yaml} |  14 +-
 .../LoadOldYAMLBackwardCompatibilityTest.java}     |  26 ++--
 .../config/YamlConfigurationLoaderTest.java        |  14 +-
 11 files changed, 218 insertions(+), 54 deletions(-)
 copy src/java/org/apache/cassandra/{utils/Isolated.java => 
config/Replaces.java} (62%)
 copy src/java/org/apache/cassandra/{utils/Intercept.java => 
config/ReplacesList.java} (79%)
 copy test/conf/{cassandra.yaml => cassandra_deprecated_parameters_names.yaml} 
(84%)
 copy 
test/unit/org/apache/cassandra/{security/CustomSslContextFactoryInvalidConfigTest.java
 => config/LoadOldYAMLBackwardCompatibilityTest.java} (61%)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to