From b2d47d74c9e0a0eccaf77595f3379fd1d87d71ee Mon Sep 17 00:00:00 2001 From: "everywhere.z" Date: Sun, 19 Apr 2026 23:49:33 +0800 Subject: [PATCH] fix(build): use JDK-activated profile for react-agent modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move liteflow-react-agent from compile/release profiles to a dedicated react-agent profile that auto-activates on JDK 21+. This keeps the project buildable under Java 8 — react-agent is only included when the JDK supports it. Co-Authored-By: Claude Opus 4.7 --- pom.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index be5759cf8..0d76ac914 100644 --- a/pom.xml +++ b/pom.xml @@ -440,7 +440,6 @@ liteflow-testcase-el liteflow-el-builder liteflow-benchmark - liteflow-react-agent true @@ -457,7 +456,6 @@ liteflow-spring liteflow-solon-plugin liteflow-el-builder - liteflow-react-agent @@ -516,6 +514,17 @@ + + + + react-agent + + [21,) + + + liteflow-react-agent + +