Upgrade to Java 11 #55

Closed
opened 4 years ago by gpe · 1 comments
gpe commented 4 years ago
Owner

I think this seems reasonable as it is an LTS release. Maybe our policy should be to always use the most recent LTS?

Useful APIs:

I think this seems reasonable as it is an LTS release. Maybe our policy should be to always use the most recent LTS? Useful APIs: * https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/ClassLoader.html#getPlatformClassLoader() (to replace getSystemClassLoader() in the bundler/deobfuscator) * https://docs.oracle.com/en/java/javase/11/docs/api/jdk.jartool/jdk/security/jarsigner/JarSigner.html (to replace shelling out - we could also replace shelling out to keytool with KeyStore at the same time) * Optional.isEmpty (to replace !isPresent)
gpe changed title from Useful Java 11 APIs to Upgrade to Java 11 4 years ago
gpe added the
improvement
label 4 years ago
Poster
Owner

Done!

Done!
gpe closed this issue 4 years ago
Sign in to join this conversation.
Loading…
There is no content yet.