You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Please provide details of the problem, including the version of Spring Cloud that you
are using.
A warning indicates that commons-logging is present in the classpath.
By design, spring-jcl should bridge the logs to Log4J.
On version 3.3.5 of spring-boot, 2023.0.3 of spring cloud, maven, java 21.
commons-logging:commons-logging:1.2 is imported by org.apache.httpcomponents:httpclient:4.5.14.
Sample
If possible, please provide a test case or sample application that reproduces
the problem. This makes it much easier for us to diagnose the problem and to verify that
we have fixed it.
Using spring initializr, with spring boot 3.3.5, 2023.0.3 of spring cloud, maven, java 21.
Add consul discovery.
Run the project.
The second line of the logs is :
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
The text was updated successfully, but these errors were encountered:
Describe the bug
Please provide details of the problem, including the version of Spring Cloud that you
are using.
A warning indicates that commons-logging is present in the classpath.
By design, spring-jcl should bridge the logs to Log4J.
On version 3.3.5 of spring-boot, 2023.0.3 of spring cloud, maven, java 21.
commons-logging:commons-logging:1.2
is imported byorg.apache.httpcomponents:httpclient:4.5.14
.Sample
If possible, please provide a test case or sample application that reproduces
the problem. This makes it much easier for us to diagnose the problem and to verify that
we have fixed it.
Using spring initializr, with spring boot 3.3.5, 2023.0.3 of spring cloud, maven, java 21.
Add consul discovery.
Run the project.
The second line of the logs is :
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
The text was updated successfully, but these errors were encountered: