-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
34.0.0.Final
-
None
-
Workaround Exists
-
-
---
-
---
WildFly 34.0.0.Final user BOM leaks commons-logging:commons-logging:jar exclusion to users projects. This is problematic, because users relying on transitive dependencies of org.apache.httpcomponents:httpclient:jar will observe the inevitable:
java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory
Issue has been introduced some time in between 34.0.0.Beta1 and the 34.0.0.Final.
Here's an example project upgrade gone wrong: https://github.com/clusterbench/clusterbench/pull/522