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
The dependencies/pom.xml file contains information about logback. No core components of Helidon depend on logback, although the slf4j module does declare some native image settings using logback item names as strings.
Example apps do depend on a logback component:
helidon-examples-logging-slf4j-aot
helidon-examples-logging-slf4j
The declaration of the logback dependency management information should be removed from core Helidon's dependencies/pom.xml and would then need to be declared somewhere in the examples repo.
The text was updated successfully, but these errors were encountered:
Yes, we should remove this. We need to keep in mind that doing so could break a customers build if they depend on Helidon's dependency management to manage the version of logback. Since it is simple and not a Java api change it might be OK in a minor release.
Environment Details
Problem Description
The
dependencies/pom.xml
file contains information about logback. No core components of Helidon depend on logback, although the slf4j module does declare some native image settings using logback item names as strings.Example apps do depend on a logback component:
The declaration of the logback dependency management information should be removed from core Helidon's
dependencies/pom.xml
and would then need to be declared somewhere in the examples repo.The text was updated successfully, but these errors were encountered: