[logback-user] logback 1.2.3 java11 compatibility

Baranes, Ofer ofer.baranes at finastra.com
Thu Mar 11 11:28:47 CET 2021


Hi there,
When checking compatibility to java11 using jdep, that was the output:
jdeps.exe -jdkinternals logback-classic-1.2.3.jar

logback-classic-1.2.3.jar -> JDK removed internal API
   ch.qos.logback.classic.spi.PackagingDataCalculator -> sun.reflect.Reflection                             JDK internal API (JDK removed internal API)

Warning: JDK internal APIs are unsupported and private to JDK implementation that are
subject to be removed or changed incompatibly and could break your application.
Please modify your code to eliminate dependence on any JDK internal APIs.
For the most recent update on JDK internal API replacements, please check:
https://wiki.openjdk.java.net/display/JDK8/Java+Dependency+Analysis+Tool

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

Would there be a compatible version to java 11? If so then When?
Is there any way to evaluate if this code would not be reachable on specific project?

Thanks
Ofer
"FINASTRA" is the trade name of the FINASTRA group of companies. This email and any attachments have been scanned for known viruses using multiple scanners. This email message is intended for the named recipient only. It may be privileged and/or confidential. If you are not the named recipient of this email please notify us immediately and do not copy it or use it for any purpose, nor disclose its contents to any other person. This email does not constitute the commencement of legal relations between you and FINASTRA. Please refer to the executed contract between you and the relevant member of the FINASTRA group for the identity of the contracting party with which you are dealing.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.qos.ch/pipermail/logback-user/attachments/20210311/8ca0e679/attachment.html>


More information about the logback-user mailing list