-
Type:
Sub-task
-
Resolution: Delivered
-
Priority:
P2
-
Affects Version/s: 9
-
Component/s: core-libs
-
Verified
The deprecated `addPropertyListener` and `removePropertyListener` methods have been removed from `java.util.logging.LogManager`. Code that relies on a listener to be invoked when logging configuration changes should use the new `addConfigurationListener` and `removeConfigurationListener` methods instead.