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 15b07437 Better description
     new 7d7d399d [CONFIGURATION-840] More tests
     new 041094f8 [CONFIGURATION-840] More tests
     new aeba79ef Sort interface members
     new 06df1136 Use Apache in the doc
     new a1777588 Remove unnecessary file
     new 43f4dab0 [CONFIGURATION-841] StackOverflowError calling 
ListDelimiterHandler.flatten(Object, int) with a cyclical object tree

The 6 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                            |   3 +-
 src/conf/CommonsConfiguration.xsd                  |   2 +-
 src/conf/README                                    |   4 -
 .../commons/configuration2/Configuration.java      | 104 +++++++++---------
 .../configuration2/HierarchicalConfiguration.java  |  90 ++++++++--------
 .../ImmutableHierarchicalConfiguration.java        |  42 ++++----
 .../beanutils/BeanCreationContext.java             |  18 ++--
 .../configuration2/beanutils/BeanDeclaration.java  |  34 +++---
 .../builder/BasicBuilderProperties.java            | 118 ++++++++++----------
 .../builder/DatabaseBuilderProperties.java         |  56 +++++-----
 .../builder/PropertiesBuilderProperties.java       |  18 ++--
 .../builder/XMLBuilderProperties.java              |  16 +--
 .../combined/CombinedBuilderProperties.java        |  76 ++++++-------
 .../convert/AbstractListDelimiterHandler.java      |  40 ++++++-
 .../convert/ListDelimiterHandler.java              |  58 ++++------
 .../configuration2/io/FileHandlerListener.java     |  20 ++--
 .../configuration2/resolver/EntityRegistry.java    |  14 +--
 .../configuration2/sync/NoOpSynchronizer.java      |   4 +-
 .../commons/configuration2/sync/Synchronizer.java  |  12 +--
 .../configuration2/sync/SynchronizerSupport.java   |  18 ++--
 .../tree/ConfigurationNodeVisitor.java             |  20 ++--
 .../configuration2/tree/ExpressionEngine.java      |  56 +++++-----
 .../commons/configuration2/tree/NodeHandler.java   | 108 +++++++++----------
 .../configuration2/tree/NodeKeyResolver.java       |  50 ++++-----
 .../commons/configuration2/tree/NodeModel.java     |  76 ++++++-------
 .../TestPropertiesConfiguration.java               | 120 +++++++++++++++++++--
 26 files changed, 644 insertions(+), 533 deletions(-)
 delete mode 100644 src/conf/README

Reply via email to