Friday, December 6, 2019

gwt-dev.jar - uses jdk internal API not compatible for Java11

Hi All,

we are using gwt-dev.jar for our application, in which Java11 is being implemented. As analysis, we found out that below classes, present in jar are having some issues - 
com.google.gwt.dev.url.CloseableJarHandler uses sun.net.www.protocol.jar.Handler (JDK internal API (java.base))
org.apache.tools.ant.taskdefs.email.UUMailer uses sun.misc.UUEncoder (JDK internal API (JDK removed internal API)).

Any idea what is significance of these classes & where they are used?
Also, are there any plans to support this jar with Java11.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit/a1de3a57-9479-4c27-9c94-ef01de73b974%40googlegroups.com.

No comments:

Post a Comment