From b9dbad8162eb11acdba0aef2d12fa7176fb30a4d Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2026 14:12:21 +0000 Subject: [PATCH] Update Maven compiler target from Java 17 to Java 21 - Root pom.xml: update maven-compiler-plugin source/target/release from 17 to 21 - Root pom.xml: update gmavenplus-plugin targetBytecode from 17 to 21 - common/pom.xml: update maven-compiler-plugin source/target from 17 to 21 - admin/broadleaf-admin-module/pom.xml: update maven-compiler-plugin source/target from 17 to 21 All 13 modules compile successfully with JDK 21. Co-Authored-By: Arjun Mishra --- admin/broadleaf-admin-module/pom.xml | 4 ++-- common/pom.xml | 4 ++-- pom.xml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/admin/broadleaf-admin-module/pom.xml b/admin/broadleaf-admin-module/pom.xml index d7435e558a..09f3c8d66a 100644 --- a/admin/broadleaf-admin-module/pom.xml +++ b/admin/broadleaf-admin-module/pom.xml @@ -57,8 +57,8 @@ org.apache.maven.plugins maven-compiler-plugin - 17 - 17 + 21 + 21 true diff --git a/common/pom.xml b/common/pom.xml index 0bbfedf94c..b83348817c 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -52,8 +52,8 @@ org.apache.maven.plugins maven-compiler-plugin - 17 - 17 + 21 + 21 true diff --git a/pom.xml b/pom.xml index 6836d3b269..41670d48a0 100644 --- a/pom.xml +++ b/pom.xml @@ -85,9 +85,9 @@ maven-compiler-plugin 3.14.0 - 17 - 17 - 17 + 21 + 21 + 21 true @@ -139,7 +139,7 @@ gmavenplus-plugin 4.2.0 - 17 + 21