]
Brian Stansberry reassigned WFLY-11202:
---------------------------------------
Assignee: Brian Stansberry (was: Jason Greene)
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: Brian Stansberry
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)