Java 16
jdk.java.net
Java 16
1–10 of 327 posts
Re: Java 16
#2Re: Java 16
#3Re: Java 16
#4Why they decided to change the keyword rules to use "non-sealed" is beyond me. Surely, there might be other choices? Closed/unclosed? Unsealed?
But looks entirely different: Two words, connected by a hyphen.
But I think, it was done because of backwards compatibility. If they would have called it "closed", it would maybe break hundreds of programs that have methods/variables called "closed"
Re: Java 16
#5Hopefully this version will work better.
Re: Java 16
#6Re: Java 16
#7Super interested in https://openjdk.java.net/jeps/386 as alpine linux is at the heart of a lot of docker images. We use ubuntu currently as our base image, but tried to use alpine recently and ran into some issues with musl. Hopefully this version will work better.
You can link musl statically. So, the problems with Glibc wouldn't be there. Maybe you would have to patch musl to make it work on android.
Re: Java 16
#8Re: Java 16
#9The JEPs/enhancements: http://openjdk.java.net/projects/jdk/16/