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

Remove the slf4j-nop from compile classpath #46

Closed
sureshg opened this issue Sep 26, 2021 · 5 comments
Closed

Remove the slf4j-nop from compile classpath #46

sureshg opened this issue Sep 26, 2021 · 5 comments
Milestone

Comments

@sureshg
Copy link

sureshg commented Sep 26, 2021

You shouldn't add the slf4j nop impl to the classpath ( https://github.com/Password4j/password4j/blob/master/pom.xml#L53) as it causing package conflict issues for modular applications. Usually application using this library brings proper slf4j impl.

 error: module dev.xxx.openjdk.playground reads package org.slf4j.impl from both org.slf4j.nop and org.apache.logging.log4j.slf4j
@firaja firaja added this to the 1.6.0 milestone Oct 4, 2021
@firaja
Copy link
Member

firaja commented Oct 28, 2021

Hi @sureshg,

thank you for pointing that out!
I'm going to remove the slf4j-nop dependency, which you can exclude for the moment in your maven/gradle project.

firaja added a commit that referenced this issue Nov 15, 2021
firaja added a commit that referenced this issue Nov 15, 2021
#46: removed slf4j-nop dependency
@firaja
Copy link
Member

firaja commented Nov 15, 2021

Merged into master

@firaja firaja closed this as completed Nov 15, 2021
@pnacelli
Copy link

pnacelli commented Nov 18, 2021

@firaja

Thank you for making the change, is this going to be reflected in the maven repo sometime soon as new version? 1.5.4 or 1.6.0?

Cheers

@firaja firaja modified the milestones: 1.6.0, 1.5.4 Nov 18, 2021
@firaja
Copy link
Member

firaja commented Nov 19, 2021

Hello @pnacelli and @sureshg,
I released 1.5.4 to the maven repo with this issue fixed.

@pnacelli
Copy link

pnacelli commented Nov 19, 2021

Hi @firaja got your notification, much appreciated!
Have a great weekend! 🙂

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

No branches or pull requests

3 participants