Skip to content

Commit 01c61c6

Browse files
authored
Merge branch 'apache:2.x' into 2.x
2 parents 92f8cbe + dde2652 commit 01c61c6

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<activemq.version>6.1.5</activemq.version>
6464
<angus-activation.version>2.0.2</angus-activation.version>
6565
<angus-mail.version>2.0.3</angus-mail.version>
66-
<assertj.version>3.27.2</assertj.version>
66+
<assertj.version>3.27.3</assertj.version>
6767
<awaitility.version>4.2.2</awaitility.version>
6868
<bsh.version>2.0b6</bsh.version>
6969
<cassandra.version>3.11.17</cassandra.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@
10591059
<plugin>
10601060
<groupId>org.openrewrite.maven</groupId>
10611061
<artifactId>rewrite-maven-plugin</artifactId>
1062-
<version>5.15.0</version>
1062+
<version>6.0.1</version>
10631063
<configuration>
10641064
<activeRecipes>
10651065
<activeRecipe>org.openrewrite.java.logging.log4j.ParameterizedLogging</activeRecipe>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="https://logging.apache.org/xml/ns"
4+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5+
type="updated">
6+
<issue id="3404" link="https://github.com/apache/logging-log4j2/pull/3404"/>
7+
<description format="asciidoc">Update `org.assertj:assertj-core` to version `3.27.3`</description>
8+
</entry>

src/changelog/.2.x.x/update_org_openrewrite_maven_rewrite_maven_plugin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6-
<issue id="2983" link="https://github.com/apache/logging-log4j2/pull/2983"/>
7-
<description format="asciidoc">Update `org.openrewrite.maven:rewrite-maven-plugin` to version `5.15.0`</description>
6+
<issue id="3397" link="https://github.com/apache/logging-log4j2/pull/3397"/>
7+
<description format="asciidoc">Update `org.openrewrite.maven:rewrite-maven-plugin` to version `6.0.1`</description>
88
</entry>

src/site/antora/modules/ROOT/pages/faq.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ https://logging.staged.apache.org/log4j/transform/log4j-transform-maven-shade-pl
325325
326326
https://gradleup.com/shadow/[Gradle Shadow Plugin]:::
327327
You need to use the
328-
https://github.com/GradleUp/shadow/blob/main/src/main/groovy/com/github/jengelman/gradle/plugins/shadow/transformers/Log4j2PluginsCacheFileTransformer.groovy[`Log4j2PluginsCacheFileTransformer`].
328+
https://gradleup.com/shadow/configuration/merging/#merging-log4j2-plugin-cache-files-log4j2plugins-dat[`Log4j2PluginsCacheFileTransformer`].
329329
====
330330
331331
[#android]

0 commit comments

Comments
 (0)