Skip to content

Commit 71fcb50

Browse files
authored
[6.8.22] Upgrade to log4j 2.17.0 (#81906)
Backport of: Upgrade to log4j 2.17.0 Upgrade to log4j 2.17.0 #81902 Tolerate unprivileged log4j getClassLoaders calls Tolerate unprivileged log4j getClassLoaders calls #81840 Tolerate benign log4j status messages in tests Tolerate benign log4j status messages in tests #81851
1 parent 3d0f1ae commit 71fcb50

19 files changed

+56
-13
lines changed

buildSrc/version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ snakeyaml = 1.17
1212
icu4j = 62.1
1313
supercsv = 2.4.0
1414
# when updating log4j, please update also docs/java-api/index.asciidoc
15-
log4j = 2.11.1
15+
log4j = 2.17.0
1616
slf4j = 1.6.2
1717

1818
# when updating the JNA version, also update the version in buildSrc/build.gradle

plugins/repository-hdfs/licenses/log4j-slf4j-impl-2.11.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1ec25ce0254749c94549ea9c3cea34bd0488c9c6

server/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,11 @@ thirdPartyAudit.ignoreMissingClasses (
283283
'org.apache.commons.compress.utils.IOUtils',
284284
'org.apache.commons.csv.CSVFormat',
285285
'org.apache.commons.csv.QuoteMode',
286-
'org.apache.kafka.clients.producer.Callback',
287286
'org.apache.kafka.clients.producer.KafkaProducer',
288287
'org.apache.kafka.clients.producer.Producer',
289288
'org.apache.kafka.clients.producer.ProducerRecord',
290289
'org.apache.kafka.clients.producer.RecordMetadata',
291290
'org.codehaus.stax2.XMLStreamWriter2',
292-
'org.jctools.queues.MessagePassingQueue$Consumer',
293291
'org.jctools.queues.MpscArrayQueue',
294292
'org.osgi.framework.AdaptPermission',
295293
'org.osgi.framework.AdminPermission',

server/licenses/log4j-1.2-api-2.11.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
aaf998968370edf738322fb750fbda118055508b

server/licenses/log4j-api-2.11.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
bbd791e9c8c9421e45337c4fe0a10851c086e36c

server/licenses/log4j-core-2.11.1.jar.sha1

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
587127e2f8c5daaef9ba3806848675a1652959d3

0 commit comments

Comments
 (0)