This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a change to branch release
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
omit ece3388fd Prepare for the release candidate 2.15.0 RC1
add d14950e02 Extend scheme validation to inner schemes of jar: URLs (#636)
add c309ba02e Sort members
add 5c79c0c94 Use final
add 1cf41589e Bump RC1 to RC2
add 469cd5e9d Extend scheme validation to inner schemes of jar: URLs #636.
add b261aa3aa Prepare for the next release candidate
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (ece3388fd)
\
N -- N -- N refs/heads/release (b261aa3aa)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
RELEASE-NOTES.txt | 1 +
pom.xml | 6 +-
src/changes/changes.xml | 1 +
.../commons/configuration2/ConfigurationUtils.java | 2 +-
.../configuration2/PropertiesConfiguration.java | 2 +-
.../ex/ConfigurationDeniedException.java | 12 ++++
.../io/AbstractFileLocationStrategy.java | 68 +++++++++++++-----
.../io/CombinedLocationStrategy.java | 2 +-
.../io/TestAbstractFileLocationStrategy.java | 84 ++++++++++++++++++++++
9 files changed, 155 insertions(+), 23 deletions(-)