Java 11 Compatibility Problem
See original GitHub issueScanning newest guava jar with jdeps there is information that this version still uses sun.misc.Unsafe
which is JDK removed internal API.
Are you planning a support with java 11 in the near future?
Issue Analytics
- State:
- Created 5 years ago
- Reactions:6
- Comments:11 (4 by maintainers)
Top Results From Across the Web
JDK 11 Release Notes, Important Changes, and Information
The Kinds of Compatibility page on the OpenJDK wiki identifies three types of potential compatibility issues for Java programs used in these descriptions:....
Read more >Known Java 11 Compatibility issues - Jenkins
Key Component(s) Status
JENKINS‑66251 jobconfighistory‑plugin Open
JENKINS‑66029 implied‑labels‑plugin Open
JENKINS‑65582 core Open
Read more >[#IVY-1595] Java 11 Compatibility Problem - ASF JIRA
Hi,. scanning latest version of Apache Ivy(2.5.0-rc-1) using jdeprscan on jdk11 I noticed two problems with this jar. These two methods are using...
Read more >Detecting Compatibility Issues With the Java SE API - DZone
As time goes by and Java is constantly being updated, the problem of compatibility of different Java SE API versions becomes more and...
Read more >Java JDK 11 Breaking Old Jars/Programs - Stack Overflow
Java tries to be backward compatible but sometimes breaking changes are necessary to evolve the ecosystem. Until now breaking changes were ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Can you share a delivery timeline for the next release?
Hi, is there an ETA for this?
Will we be able to run a version of com.google.guava.*_jre.jar in an Open JDK v11 Zulu JVM? -thanks!