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 068568bd Guard MapConfiguration against null maps #381
new 54ed1a0a Internal refactoring
new 61a0370f Fail-fast with a NullPointerException in constructors
The 2 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 | 7 +++++++
.../commons/configuration2/BaseHierarchicalConfiguration.java | 5 ++---
.../java/org/apache/commons/configuration2/DataConfiguration.java | 3 ++-
.../org/apache/commons/configuration2/web/AppletConfiguration.java | 4 +++-
.../apache/commons/configuration2/web/ServletConfiguration.java | 5 +++--
.../commons/configuration2/web/ServletContextConfiguration.java | 6 ++++--
.../commons/configuration2/web/ServletFilterConfiguration.java | 4 +++-
.../commons/configuration2/web/ServletRequestConfiguration.java | 4 +++-
8 files changed, 27 insertions(+), 11 deletions(-)