Re: Java 10 var support in Jasper JSP engine
Thanks for the answers. That's good to know! - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org
Java 10 var support in Jasper JSP engine
I'm using Tomcat's Jasper JSP engine via an embedded Jetty environment. I've recently updated this process to run on OpenJDK 10, but I found that Java 10 features weren't available in JSP scriptlet syntax. I had not paid much attention to how Jasper was compiling JSPs, but when I dug into it,