This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch
dependabot/github_actions/2.x/github/codeql-action-3.24.3
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
discard 5d6017707a Bump github/codeql-action from 3.24.0 to 3.24.3
add f87c5a7204 Allow arbitrary position of `<Properties>` element
add 5fbff3f25d Review corrections for #2278
add fb49b23afe Update `commons-codec:commons-codec` to version `1.16.1`
(#2277)
add 03f1ea5e2d Bump github/codeql-action from 3.24.0 to 3.24.3
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 (5d6017707a)
\
N -- N -- N
refs/heads/dependabot/github_actions/2.x/github/codeql-action-3.24.3
(03f1ea5e2d)
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:
.../config/ConfigurationPropertiesOrderTest.java | 67 ++++++++++++++++++++++
.../log4j/core/config/AbstractConfiguration.java | 37 ++++++------
log4j-parent/pom.xml | 2 +-
...ng.xml => allow_arbitrary_properties_order.xml} | 2 +-
.../update_commons_codec_commons_codec.xml | 4 +-
src/site/_release-notes/_2.x.x.adoc | 3 +
6 files changed, 93 insertions(+), 22 deletions(-)
create mode 100644
log4j-core-test/src/test/java/org/apache/logging/log4j/core/config/ConfigurationPropertiesOrderTest.java
copy src/changelog/.2.x.x/{fix_api_recursive_formatting.xml =>
allow_arbitrary_properties_order.xml} (79%)
copy src/changelog/{2.22.1 => .2.x.x}/update_commons_codec_commons_codec.xml
(75%)