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
For sake of future maintenance, we need to depend on the SLF4J API (instead of the Log4J API)
See discussion in #3678
The text was updated successfully, but these errors were encountered:
As a small note: We can skip an anti corruption layer or any other abstraction and directly use sl4j. See http://slf4j.org/faq.html#optional_dependency for arguments.
Sorry, something went wrong.
We could write a spoon transformation for this, to be applied on Spoon itself, and we would use the sniper mode to have a minimal diff.
I have a fix for this.
Successfully merging a pull request may close this issue.
For sake of future maintenance, we need to depend on the SLF4J API (instead of the Log4J API)
See discussion in #3678
The text was updated successfully, but these errors were encountered: