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

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


    from 585224c4 Bump org.apache.commons:commons-parent from 77 to 78 #499
     new f968113b Replace ObjectUtils to reduce the dependency on Commons Lang
     new 7b434dbd Replace org.apache.commons.codec.binary.Base64 with 
java.util.Base64
     new 38ff9587 Replace SystemProperties.getUserDir() with 
System.getProperty("user.dir")
     new 3970e1ae Replace org.apache.commons.codec.binary.Hex with a trimmed 
down local copy
     new 720b5a9a Remove the dependency on commons-codec

The 5 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                                            |  8 --
 src/changes/changes.xml                            |  2 +-
 .../configuration2/AbstractConfiguration.java      |  7 +-
 .../BaseHierarchicalConfiguration.java             |  4 +-
 .../configuration2/io/FileLocatorUtils.java        |  5 +-
 .../apache/commons/configuration2/plist/Hex.java   | 92 ++++++++++++++++++++++
 .../plist/PropertyListConfiguration.java           |  1 -
 .../plist/XMLPropertyListConfiguration.java        |  6 +-
 .../configuration2/resolver/CatalogResolver.java   |  3 +-
 src/main/javacc/PropertyListParser.jj              |  2 -
 10 files changed, 105 insertions(+), 25 deletions(-)
 create mode 100644 
src/main/java/org/apache/commons/configuration2/plist/Hex.java

Reply via email to