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

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: