From d5ba8f671a331a581382ee4cf34adfdb90a308d6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 9 May 2017 13:16:11 +0200 Subject: [PATCH] Make Spring Boot Antlib's integration tests compatible with JDK 9 Closes gh-10021 --- spring-boot-tools/spring-boot-antlib/pom.xml | 24 ++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/spring-boot-tools/spring-boot-antlib/pom.xml b/spring-boot-tools/spring-boot-antlib/pom.xml index 878663750e..be5911287a 100644 --- a/spring-boot-tools/spring-boot-antlib/pom.xml +++ b/spring-boot-tools/spring-boot-antlib/pom.xml @@ -80,7 +80,7 @@ - + @@ -120,10 +120,30 @@ org.eclipse.jdt.core.compiler ecj - 4.4.2 + 4.6.1 + + + java-8 + + [1.8,1.9) + + + org.eclipse.jdt.core.JDTCompilerAdapter + + + + java-9 + + [1.9,) + + + modern + + +