Skip to content

Commit 1cca417

Browse files
RishiKumarRayyaooqinn
authored andcommitted
[KYUUBI #2043] Upgrade log4j/2.x/ to 2.17.2
### _Why are the changes needed?_ Close #2043 ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [x] Add screenshots for manual tests if appropriate ![Screenshot from 2022-03-06 19-40-30](https://user-images.githubusercontent.com/87641376/156926866-d673efa7-6c3b-4bf4-a48d-446064513b0b.png) - [ ] [Run test](https://kyuubi.apache.org/docs/latest/develop_tools/testing.html#running-tests) locally before make a pull request Closes #2046 from RishiKumarRay/master. Closes #2043 bf9a4a0 [--replace-all] fixed sql issue c119e5c [Rishi Kumar Ray] Merge branch 'apache:master' into master 323d81c [--replace-all] Upgrade log4j/2.x/ to 2.17.2 Lead-authored-by: --replace-all <rishi.ray@knoldus.com> Co-authored-by: Rishi Kumar Ray <87641376+RishiKumarRay@users.noreply.github.com> Signed-off-by: Kent Yao <yao@apache.org> (cherry picked from commit dc6085e) Signed-off-by: Kent Yao <yao@apache.org>
1 parent bd751df commit 1cca417

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

dev/dependencyList

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ jetty-util/9.4.41.v20210516//jetty-util-9.4.41.v20210516.jar
6969
jline/0.9.94//jline-0.9.94.jar
7070
libfb303/0.9.3//libfb303-0.9.3.jar
7171
libthrift/0.16.0//libthrift-0.16.0.jar
72-
log4j-1.2-api/2.17.1//log4j-1.2-api-2.17.1.jar
73-
log4j-api/2.17.1//log4j-api-2.17.1.jar
74-
log4j-core/2.17.1//log4j-core-2.17.1.jar
75-
log4j-slf4j-impl/2.17.1//log4j-slf4j-impl-2.17.1.jar
72+
log4j-1.2-api/2.17.2//log4j-1.2-api-2.17.2.jar
73+
log4j-api/2.17.2//log4j-api-2.17.2.jar
74+
log4j-core/2.17.2//log4j-core-2.17.2.jar
75+
log4j-slf4j-impl/2.17.2//log4j-slf4j-impl-2.17.2.jar
7676
metrics-core/4.2.8//metrics-core-4.2.8.jar
7777
metrics-jmx/4.2.8//metrics-jmx-4.2.8.jar
7878
metrics-json/4.2.8//metrics-json-4.2.8.jar

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
<scalatest.version>3.2.9</scalatest.version>
134134
<scopt.version>4.0.1</scopt.version>
135135
<slf4j.version>1.7.35</slf4j.version>
136-
<log4j.version>2.17.1</log4j.version>
136+
<log4j.version>2.17.2</log4j.version>
137137
<fb303.version>0.9.3</fb303.version>
138138
<thrift.version>0.16.0</thrift.version>
139139
<!--
@@ -1497,6 +1497,7 @@
14971497
<KYUUBI_WORK_DIR_ROOT>${project.build.directory}/work</KYUUBI_WORK_DIR_ROOT>
14981498
</environmentVariables>
14991499
<systemProperties>
1500+
<log4j.ignoreTCL>true</log4j.ignoreTCL>
15001501
<log4j2.configurationFile>file:src/test/resources/log4j2-test.properties</log4j2.configurationFile>
15011502
<java.io.tmpdir>${project.build.directory}/tmp</java.io.tmpdir>
15021503
<spark.driver.memory>1g</spark.driver.memory>

0 commit comments

Comments
 (0)