See 
<https://builds.apache.org/job/Log4j%202%202.x/4093/display/redirect?page=changes>

Changes:

[rgoers] (doc) fix typos (#334)


------------------------------------------
[...truncated 184.26 KB...]
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.219 s 
- in org.apache.logging.log4j.AbstractLoggerTest
[INFO] Running org.apache.logging.log4j.CloseableThreadContextTest
[INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s 
- in org.apache.logging.log4j.CloseableThreadContextTest
[INFO] 
[INFO] Results:
[INFO] 
[WARNING] Tests run: 643, Failures: 0, Errors: 0, Skipped: 3
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-dependency-plugin:3.0.2:unpack (unpack-classes) @ log4j-api ---
[INFO] Configured Artifact: 
org.apache.logging.log4j:log4j-api-java9:2.13.1-SNAPSHOT:zip
[INFO] Unpacking 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api-java9/target/log4j-api-java9-2.13.1-SNAPSHOT.zip>
 to <https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target> with 
includes "**/*.class" and excludes "**/*.java"
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ log4j-api ---
[INFO] Building jar: 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT.jar>
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:test-jar (default) @ log4j-api ---
[INFO] Building jar: 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT-tests.jar>
[INFO] 
[INFO] --- maven-site-plugin:3.8.2:attach-descriptor (attach-descriptor) @ 
log4j-api ---
[INFO] Skipping because packaging 'jar' is not pom.
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:integration-test (default) @ log4j-api 
---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running 
org.apache.logging.log4j.util.SystemPropertiesPropertySourceSecurityManagerIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 s 
- in 
org.apache.logging.log4j.util.SystemPropertiesPropertySourceSecurityManagerIT
[INFO] Running 
org.apache.logging.log4j.util.EnvironmentPropertySourceSecurityManagerIT
The system environment variables are not available to Log4j due to security 
restrictions: java.lang.SecurityException
java.lang.SecurityException
        at 
org.apache.logging.log4j.util.EnvironmentPropertySourceSecurityManagerIT$TestSecurityManager.checkPermission(EnvironmentPropertySourceSecurityManagerIT.java:51)
        at java.lang.System.getenv(System.java:944)
        at 
org.apache.logging.log4j.util.EnvironmentPropertySource.forEach(EnvironmentPropertySource.java:44)
        at 
org.apache.logging.log4j.util.PropertiesUtil$Environment.reload(PropertiesUtil.java:464)
        at 
org.apache.logging.log4j.util.PropertiesUtil$Environment.<init>(PropertiesUtil.java:456)
        at 
org.apache.logging.log4j.util.PropertiesUtil$Environment.<init>(PropertiesUtil.java:422)
        at 
org.apache.logging.log4j.util.PropertiesUtil.<init>(PropertiesUtil.java:74)
        at 
org.apache.logging.log4j.util.PropertiesUtil.<clinit>(PropertiesUtil.java:54)
        at 
org.apache.logging.log4j.util.EnvironmentPropertySourceSecurityManagerIT.test(EnvironmentPropertySourceSecurityManagerIT.java:76)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at 
org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
        at 
org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
        at 
org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
        at 
org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
        at 
org.apache.logging.log4j.junit.SecurityManagerTestRule$1.evaluate(SecurityManagerTestRule.java:76)
        at org.junit.rules.RunRules.evaluate(RunRules.java:20)
        at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
        at 
org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
        at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
        at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
        at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
        at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
        at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
        at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
        at 
org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
        at 
org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
        at 
org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
        at 
org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
        at 
org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.143 s 
- in org.apache.logging.log4j.util.EnvironmentPropertySourceSecurityManagerIT
[INFO] Running 
org.apache.logging.log4j.util.PropertyFilePropertySourceSecurityManagerIT
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s 
- in org.apache.logging.log4j.util.PropertyFilePropertySourceSecurityManagerIT
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-failsafe-plugin:2.22.2:verify (default) @ log4j-api ---
[JENKINS] Recording test results
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:jar-no-fork (attach-sources) @ log4j-api 
---
[INFO] Building jar: 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT-sources.jar>
[INFO] 
[INFO] --- maven-source-plugin:3.0.1:test-jar-no-fork (attach-sources) @ 
log4j-api ---
[INFO] Building jar: 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT-test-sources.jar>
[INFO] 
[INFO] --- revapi-maven-plugin:0.11.1:check (default) @ log4j-api ---
[INFO] Downloading: 
http://repository.apache.org/snapshots/org/apache/logging/log4j/log4j-api/maven-metadata.xml
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/maven-metadata.xml
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/maven-metadata.xml
 (2 KB at 78.5 KB/sec)
[INFO] Downloaded: 
http://repository.apache.org/snapshots/org/apache/logging/log4j/log4j-api/maven-metadata.xml
 (855 B at 2.5 KB/sec)
[INFO] Downloading: 
https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.jar
[INFO] Downloaded: 
https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.13.0/log4j-api-2.13.0.jar
 (280 KB at 6818.3 KB/sec)
[INFO] Comparing [org.apache.logging.log4j:log4j-api:jar:2.13.0] against 
[org.apache.logging.log4j:log4j-api:jar:2.13.1-SNAPSHOT].
[INFO] The following API problems caused the build to fail:
[INFO] java.class.defaultSerializationChanged: class 
org.apache.logging.log4j.internal.DefaultLogBuilder: The default serialization 
ID for the class has changed. This means that the new version of the class is 
not deserializable from the byte stream of a serialized old class.
[INFO] 
[INFO] If you're using the semver-ignore extension, update your module's 
version to one compatible with the current changes (e.g. mvn package 
revapi:update-versions). If you want to explicitly ignore this change and 
provide a justification for it, add the following JSON snippet to your Revapi 
configuration under "revapi.ignore" path:

{
  "code": "java.class.defaultSerializationChanged",
  "old": "class org.apache.logging.log4j.internal.DefaultLogBuilder",
  "new": "class org.apache.logging.log4j.internal.DefaultLogBuilder",
  "justification": <<<<< ADD YOUR EXPLANATION FOR THE NECESSITY OF THIS CHANGE 
>>>>>
  /*
  Additionally, the following attachments can be used to further identify the 
difference:

  "oldSerialVersionUID": "-4931273176502023439",
  "newSerialVersionUID": "-5959838892468627524",
  "package": "org.apache.logging.log4j.internal",
  "classQualifiedName": "org.apache.logging.log4j.internal.DefaultLogBuilder",
  "classSimpleName": "DefaultLogBuilder",
  "oldArchive": "org.apache.logging.log4j:log4j-api:jar:2.13.0",
  "newArchive": "org.apache.logging.log4j:log4j-api:jar:2.13.1-SNAPSHOT",
  "elementKind": "class",
  */
},

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache Log4j 2 ..................................... SUCCESS [01:40 min]
[INFO] Apache Log4j API Java 9 support .................... SUCCESS [01:08 min]
[INFO] Apache Log4j API ................................... FAILURE [01:24 min]
[INFO] Apache Log4j Implementation Java 9 support ......... SKIPPED
[INFO] Apache Log4j Core .................................. SKIPPED
[INFO] Apache Log4j Core Integration Tests ................ SKIPPED
[INFO] Apache Log4j 1.x Compatibility API ................. SKIPPED
[INFO] Apache Log4j to SLF4J Adapter ...................... SKIPPED
[INFO] Apache Log4j SLF4J Binding ......................... SKIPPED
[INFO] Apache Log4j SLF4J 1.8+ Binding .................... SKIPPED
[INFO] Apache Log4j Commons Logging Bridge ................ SKIPPED
[INFO] Apache Log4j Flume Bridge .......................... SKIPPED
[INFO] Apache Log4j Web ................................... SKIPPED
[INFO] Apache Log4j Tag Library ........................... SKIPPED
[INFO] Apache Log4j JMX GUI ............................... SKIPPED
[INFO] Apache Log4j Samples ............................... SKIPPED
[INFO] Apache Log4j Samples: Flume - Common ............... SKIPPED
[INFO] Apache Log4j Samples: Flume - Remote ............... SKIPPED
[INFO] Apache Log4j Samples: Flume - Embedded ............. SKIPPED
[INFO] Apache Log4j Samples: Configuration ................ SKIPPED
[INFO] Apache Log4j Samples: LoggerProperties ............. SKIPPED
[INFO] Apache Log4j BOM ................................... SKIPPED
[INFO] Apache Log4j JDBC DBCP 2 ........................... SKIPPED
[INFO] Apache Log4j JPA ................................... SKIPPED
[INFO] Apache Log4j CouchDB ............................... SKIPPED
[INFO] Apache Log4j MongoDB 2 ............................. SKIPPED
[INFO] Apache Log4j MongoDB 3 ............................. SKIPPED
[INFO] Apache Log4j Cassandra ............................. SKIPPED
[INFO] Apache Log4J Performance Tests ..................... SKIPPED
[INFO] Apache Log4j Streaming Interface ................... SKIPPED
[INFO] Apache Log4j JUL Adapter ........................... SKIPPED
[INFO] Apache Log4j Liquibase Binding ..................... SKIPPED
[INFO] Apache Log4j App Server Support .................... SKIPPED
[INFO] Apache Log4j OSGi .................................. SKIPPED
[INFO] Apache Log4j Docker Library ........................ SKIPPED
[INFO] Apache Log4j Kubernetes Library .................... SKIPPED
[INFO] Apache Log4j Spring Cloud Config Support ........... SKIPPED
[INFO] Apache Log4j Spring Cloud Config Client Support .... SKIPPED
[INFO] Log4j Sample Configuration Service ................. SKIPPED
[INFO] Apache Log4j Spring Cloud Config Samples ........... SKIPPED
[INFO] Spring Cloud Config Sample Application ............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 05:01 min
[INFO] Finished at: 2020-02-09T00:05:21+00:00
[INFO] Final Memory: 92M/835M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.revapi:revapi-maven-plugin:0.11.1:check 
(default) on project log4j-api: The following API problems caused the build to 
fail:
[ERROR] java.class.defaultSerializationChanged: class 
org.apache.logging.log4j.internal.DefaultLogBuilder: The default serialization 
ID for the class has changed. This means that the new version of the class is 
not deserializable from the byte stream of a serialized old class.
[ERROR] 
[ERROR] Consult the plugin output above for suggestions on how to ignore the 
found problems.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e 
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please 
read the following articles:
[ERROR] [Help 1] 
http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :log4j-api
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api-java9/pom.xml> to 
org.apache.logging.log4j/log4j-api-java9/2.13.1-SNAPSHOT/log4j-api-java9-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api-java9/target/log4j-api-java9-2.13.1-SNAPSHOT.zip>
 to 
org.apache.logging.log4j/log4j-api-java9/2.13.1-SNAPSHOT/log4j-api-java9-2.13.1-SNAPSHOT.zip
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-appserver/pom.xml> to 
org.apache.logging.log4j/log4j-appserver/2.13.1-SNAPSHOT/log4j-appserver-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-flume-remote/pom.xml>
 to 
org.apache.logging.log4j.samples/log4j-samples-flume-remote/2.13.1-SNAPSHOT/log4j-samples-flume-remote-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jmx-gui/pom.xml> to 
org.apache.logging.log4j/log4j-jmx-gui/2.13.1-SNAPSHOT/log4j-jmx-gui-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/pom.xml> to 
org.apache.logging.log4j/log4j-api/2.13.1-SNAPSHOT/log4j-api-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT.jar>
 to 
org.apache.logging.log4j/log4j-api/2.13.1-SNAPSHOT/log4j-api-2.13.1-SNAPSHOT.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT-tests.jar>
 to 
org.apache.logging.log4j/log4j-api/2.13.1-SNAPSHOT/log4j-api-2.13.1-SNAPSHOT-tests.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT-sources.jar>
 to 
org.apache.logging.log4j/log4j-api/2.13.1-SNAPSHOT/log4j-api-2.13.1-SNAPSHOT-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-api/target/log4j-api-2.13.1-SNAPSHOT-test-sources.jar>
 to 
org.apache.logging.log4j/log4j-api/2.13.1-SNAPSHOT/log4j-api-2.13.1-SNAPSHOT-test-sources.jar
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-flume-ng/pom.xml> to 
org.apache.logging.log4j/log4j-flume-ng/2.13.1-SNAPSHOT/log4j-flume-ng-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/pom.xml> to 
org.apache.logging.log4j.samples/log4j-samples/2.13.1-SNAPSHOT/log4j-samples-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jpa/pom.xml> to 
org.apache.logging.log4j/log4j-jpa/2.13.1-SNAPSHOT/log4j-jpa-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core/pom.xml> to 
org.apache.logging.log4j/log4j-core/2.13.1-SNAPSHOT/log4j-core-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-perf/pom.xml> to 
org.apache.logging.log4j/log4j-perf/2.13.1-SNAPSHOT/log4j-perf-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-loggerProperties/pom.xml>
 to 
org.apache.logging.log4j.samples/log4j-samples-loggerProperties/2.13.1-SNAPSHOT/log4j-samples-loggerProperties-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/pom.xml>
 to 
org.apache.logging.log4j/log4j-spring-cloud-config/2.13.1-SNAPSHOT/log4j-spring-cloud-config-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-flume-embedded/pom.xml>
 to 
org.apache.logging.log4j.samples/log4j-samples-flume-embedded/2.13.1-SNAPSHOT/log4j-samples-flume-embedded-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-liquibase/pom.xml> to 
org.apache.logging.log4j/log4j-liquibase/2.13.1-SNAPSHOT/log4j-liquibase-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core-its/pom.xml> to 
org.apache.logging.log4j/log4j-core-its/2.13.1-SNAPSHOT/log4j-core-its-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-slf4j18-impl/pom.xml> 
to 
org.apache.logging.log4j/log4j-slf4j18-impl/2.13.1-SNAPSHOT/log4j-slf4j18-impl-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-web/pom.xml> to 
org.apache.logging.log4j/log4j-web/2.13.1-SNAPSHOT/log4j-web-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jcl/pom.xml> to 
org.apache.logging.log4j/log4j-jcl/2.13.1-SNAPSHOT/log4j-jcl-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-kubernetes/pom.xml> to 
org.apache.logging.log4j/log4j-kubernetes/2.13.1-SNAPSHOT/log4j-kubernetes-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-docker/pom.xml> to 
org.apache.logging.log4j/log4j-docker/2.13.1-SNAPSHOT/log4j-docker-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-taglib/pom.xml> to 
org.apache.logging.log4j/log4j-taglib/2.13.1-SNAPSHOT/log4j-taglib-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-couchdb/pom.xml> to 
org.apache.logging.log4j/log4j-couchdb/2.13.1-SNAPSHOT/log4j-couchdb-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-1.2-api/pom.xml> to 
org.apache.logging.log4j/log4j-1.2-api/2.13.1-SNAPSHOT/log4j-1.2-api-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-configuration/pom.xml>
 to 
org.apache.logging.log4j.samples/log4j-samples-configuration/2.13.1-SNAPSHOT/log4j-samples-configuration-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-osgi/pom.xml> to 
org.apache.logging.log4j/log4j-osgi/2.13.1-SNAPSHOT/log4j-osgi-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-application/pom.xml>
 to 
org.apache.logging.log4j.samples/sample-app/2.13.1-SNAPSHOT/sample-app-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-core-java9/pom.xml> to 
org.apache.logging.log4j/log4j-core-java9/2.13.1-SNAPSHOT/log4j-core-java9-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/log4j-spring-cloud-config-client/pom.xml>
 to 
org.apache.logging.log4j/log4j-spring-cloud-config-client/2.13.1-SNAPSHOT/log4j-spring-cloud-config-client-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-mongodb3/pom.xml> to 
org.apache.logging.log4j/log4j-mongodb3/2.13.1-SNAPSHOT/log4j-mongodb3-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-cassandra/pom.xml> to 
org.apache.logging.log4j/log4j-cassandra/2.13.1-SNAPSHOT/log4j-cassandra-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-mongodb2/pom.xml> to 
org.apache.logging.log4j/log4j-mongodb2/2.13.1-SNAPSHOT/log4j-mongodb2-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/log4j-spring-cloud-config-sample-server/pom.xml>
 to 
org.apache.logging.log4j.samples/log4j-spring-cloud-config-sample-server/2.13.1-SNAPSHOT/log4j-spring-cloud-config-sample-server-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-bom/pom.xml> to 
org.apache.logging.log4j/log4j-bom/2.13.1-SNAPSHOT/log4j-bom-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jul/pom.xml> to 
org.apache.logging.log4j/log4j-jul/2.13.1-SNAPSHOT/log4j-jul-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-slf4j-impl/pom.xml> to 
org.apache.logging.log4j/log4j-slf4j-impl/2.13.1-SNAPSHOT/log4j-slf4j-impl-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-iostreams/pom.xml> to 
org.apache.logging.log4j/log4j-iostreams/2.13.1-SNAPSHOT/log4j-iostreams-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/Log4j%202%202.x/ws/pom.xml> 
to org.apache.logging.log4j/log4j/2.13.1-SNAPSHOT/log4j-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/target/log4j-2.13.1-SNAPSHOT-site.xml>
 to 
org.apache.logging.log4j/log4j/2.13.1-SNAPSHOT/log4j-2.13.1-SNAPSHOT-site.xml
[Fast Archiver] Compressed 83.32 KB of artifacts by 76.8% relative to #4092
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-to-slf4j/pom.xml> to 
org.apache.logging.log4j/log4j-to-slf4j/2.13.1-SNAPSHOT/log4j-to-slf4j-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml>
 to 
org.apache.logging.log4j.samples/log4j-spring-cloud-config-samples/2.13.1-SNAPSHOT/log4j-spring-cloud-config-samples-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-samples/log4j-samples-flume-common/pom.xml>
 to 
org.apache.logging.log4j.samples/log4j-samples-flume-common/2.13.1-SNAPSHOT/log4j-samples-flume-common-2.13.1-SNAPSHOT.pom
[JENKINS] Archiving 
<https://builds.apache.org/job/Log4j%202%202.x/ws/log4j-jdbc-dbcp2/pom.xml> to 
org.apache.logging.log4j/log4j-jdbc-dbcp2/2.13.1-SNAPSHOT/log4j-jdbc-dbcp2-2.13.1-SNAPSHOT.pom
channel stopped

Reply via email to