JDK-8102763 : Replace use of javafx-logging in Glass with java.util.logging
Type:Sub-task
Component:javafx
Sub-Component:window-toolkit
Affected Version:8
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2012-08-23
Updated:2015-06-16
Resolved:2012-12-20
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
Javafx-logging is a clone of SE 1.7 sun.util.logging, so in theory, it should be just a matter of finding where com.sun.javafx.logging is used, and replace it with sun.util.logging.
19-11-2012
sun.util.logging would be better, but is not part of Java 1.6, so until that constraint is removed, we will be using java.util.logging
07-09-2012
Depends on RT-24458. And this should probably be sun.util.logging instead.