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 Spring warning about spring-jcl and commons-logging #13299

Closed
npepinpe opened this issue Jul 3, 2023 · 0 comments · Fixed by #13300
Closed

Remove Spring warning about spring-jcl and commons-logging #13299

npepinpe opened this issue Jul 3, 2023 · 0 comments · Fixed by #13300
Assignees
Labels
kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. version:8.3.0-alpha3 Marks an issue as being completely or in parts released in 8.3.0-alpha3 version:8.3.0 Marks an issue as being completely or in parts released in 8.3.0

Comments

@npepinpe
Copy link
Member

npepinpe commented Jul 3, 2023

Description

Spring displays a warning at startup if both spring-jcl and commons-logging are found in the same class path:

Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts

As per their own Spring Data project (which also uses the Elasticsearch client), it seems fine to simply exclude commons-logging.

@npepinpe npepinpe added the kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. label Jul 3, 2023
@npepinpe npepinpe self-assigned this Jul 3, 2023
@ghost ghost closed this as completed in bbcdeb0 Jul 4, 2023
@ChrisKujawa ChrisKujawa added the version:8.3.0-alpha3 Marks an issue as being completely or in parts released in 8.3.0-alpha3 label Jul 6, 2023
@megglos megglos added the version:8.3.0 Marks an issue as being completely or in parts released in 8.3.0 label Oct 5, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/toil Categorizes an issue or PR as general maintenance, i.e. cleanup, refactoring, etc. version:8.3.0-alpha3 Marks an issue as being completely or in parts released in 8.3.0-alpha3 version:8.3.0 Marks an issue as being completely or in parts released in 8.3.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants