Uploaded image for project: 'JBoss Log Manager'
  1. JBoss Log Manager
  2. LOGMGR-130 JDK9 Support
  3. LOGMGR-136

java.util.logging.LogManager removed deprecated property change listeners

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 2.1.0.Final
    • None
    • None
    • None

      Both the addPropertyChangeListener(PropertyChangeListener and removePropertyChangeListener(PropertyChangeListener were deprecated in Java 8 and removed in Java 9. There are two new replacement methods addConfigurationListener(Runnable) and removeConfigurationListener(Runnable) that have been added as replacements.

      For the JBoss Log Manager these could likely be no-ops like the originals were.

      In Java 9 to updateConfiguration() methods were added as well. These should also be overridden with no-ops.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: