]
Marek Novotny moved JBEAP-87 to WFLY-3937:
------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-3937 (was: JBEAP-87)
Workflow: GIT Pull Request workflow (was: classic default workflow)
Jackson libs are Private, should be Public
------------------------------------------
Key: WFLY-3937
URL:
https://issues.jboss.org/browse/WFLY-3937
Project: WildFly
Issue Type: Bug
Environment: EAP 6.3.0.ER2
Reporter: Marek Novotny
The following libraries have their module.xml files set to *private*:
* org.codehaus.jackson.jackson-core-asl
* org.codehaus.jackson.jackson-mapper-asl
* org.codehaus.jackson.jackson-jaxrs
* org.codehaus.jackson.jackson-xc
After talking with [~bill.burke], these should be *public*.
While these modules are private, the use of them creates WARNings in the stack trace.