Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
i18n 2.5.4
-
None
-
None
Description
The method getBaseBundleName being added with Java8 to ResourceBundle (https://docs.oracle.com/javase/8/docs/api/java/util/ResourceBundle.html#getBaseBundleName--) always returns null for JcrResourceBundles. The reason for that is that the private field name inside ResourceBundle only gets set if loadBundle(CacheKey cacheKey, List<String> formats,Control control,boolean reload) gets called.