From 5a13a32f6c940f5f2de07e5ee147db7f55931c2e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Sat, 30 Sep 2017 09:57:06 +0100 Subject: [PATCH] Revert "Reinstate testing of Jetty JSP sample on Java 9" This reverts commit bbca612a57ec89c9c86ae7d29b3ea7952eb4963d. StandardJarScanner, which contains the faulty assumption about URLClassLoader is part of Jasper. Jetty, like Tomcat, uses Jasper for JSPs so it's also affected. See gh-10456 --- .../spring-boot-sample-jetty-jsp/pom.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml b/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml index 5dd725765d..f7aef29291 100644 --- a/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jetty-jsp/pom.xml @@ -82,4 +82,23 @@ + + + java9 + + 9 + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + + +