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

ggregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git


    from dde0d071 Fix changes.xml decription
     add 945efe95 this in ctors
     add a536e716 Update SNAPSHOT label
     add ccd7c07a Fail fast with a NullPointerException if 
DataConfiguration.DataConfiguration(Configuration) is called with null
     add 9f934634 Format tweak
     add 2cb2d627 Fail-fast with a NullPointerException if 
XMLPropertiesConfiguration.XMLPropertiesConfiguration(Element) is called with 
null
     add 2b5ae77e Format tweak
     add 45294cb1 Fail-fast with a NullPointerException if a 
SubsetConfiguration constructor is called with a null Configuration
     add 1e284ae8 Better internal name
     add 9c21b67a Refactor x6 code pattern
     add 0572d2c1 Merge branch 'release'
     add a005929e Merge branch 'release'
     add ee8410a4 Document the two CVEs fixed in 2.10.1 on the Security page

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml                            |   6 +
 .../configuration2/CompositeConfiguration.java     |   5 +-
 .../commons/configuration2/DataConfiguration.java  |  57 +++------
 .../commons/configuration2/MapConfiguration.java   |   4 +-
 .../configuration2/SubsetConfiguration.java        |   9 +-
 .../configuration2/XMLPropertiesConfiguration.java |   9 +-
 src/site/xdoc/security.xml                         |  22 ++++
 .../configuration2/NonCloneableConfiguration.java  |   3 +
 .../configuration2/TestDataConfiguration.java      |   7 +-
 .../configuration2/TestSubsetConfiguration.java    | 130 ++++++++++-----------
 .../TestXMLPropertiesConfiguration.java            |   4 +
 11 files changed, 137 insertions(+), 119 deletions(-)

Reply via email to