This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
from e53b81ea7 Bump com.fasterxml.jackson.core:jackson-databind from 2.21.1
to 2.21.2 #632
new fd9a35131 Add a test to read from an XML DOM Node.
new 20d6a5dbf Add XMLConfiguration.read(Element)
new b212190e5 Internal refactoring
new b9c32ee93 Merge branch 'master' of
https://github.com/apache/commons-configuration.git
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:
src/changes/changes.xml | 2 +
.../configuration2/PropertiesConfiguration.java | 2 +-
.../commons/configuration2/XMLConfiguration.java | 39 +++++++++++----
.../configuration2/XMLPropertiesConfiguration.java | 3 --
.../combined/CombinedConfigurationBuilder.java | 4 +-
.../configuration2/ex/ConfigurationException.java | 16 +++++-
.../configuration2/io/DefaultFileSystem.java | 6 +--
.../commons/configuration2/io/FileHandler.java | 12 ++---
.../commons/configuration2/io/VFSFileSystem.java | 8 +--
.../plist/XMLPropertyListConfiguration.java | 19 +++-----
.../configuration2/TestXMLConfiguration.java | 57 ++++++++++++++++++++++
11 files changed, 122 insertions(+), 46 deletions(-)