You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What changes were proposed in this pull request?
This pr aims to upgrade slf4j from 1.7.36 to 2.0.3, the main change as follows:
1. Upgrade slf4j version from 1.7.36 to 2.0.3
2. Use ` log4j-slf4j2-impl` instead of ` log4j-slf4j-impl` refer to https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/index.html
3. Adapt to the implementation of `Logging.isLog4j2()`, slf4j2 uses `SLF4JServiceProvider` instead of `StaticLoggerBinder`
### Why are the changes needed?
slf4j 1.7.36 is no longer actively developed, and the current stable and actively developed version of slf4j is 2.0.3.
- https://www.slf4j.org/news.html
- https://www.slf4j.org/faq.html#changesInVersion200
- https://www.slf4j.org/download.html
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GitHub Actions
Closesapache#37844 from LuciferYang/slf4j-200.
Lead-authored-by: yangjie01 <[email protected]>
Co-authored-by: YangJie <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments