Details
-
Type:
New Feature
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.2.0
-
Component/s: Core: (other), Core: Encoding / I18N
-
Labels:
-
User impact:Medium
-
Similar Issues:None
Description
E.g. deploy a hello example and modify the message resource bundle. Changes won't be picked up until app redeploy due to the design of java.util.ResourceBundle.
With Java 6 as a baseline we can enable bundle reload feature now (was disabled in Mule before due to Java 5 compatibility requirements).
With this change resource bundle changes will be picked up on the fly.