File: 01-disable-kafka-appender.patch

package info (click to toggle)
apache-log4j2 2.7-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 14,124 kB
  • ctags: 20,249
  • sloc: java: 115,953; xml: 16,123; sh: 44; jsp: 21; makefile: 6
file content (17 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Disable the Kafka appender (not yet in Debian)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: not-needed
--- a/log4j-core/pom.xml
+++ b/log4j-core/pom.xml
@@ -333,6 +333,11 @@
       <plugin>
         <artifactId>maven-compiler-plugin</artifactId>
         <version>${compiler.plugin.version}</version>
+        <configuration>
+          <excludes>
+            <exclude>**/kafka/**</exclude>
+          </excludes>
+        </configuration>
         <executions>
           <execution>
             <!-- disable annotation processing for first pass -->