Skip to content

Commit 0a91961

Browse files
GEODE-9905: Bump log4j from 2.17.0 to 2.17.1
1 parent 9805c50 commit 0a91961

7 files changed

Lines changed: 24 additions & 24 deletions

File tree

boms/geode-all-bom/src/test/resources/expected-pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -622,31 +622,31 @@
622622
<dependency>
623623
<groupId>org.apache.logging.log4j</groupId>
624624
<artifactId>log4j-api</artifactId>
625-
<version>2.17.0</version>
625+
<version>2.17.1</version>
626626
<scope>compile</scope>
627627
</dependency>
628628
<dependency>
629629
<groupId>org.apache.logging.log4j</groupId>
630630
<artifactId>log4j-core</artifactId>
631-
<version>2.17.0</version>
631+
<version>2.17.1</version>
632632
<scope>compile</scope>
633633
</dependency>
634634
<dependency>
635635
<groupId>org.apache.logging.log4j</groupId>
636636
<artifactId>log4j-jcl</artifactId>
637-
<version>2.17.0</version>
637+
<version>2.17.1</version>
638638
<scope>compile</scope>
639639
</dependency>
640640
<dependency>
641641
<groupId>org.apache.logging.log4j</groupId>
642642
<artifactId>log4j-jul</artifactId>
643-
<version>2.17.0</version>
643+
<version>2.17.1</version>
644644
<scope>compile</scope>
645645
</dependency>
646646
<dependency>
647647
<groupId>org.apache.logging.log4j</groupId>
648648
<artifactId>log4j-slf4j-impl</artifactId>
649-
<version>2.17.0</version>
649+
<version>2.17.1</version>
650650
<scope>compile</scope>
651651
</dependency>
652652
<dependency>

buildSrc/src/main/groovy/org/apache/geode/gradle/plugins/DependencyConstraints.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class DependencyConstraints implements Plugin<Project> {
4040
deps.put("fastutil.version", "8.5.2")
4141
deps.put("javax.transaction-api.version", "1.3")
4242
deps.put("jgroups.version", "3.6.14.Final")
43-
deps.put("log4j.version", "2.17.0")
43+
deps.put("log4j.version", "2.17.1")
4444
deps.put("micrometer.version", "1.6.3")
4545
deps.put("shiro.version", "1.8.0")
4646
deps.put("slf4j-api.version", "1.7.30")

geode-assembly/src/integrationTest/resources/assembly_content.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,11 +1041,11 @@ lib/jline-2.12.jar
10411041
lib/jna-5.6.0.jar
10421042
lib/jna-platform-5.6.0.jar
10431043
lib/jopt-simple-5.0.4.jar
1044-
lib/log4j-api-2.17.0.jar
1045-
lib/log4j-core-2.17.0.jar
1046-
lib/log4j-jcl-2.17.0.jar
1047-
lib/log4j-jul-2.17.0.jar
1048-
lib/log4j-slf4j-impl-2.17.0.jar
1044+
lib/log4j-api-2.17.1.jar
1045+
lib/log4j-core-2.17.1.jar
1046+
lib/log4j-jcl-2.17.1.jar
1047+
lib/log4j-jul-2.17.1.jar
1048+
lib/log4j-slf4j-impl-2.17.1.jar
10491049
lib/lucene-analyzers-common-6.6.6.jar
10501050
lib/lucene-analyzers-phonetic-6.6.6.jar
10511051
lib/lucene-core-6.6.6.jar

geode-assembly/src/integrationTest/resources/dependency_classpath.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ httpcore-4.4.14.jar
2727
HikariCP-4.0.1.jar
2828
commons-lang3-3.11.jar
2929
jaxb-api-2.3.1.jar
30-
log4j-jcl-2.17.0.jar
31-
log4j-api-2.17.0.jar
30+
log4j-jcl-2.17.1.jar
31+
log4j-api-2.17.1.jar
3232
spring-shell-1.2.0.RELEASE.jar
3333
rmiio-2.1.2.jar
3434
antlr-2.7.7.jar
@@ -77,9 +77,9 @@ jetty-io-9.4.39.v20210325.jar
7777
jetty-xml-9.4.39.v20210325.jar
7878
jetty-util-9.4.39.v20210325.jar
7979
jetty-util-ajax-9.4.39.v20210325.jar
80-
log4j-slf4j-impl-2.17.0.jar
81-
log4j-core-2.17.0.jar
82-
log4j-jul-2.17.0.jar
80+
log4j-slf4j-impl-2.17.1.jar
81+
log4j-core-2.17.1.jar
82+
log4j-jul-2.17.1.jar
8383
lucene-analyzers-phonetic-6.6.6.jar
8484
lucene-analyzers-common-6.6.6.jar
8585
lucene-queryparser-6.6.6.jar

geode-docs/managing/logging/configuring_log4j2.html.md.erb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ You can also configure Log4j 2 to work with various popular and commonly used lo
3636
3737
For example, if you are using:
3838
39-
- **Commons Logging**, download "Commons Logging Bridge" (`log4j-jcl-2.17.0.jar`)
40-
- **SLF4J**, download "SLFJ4 Binding" (`log4j-slf4j-impl-2.17.0.jar`)
41-
- **java.util.logging**, download the "JUL adapter" (`log4j-jul-2.17.0.jar`)
39+
- **Commons Logging**, download "Commons Logging Bridge" (`log4j-jcl-2.17.1.jar`)
40+
- **SLF4J**, download "SLFJ4 Binding" (`log4j-slf4j-impl-2.17.1.jar`)
41+
- **java.util.logging**, download the "JUL adapter" (`log4j-jul-2.17.1.jar`)
4242
4343
See [http://logging.apache.org/log4j/2.x/faq.html](http://logging.apache.org/log4j/2.x/faq.html) for more examples.
4444
45-
All three of the above JAR files are in the full distribution of Log4J 2.17.0 which can be downloaded at [http://logging.apache.org/log4j/2.x/download.html](http://logging.apache.org/log4j/2.x/download.html). Download the appropriate bridge, adapter, or binding JARs to ensure that <%=vars.product_name%> logging is integrated with every logging API used in various third-party libraries or in your own applications.
45+
All three of the above JAR files are in the full distribution of Log4J 2.17.1 which can be downloaded at [http://logging.apache.org/log4j/2.x/download.html](http://logging.apache.org/log4j/2.x/download.html). Download the appropriate bridge, adapter, or binding JARs to ensure that <%=vars.product_name%> logging is integrated with every logging API used in various third-party libraries or in your own applications.
4646
4747
**Note:**
48-
<%=vars.product_name_long%> has been tested with Log4j 2.17.0. As newer versions of Log4j 2 come out, you can find 2.17.0 under Previous Releases on that page.
48+
<%=vars.product_name_long%> has been tested with Log4j 2.17.1. As newer versions of Log4j 2 come out, you can find 2.17.1 under Previous Releases on that page.
4949
5050
## Customizing Your Own log4j2.xml File
5151

geode-docs/managing/logging/how_logging_works.html.md.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ limitations under the License.
2121
2222
<%=vars.product_name%> uses [Apache Log4j 2](http://logging.apache.org/log4j/2.x/) API and Core libraries as the basis for its logging system. Log4j 2 API is a popular and powerful front-end logging API used by all the <%=vars.product_name%> classes to generate log statements. Log4j 2 Core is a backend implementation for logging; you can route any of the front-end logging API libraries to log to this backend. <%=vars.product_name%> uses the Core backend to run three custom Log4j 2 Appenders: **GeodeConsole**, **GeodeLogWriter**, and **GeodeAlert**.
2323
24-
<%=vars.product_name%> has been tested with Log4j 2.17.0.
24+
<%=vars.product_name%> has been tested with Log4j 2.17.1.
2525
<%=vars.product_name%> requires the
26-
`log4j-api-2.17.0.jar` and `log4j-core-2.17.0.jar`
26+
`log4j-api-2.17.1.jar` and `log4j-core-2.17.1.jar`
2727
JAR files to be in the classpath.
2828
Both of these JARs are distributed in the `<path-to-product>/lib` directory and included in the appropriate `*-dependencies.jar` convenience libraries.
2929

geode-wan/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies {
3030
implementation(project(':geode-tcp-server'))
3131
implementation(project(':geode-core'))
3232

33-
compileOnly('org.apache.logging.log4j:log4j-api:2.17.0')
33+
compileOnly('org.apache.logging.log4j:log4j-api:2.17.1')
3434

3535
testImplementation(project(':geode-junit'))
3636
testImplementation('org.assertj:assertj-core')

0 commit comments

Comments
 (0)