This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.activemq-activemq-broker-5.17.1
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


    omit 31f8d06973 Bump activemq-broker from 5.16.4 to 5.17.1
     add 73b0513e4e Change the variable name
     add 03a0069cbc Update doc
     add 6bc69ab44f LOG4J2-2956 - Prevent ContextDataFactory error during 
startup
     add 455dca15dd Change config element name
     add 3277edc568 Update doc
     add a710c55b26 INFRA-23225 Publish snapshots using GitHub Actions.
     add 725bfef28f INFRA-23225 Deploy snapshots (once) if all platforms build 
successfully.
     add 88ce392cde INFRA-23225 Fix Maven deploy goal.
     add d86c9f6972 INFRA-23225 Add toolchains support.
     add 8f4267ba41 INFRA-23225 Fix Maven deploy goal, hopefully.
     add 07444c0d4a INFRA-23225 Try without deployAtEnd
     add e4a05ea642 INFRA-23225 Exclude failing log4j-bom from deployment
     add 7a40e60c30 INFRA-23225 Replaces - by !
     add 1a2a5946f3 INFRA-23225 Try to deploy log4j-bom, one more time.
     add 796f83150b INFRA-23225 Exclude log4j-bom, one more time.
     add cd29455a1e Improve JTL test parallelization.
     add 01465ca269 INFRA-23225 Provide deployment repository for log4j-bom.
     add 9f5cfdf780 Revert "Improve JTL test parallelization."
     add aaf13561e7 [LOG4J2-3366] Fixes order of property sources
     add 98c1bdc7aa Bump activemq-broker from 5.16.4 to 5.17.1

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   (31f8d06973)
            \
             N -- N -- N   
refs/heads/dependabot/maven/org.apache.activemq-activemq-broker-5.17.1 
(98c1bdc7aa)

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/build.yml                        |  55 ++++++
 .../{maven-toolchains.xml => maven-settings.xml}   |  31 ++--
 log4j-api/pom.xml                                  |   4 +
 .../log4j/util/EnvironmentPropertySource.java      |  45 ++++-
 .../log4j/util/PropertiesPropertySource.java       |  27 ++-
 .../apache/logging/log4j/util/PropertiesUtil.java  | 100 ++++++----
 .../log4j/util/PropertyFilePropertySource.java     |   5 -
 .../apache/logging/log4j/util/PropertySource.java  |  13 +-
 .../log4j/util/SystemPropertiesPropertySource.java |  26 ++-
 .../log4j/util/PropertiesUtilOrderTest.java        | 204 +++++++++++++++++++++
 .../resources/PropertiesUtilOrderTest.properties   |  35 ++--
 log4j-bom/pom.xml                                  |  11 ++
 .../log4j/core/filter/DynamicThresholdFilter.java  |   7 +
 .../core/filter/MutableThreadContextMapFilter.java |  20 +-
 .../log4j/core/filter/ThreadContextMapFilter.java  |   9 +-
 .../core/filter/mutable/KeyValuePairConfig.java    |  12 +-
 log4j-core/src/test/resources/emptyConfig.json     |   2 +-
 log4j-core/src/test/resources/filterConfig.json    |   2 +-
 .../log4j/spring/boot/SpringPropertySource.java    |   4 +-
 pom.xml                                            |  12 ++
 src/site/xdoc/manual/configuration.xml.vm          |  33 ++--
 src/site/xdoc/manual/filters.xml                   |   2 +-
 22 files changed, 552 insertions(+), 107 deletions(-)
 copy .github/workflows/{maven-toolchains.xml => maven-settings.xml} (66%)
 create mode 100644 
log4j-api/src/test/java/org/apache/logging/log4j/util/PropertiesUtilOrderTest.java
 copy 
log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/Dockerfile
 => log4j-api/src/test/resources/PropertiesUtilOrderTest.properties (51%)

Reply via email to