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

dependency mismatch: org.slf4j #341

Closed
jangalinski opened this issue Sep 25, 2023 · 2 comments
Closed

dependency mismatch: org.slf4j #341

jangalinski opened this issue Sep 25, 2023 · 2 comments
Assignees
Labels
Type: bug Something isn't working Type: dependencies Pull requests that update a dependency file
Milestone

Comments

@jangalinski
Copy link
Contributor

jangalinski commented Sep 25, 2023

We have multiple versions the classpath/overall external-libraries

  • org.slf4j
    • slf4j-api
      • 2.0.6
      • 2.0.7
      • 2.0.9
    • slf4j-simple
      • 2.0.9

we should analyse where these come from and use exclusions (or explicit declaration) to force common latest version.

@jangalinski jangalinski added the Type: bug Something isn't working label Sep 25, 2023
@jangalinski
Copy link
Contributor Author

As we do have logback on the classpath, we should try to get rid of the slf4j-simple dependecy and configure logback.

Also: We should not export the logging backend lib, just the api

@jangalinski jangalinski self-assigned this Oct 10, 2023
@jangalinski jangalinski added the Type: dependencies Pull requests that update a dependency file label Oct 10, 2023
@jangalinski jangalinski added this to the 4.8.0.1 milestone Oct 10, 2023
@jangalinski
Copy link
Contributor Author

fixed with #346

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: bug Something isn't working Type: dependencies Pull requests that update a dependency file
Projects
None yet
Development

No branches or pull requests

1 participant