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

make SLF4J dependency explicit #30

Merged
merged 1 commit into from
Feb 6, 2021
Merged

make SLF4J dependency explicit #30

merged 1 commit into from
Feb 6, 2021

Conversation

elharo
Copy link
Contributor

@elharo elharo commented Feb 6, 2021

Alternative would be to remove the SLF4J loggers and debug log statements completely.

@bmarwell
Copy link

bmarwell commented Feb 6, 2021

As discussed on the mailing list, we should prefer to remove slf4j instead.

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.30</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

better would be to use the latest available with 3.1.1 - to avoid any linking exceptions

@slachiewicz
Copy link
Member

Soon we must update dependency to Velocity to 2.2 (with Java 8) - they use slf4j API for logging
image

@elharo elharo merged commit 1596b81 into master Feb 6, 2021
@elharo elharo deleted the slf4j branch February 6, 2021 20:26
pzygielo pushed a commit to pzygielo/maven-jxr that referenced this pull request Aug 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants