You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/10/19 06:19:28 UTC

[logging-log4j2] branch master updated (d368e29 -> 8e4eb7a)

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

rgoers pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from d368e29  LOG4J2-2939 changelog
     add 8e4eb7a  LOG4J2-2911 - Log4j2EventListener in spring.cloud.config.client listens for wrong event.

No new revisions were added by this update.

Summary of changes:
 .../log4j-spring-cloud-config-client/pom.xml       |   7 ++
 .../cloud/config/client/Log4j2EventListener.java   |  21 ++--
 .../src/main/resources/META-INF/spring.factories   |  18 +++-
 .../config/client/Log4j2EventListenerTest.java     | 114 +++++++++++++++++++++
 .../cloud/config/client/SpringConfiguration.java   |  12 +--
 .../src/test/resources/log4j2-console.xml          |   0
 pom.xml                                            |   2 +-
 src/changes/changes.xml                            |   3 +
 8 files changed, 156 insertions(+), 21 deletions(-)
 create mode 100644 log4j-spring-cloud-config/log4j-spring-cloud-config-client/src/test/java/org/apache/logging/log4j/spring/cloud/config/client/Log4j2EventListenerTest.java
 copy log4j-api/src/main/java/org/apache/logging/log4j/message/MessageCollectionMessage.java => log4j-spring-cloud-config/log4j-spring-cloud-config-client/src/test/java/org/apache/logging/log4j/spring/cloud/config/client/SpringConfiguration.java (79%)
 copy {log4j-core => log4j-spring-cloud-config/log4j-spring-cloud-config-client}/src/test/resources/log4j2-console.xml (100%)