From f36546c20526ff7f565e26a35910ad3d50ecf735 Mon Sep 17 00:00:00 2001 From: Jack Shirazi Date: Tue, 1 Sep 2026 15:35:13 +0100 Subject: [PATCH] exclude Java 11 from spring boot 4 integration test (it needs 17+) --- integration-tests/pom.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index 72660d9af7..30160f5bfb 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -29,7 +29,6 @@ jakartaee-jsf-app main-app-test spring-boot-3 - spring-boot-4 aws-lambda-test @@ -39,4 +38,19 @@ true + + + spring-boot-4-supported-jdk + + + test_java_version + !11 + + + + spring-boot-4 + + + +