New candidate JEP: 408: Simple Web Server
Mark Rotteveel
mark at lawinegevaar.nl
Wed Mar 31 11:24:27 UTC 2021
On 30-03-2021 19:10, Alex Buckley wrote:
> All of the com.sun namespace is JDK-specific -- it's not part of the
> Java SE Platform API.
>
> Around 90% of the com.sun namespace is internal to the JDK -- not
> intended for use outside the JDK. An example is the
> com.sun.security.ntlm package in the java.base module.
I think you need to qualify this to prevent confusion, because there are
libraries that also use the com.sun namespace that are not part of the
JDK, so are not JDK-specific nor internal only, e.g.
https://github.com/java-native-access/jna, the reference implementation
of JakartaMail (JavaMail).
Mark
--
Mark Rotteveel
More information about the jdk-dev
mailing list