From c8e907231390ff8b359ac20ed7794f07f070b702 Mon Sep 17 00:00:00 2001 From: Daniel Garnier-Moiroux Date: Fri, 28 Nov 2025 12:02:18 +0100 Subject: [PATCH] integration-tests: compile with -parameters - This is required to have integration tests passing on JDK 17+. This is because the IntegrationTestConfiguration relies on bean names for auto-wiring beans of the same type (mostly strings). --- integration-test/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/integration-test/pom.xml b/integration-test/pom.xml index 71d210b15e..ca0b9009f1 100644 --- a/integration-test/pom.xml +++ b/integration-test/pom.xml @@ -100,6 +100,9 @@ org.apache.maven.plugins maven-compiler-plugin + + true + org.apache.maven.plugins