-
Bug
-
Resolution: Done
-
Major
-
7.2.0.GA
-
None
An application containing messages.properties when it tries to load it from the TCCL it is seeing the messages.properties from the yasson-1.0.1.redhat-1.jar
<% System.out.println("messages.properties: " + Thread.currentThread().getContextClassLoader().getResource("messages.properties")); %>
messages.properties: jar:file:/tmp/jboss-eap-7.2/modules/system/layers/base/org/eclipse/yasson/main/yasson-1.0.1.redhat-1.jar!/messages.properties
org.jboss.as.ee.managedbean.processors.JavaEEDependencyProcessor is adding a dependency on org.eclipse.yasson , which is exposing the messages.properties as well.
// javax.json.bind.api (JSON-B) implementation ModuleIdentifier.create("org.eclipse.yasson"),
- is incorporated by
-
JBEAP-16025 Upgrade yasson from 1.0.1 to 1.0.2
- Closed
- relates to
-
WFLY-11202 Default ResourceBundle fails to load
- Closed
- links to