[logback-dev] [JIRA] (LOGBACK-1343) Make logback Java 9 friendly by removing use of sun.reflect.Reflection

QOS.CH (JIRA) noreply-jira at qos.ch
Fri Sep 22 19:21:00 CEST 2017


Michael created LOGBACK-1343:
--------------------------------

             Summary: Make logback Java 9 friendly by removing use of sun.reflect.Reflection
                 Key: LOGBACK-1343
                 URL: https://jira.qos.ch/browse/LOGBACK-1343
             Project: logback
          Issue Type: Bug
            Reporter: Michael
            Assignee: Logback dev list
            Priority: Minor


jdeps is reporting logback uses sun.reflect.Reflection, it recommends using StackWalker


 ch.qos.logback.classic.spi.PackagingDataCalculator -> sun.reflect.Reflection                             JDK internal API (jdk.unsupported)

 

JDK Internal API Suggested Replacement
---------------- ---------------------
sun.reflect.Reflection Use java.lang.StackWalker @since 9



--
This message was sent by Atlassian JIRA
(v7.3.1#73012)


More information about the logback-dev mailing list