In an effort to eliminate the use of internal packages from core module by javafx.* modules, we need to switch from using the internal platform logger, in the internal sun.util.logging package, to the light-weight System logger.
We can (and should) consider providing an adapter class to minimize the change in those classes that use the existing platform logger.
We can (and should) consider providing an adapter class to minimize the change in those classes that use the existing platform logger.
- blocks
-
JDK-8195974 Replace use of java.util.logging in javafx with System logger
- Resolved
-
JDK-8195798 ☂ Address dependencies in javafx.* modules on internal APIs of core modules
- Resolved
- relates to
-
JDK-8200236 Simplify/Replace com.sun.javafx.logging.PlatformLogger class & its usage
- Open
-
JDK-8216470 Some methods of System.Logger are unimplemented in PlatformLogger
- Resolved
-
JDK-8198470 AccessControlException when running SandboxAppTest
- Closed