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 42dbd4be Javadoc: Remove extra "whitespace"
     new 4f496190 Avoid NullPointerException in 
org.apache.commons.configuration2.web.AppletConfiguration.getKeysInternal().
     new d6224a04 Inline single-use variable
     new 57e1b945 Better internal method names
     new fbb20a27 Better internal method names
     new f37da720 Javadoc
     new 8cdd1408 Ctor order
     new c1d3b3ab Remove unused import
     new 4585d750 Fix JDBC prepared statements leak in 
org.apache.commons.configuration2.DatabaseConfiguration.clearPropertyDirect(String).
 Fix JDBC prepared statements leak in 
org.apache.commons.configuration2.DatabaseConfiguration.clearPropertyDirect(String).
     new fb8bb2c8 Better local name
     new d7eae1f8 Remove unused import
     new e1b99f4e Fix CI link
     new d5ffa439 Organize imports

The 12 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:
 pom.xml                                            |   4 +-
 src/changes/changes.xml                            |   6 ++
 .../configuration2/DatabaseConfiguration.java      |   7 +-
 .../commons/configuration2/JNDIConfiguration.java  |  13 +--
 .../commons/configuration2/JSONConfiguration.java  |  13 +--
 .../commons/configuration2/XMLConfiguration.java   |  19 ++--
 .../commons/configuration2/XMLDocumentHelper.java  |   7 +-
 .../builder/BasicBuilderParameters.java            |   2 +-
 .../builder/BasicBuilderProperties.java            |   2 +-
 .../builder/XMLBuilderParametersImpl.java          |   4 +-
 .../io/ClasspathLocationStrategy.java              |   2 +-
 .../commons/configuration2/io/FileHandler.java     |  16 +--
 .../commons/configuration2/io/FileLocator.java     |   2 +-
 .../configuration2/io/FileLocatorUtils.java        | 108 ++++++++++-----------
 .../configuration2/resolver/CatalogResolver.java   |   6 +-
 .../configuration2/web/AppletConfiguration.java    |   7 +-
 .../web/ServletRequestConfiguration.java           |   3 +-
 .../org/apache/commons/configuration2/Logging.java |   6 +-
 .../configuration2/TestJSONConfiguration.java      |   3 +-
 .../TestPropertiesConfiguration.java               |   1 -
 .../builder/TestXMLBuilderParametersImpl.java      |   1 +
 .../configuration2/io/TestFileLocatorUtils.java    |  12 +--
 22 files changed, 129 insertions(+), 115 deletions(-)

Reply via email to