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
sshd-common-tests bundles its logback-test.xml into the released jar. This results in runtime warnings:
07:27:57,812 |-WARN in ch.qos.logback.classic.util.DefaultJoranConfigurator@78d6692f - Resource [logback-test.xml] occurs at [jar:file:/Users/jasonlindholm/.m2/repository/org/apache/sshd/sshd-common/2.11.0/sshd-common-2.11.0-tests.jar!/logback-test.xml]
Version
2.13.2
Bug description
sshd-common-tests
bundles itslogback-test.xml
into the released jar. This results in runtime warnings:The workaround is to have our build explicitly exclude the
logback.xml
resource file when building our jars, but that should not be necessary.Actual behavior
See description.
Expected behavior
No warnings.
Relevant log output
Other information
No response
The text was updated successfully, but these errors were encountered: