-
Enhancement
-
Resolution: Fixed
-
P2
-
8
-
b113
-
Verified
java.util.logging resource bundles are currently specified by their name. This has lead to a number of problems, both in keeping the name of those bundles in sync with the cached resource bundle in Logger, as well as locating the correct ClassLoader to find the bundles. The Logger methods that currently take bundle names should be deprecated and new methods added that take java.util.ResourceBundle instead. In addition, the deprecated functionality must continue to work (perhaps via a system property) to maintain compatibility with existing applications, in particular Glassfish and WebLogic.
- is blocked by
-
JDK-4814565 (rb) add method to get basename from a ResourceBundle
- Resolved
- relates to
-
JDK-4716384 java.util.logging.Logger.getLogger() doesn't take a ResourceBundle in parameter
- Open
-
JDK-8024525 Make Logger log methods call isLoggable()
- Closed