We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This project declares a compile time dependency org.slf4j:slf4j-api and uses it in a single class: UdfTestSetup.
org.slf4j:slf4j-api
UdfTestSetup
We should refactor the code to only use java.util.logging.Logger.
java.util.logging.Logger
The text was updated successfully, but these errors were encountered:
#55: Replace slf4j with jul
1c18780
#55 Replace slf4j with jul (#59)
159ba99
kaklakariada
ckunki
Successfully merging a pull request may close this issue.
This project declares a compile time dependency
org.slf4j:slf4j-api
and uses it in a single class:UdfTestSetup
.We should refactor the code to only use
java.util.logging.Logger
.The text was updated successfully, but these errors were encountered: