10000 KAFKA-17369: Remove Reflections from logging and update licenses (#16… · Python-Repository-Hub/kafka@b40b5a2 · GitHub
[go: up one dir, main page]

Skip to content

Commit b40b5a2

Browse files
authored
KAFKA-17369: Remove Reflections from logging and update licenses (apache#16924)
Reviewers: Mickael Maison <mickael.maison@gmail.com>, Chia-Ping Tsai <chia7712@gmail.com>
1 parent d0cd3a8 commit b40b5a2

File tree

8 files changed

+22
-30
lines changed

8 files changed

+22
-30
lines changed

LICENSE-binary

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,6 @@ netty-transport-native-epoll-4.1.111.Final
255255
netty-transport-native-unix-common-4.1.111.Final
256256
opentelemetry-proto-1.0.0-alpha
257257
plexus-utils-3.5.1
258-
reflections-0.10.2
259258
reload4j-1.2.25
260259
rocksdbjni-7.9.2
261260
scala-collection-compat_2.12-2.10.0
@@ -319,6 +318,7 @@ activation-1.1.1
319318
MIT License
320319

321320
argparse4j-0.7.0, see: licenses/argparse-MIT
321+
classgraph-4.8.173, see: licenses/classgraph-MIT
322322
jopt-simple-5.0.4, see: licenses/jopt-simple-MIT
323323
slf4j-api-1.7.36, see: licenses/slf4j-MIT
324324
slf4j-reload4j-1.7.36, see: licenses/slf4j-MIT
@@ -336,9 +336,3 @@ jline-3.25.1, see: licenses/jline-BSD-3-clause
336336
jsr305-3.0.2, see: licenses/jsr305-BSD-3-clause
337337
paranamer-2.8, see: licenses/paranamer-BSD-3-clause
338338
protobuf-java-3.23.4, see: licenses/protobuf-java-BSD-3-clause
339-
340-
---------------------------------------
341-
Do What The F*ck You Want To Public License
342-
see: licenses/DWTFYWTPL
343-
344-
reflections-0.10.2

config/connect-log4j.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,3 @@ connect.log.pattern=[%d] %p %X{connector.context}%m (%c:%L)%n
3737

3838
log4j.appender.stdout.layout.ConversionPattern=${connect.log.pattern}
3939
log4j.appender.connectAppender.layout.ConversionPattern=${connect.log.pattern}
40-
41-
log4j.logger.org.reflections=ERROR

config/tools-log4j.properties

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@ log4j.appender.stderr=org.apache.log4j.ConsoleAppender
1919
log4j.appender.stderr.layout=org.apache.log4j.PatternLayout
2020
log4j.appender.stderr.layout.ConversionPattern=[%d] %p %m (%c)%n
2121
log4j.appender.stderr.Target=System.err
22-
23-
# for connect-plugin-path
24-
log4j.logger.org.reflections=ERROR

connect/mirror/src/test/resources/log4j.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ log4j.appender.stdout.layout.ConversionPattern=[%d] %p %X{connector.context}%m (
2828
# The following line includes no MDC context parameters:
2929
#log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n (%t)
3030

31-
log4j.logger.org.reflections=ERROR
3231
log4j.logger.kafka=WARN
3332
log4j.logger.state.change.logger=OFF
3433
log4j.logger.org.apache.kafka.connect=DEBUG

connect/runtime/src/test/resources/log4j.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ log4j.appender.stdout.layout.ConversionPattern=[%d] %p %X{connector.context}%m (
2828
# The following line includes no MDC context parameters:
2929
#log4j.appender.stdout.layout.ConversionPattern=[%d] %p %m (%c:%L)%n (%t)
3030

31-
log4j.logger.org.reflections=ERROR
3231
log4j.logger.kafka=WARN
3332
log4j.logger.state.change.logger=OFF
3433
log4j.logger.org.apache.kafka.connect=DEBUG

licenses/DWTFYWTPL

Lines changed: 0 additions & 14 deletions
This file was deleted.

licenses/classgraph-MIT

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
The MIT License (MIT)
2+
3+
Copyright (c) 2019 Luke Hutchison
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

tests/kafkatest/services/templates/connect_log4j.properties

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ log4j.appender.FILE.ImmediateFlush=true
2424
log4j.appender.FILE.Append=true
2525
log4j.appender.FILE.layout=org.apache.log4j.PatternLayout
2626
log4j.appender.FILE.layout.conversionPattern=[%d] %p %m (%c)%n
27-
28-
log4j.logger.org.reflections=ERROR

0 commit comments

Comments
 (0)
0