]
Brian Stansberry commented on WFLY-11202:
-----------------------------------------
This is
. A bump from yasson 1.0.1 to
1.0.2 should fix it.
Default ResourceBundle fails to load
------------------------------------
Key: WFLY-11202
URL:
https://issues.jboss.org/browse/WFLY-11202
Project: WildFly
Issue Type: Bug
Affects Versions: 14.0.1.Final
Reporter: Andrew Schmidt
Assignee: Jason Greene
Priority: Major
Attachments: resourcebundle.zip
Wildfly 14 no longer loads the default message bundle when a locale is specified and the
specific locale has no properties file.
For example, in the attached project, I have a messages.properties file, Wildfly 13
and previous releases would simply load the messages.properties if there is no
messages_en.properties. But in wildfly 14 this is no longer the case (it appears it
provides a different resourcebundle)