This is an automated email from the ASF dual-hosted git repository.
caiconghui pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push:
new 05487e3 [Bug] upgrade log4j version from 2.12.1 to 2.14.0 to fix
performance issue in JDK11 using ZGC (#5591)
05487e3 is described below
commit 05487e38ae4a078a5debe698716198688c37ac92
Author: caiconghui <[email protected]>
AuthorDate: Tue Apr 6 10:59:08 2021 +0800
[Bug] upgrade log4j version from 2.12.1 to 2.14.0 to fix performance issue
in JDK11 using ZGC (#5591)
Co-authored-by: caiconghui <[email protected]>
---
fe/pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/fe/pom.xml b/fe/pom.xml
index 9419c87..256fbde 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -341,21 +341,21 @@ under the License.
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
- <version>2.12.1</version>
+ <version>2.14.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-core -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.12.1</version>
+ <version>2.14.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-slf4j-impl -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.12.1</version>
+ <version>2.14.0</version>
</dependency>
<!--
https://mvnrepository.com/artifact/io.dropwizard.metrics/metrics-core -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]