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 5db07bc7d Prepare for the release candidate 2.15.1 RC1
add 6ef60965b Bump github/codeql-action from 4.35.4 to 4.35.5
add a5c8ed4ab Vote canceled for incoming PR, RC2 will be next.
add 694c5c2ce Avoid NPE when combined location strategy sub strategies is
immutable list (#639)
add 0295144cf Avoid NPE when combined location strategy sub strategies is
immutable list (#639)
add 2797aee80 Avoid NPE when combined location strategy sub strategies is
immutable list (#639)
add 97b4975c7 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 (5db07bc7d)
\
N -- N -- N refs/heads/release (97b4975c7)
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:
.github/workflows/codeql-analysis.yml | 6 +--
.github/workflows/scorecards-analysis.yml | 2 +-
RELEASE-NOTES.txt | 43 ++++++++++++++++++++++
pom.xml | 6 +--
src/changes/changes.xml | 3 +-
.../io/CombinedLocationStrategy.java | 6 ++-
.../io/TestCombinedLocationStrategy.java | 21 +++++++++++
7 files changed, 77 insertions(+), 10 deletions(-)