From a1f0e0004c69fbae1e56a2ce18a8780d101f3119 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 19:15:40 +0000 Subject: [PATCH] Upgrade Java version from 17 to 21 and remove conflicting maven-compiler-plugin - Update java.version property from 17 to 21 in pom.xml - Remove maven-compiler-plugin configuration that was targeting Java 1.8 - Spring Boot 3.3.3 parent POM handles compiler settings appropriately JIRA: MBA-484 Co-Authored-By: Jia Wu --- pom.xml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/pom.xml b/pom.xml index fc5bfeac..7e70f608 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ - 17 + 21 @@ -75,15 +75,6 @@ org.springframework.boot spring-boot-maven-plugin - - org.apache.maven.plugins - maven-compiler-plugin - 3.8.0 - - 1.8 - 1.8 - -