Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update slf4j version #33574

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Update slf4j version #33574

wants to merge 8 commits into from

Conversation

shunping
Copy link
Contributor

@shunping shunping commented Jan 13, 2025

Upgrade slf4j from 1.x to 2.x

@github-actions github-actions bot added the build label Jan 13, 2025
The class path of slf4j has been changed from org/slf4j/impl
to org/slf4j/jul.

Two failed tests:
- :runners:google-cloud-dataflow-java:worker:validateShadedJarContainsSlf4jJdk14
- :runners:google-cloud-dataflow-java:worker:validateShadedJarDoesntLeakNonProjectClasses
The failed tests  are under
org.apache.beam.runners.dataflow.worker.HotKeyLoggerTest
The previous version has a compile dependency on slf4j 1.x binding, which would no longer
work with slf4j 2.x.
@github-actions github-actions bot added the spark label Feb 4, 2025
@Abacn
Copy link
Contributor

Abacn commented Feb 4, 2025

triggered a performance test: https://github.com/apache/beam/actions/runs/13145020125

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants