summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorJason Tedor <jason@tedor.me>2016-10-07 13:05:30 -0500
committerGitHub <noreply@github.com>2016-10-07 13:05:30 -0500
commit535bf922807b6cb62cd5e5b6df9b1c31a15a4b1b (patch)
treec8da35d7acfb30e13b6a4a455a80aba8c8369442 /core/build.gradle
parent2fa1d0d5f914db28b796e85eddbe3a8652156032 (diff)
Upgrade Log4j 2 to version 2.7
This commit upgrades the Log4j 2 dependency to version 2.7 and removes some hacks that we had in place to work around bugs in Log4j 2 version 2.6.2. Relates #20805
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle10
1 files changed, 10 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index ea2e3e27ef..4f7bec337a 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -158,6 +158,10 @@ thirdPartyAudit.excludes = [
'com.fasterxml.jackson.databind.ObjectMapper',
// from log4j
+ 'com.beust.jcommander.IStringConverter',
+ 'com.beust.jcommander.JCommander',
+ 'com.conversantmedia.util.concurrent.DisruptorBlockingQueue',
+ 'com.conversantmedia.util.concurrent.SpinPolicy',
'com.fasterxml.jackson.annotation.JsonInclude$Include',
'com.fasterxml.jackson.databind.DeserializationContext',
'com.fasterxml.jackson.databind.JsonMappingException',
@@ -176,6 +180,10 @@ thirdPartyAudit.excludes = [
'com.fasterxml.jackson.dataformat.xml.JacksonXmlModule',
'com.fasterxml.jackson.dataformat.xml.XmlMapper',
'com.fasterxml.jackson.dataformat.xml.util.DefaultXmlPrettyPrinter',
+ 'com.fasterxml.jackson.databind.node.JsonNodeFactory',
+ 'com.fasterxml.jackson.databind.node.ObjectNode',
+ 'org.fusesource.jansi.Ansi',
+ 'org.fusesource.jansi.AnsiRenderer$Code',
'com.lmax.disruptor.BlockingWaitStrategy',
'com.lmax.disruptor.BusySpinWaitStrategy',
'com.lmax.disruptor.EventFactory',
@@ -228,6 +236,8 @@ thirdPartyAudit.excludes = [
'org.apache.kafka.clients.producer.Producer',
'org.apache.kafka.clients.producer.ProducerRecord',
'org.codehaus.stax2.XMLStreamWriter2',
+ 'org.jctools.queues.MessagePassingQueue$Consumer',
+ 'org.jctools.queues.MpscArrayQueue',
'org.osgi.framework.AdaptPermission',
'org.osgi.framework.AdminPermission',
'org.osgi.framework.Bundle',