This is an automated email from the ASF dual-hosted git repository.

tiagobento pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-kie-tools.git


The following commit(s) were added to refs/heads/main by this push:
     new 0822b734254 kie-issues#2067: Java 21 support (#3260)
0822b734254 is described below

commit 0822b734254e485fc1988171b2b6693adc70175a
Author: Aswathi <[email protected]>
AuthorDate: Fri Aug 29 04:54:40 2025 +0530

    kie-issues#2067: Java 21 support (#3260)
---
 packages/dev-deployment-quarkus-blank-app/pom.xml                      | 3 +--
 .../git-repo-content-src/pom.xml.envsubst                              | 3 +--
 packages/maven-base/pom.xml                                            | 3 +--
 packages/vscode-java-code-completion-extension-plugin/pom.xml          | 2 ++
 4 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/packages/dev-deployment-quarkus-blank-app/pom.xml 
b/packages/dev-deployment-quarkus-blank-app/pom.xml
index 53e7765ca25..723dfdb89bd 100644
--- a/packages/dev-deployment-quarkus-blank-app/pom.xml
+++ b/packages/dev-deployment-quarkus-blank-app/pom.xml
@@ -36,8 +36,7 @@
   <name>KIE Tools :: KIE Sandbox :: Dev deployment Quarkus blank app</name>
 
   <properties>
-    <maven.compiler.source>17</maven.compiler.source>
-    <maven.compiler.target>17</maven.compiler.target>
+    <maven.compiler.release>17</maven.compiler.release>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
diff --git 
a/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
 
b/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
index a147e96bec9..8e91f693317 100644
--- 
a/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
+++ 
b/packages/kie-sandbox-accelerator-quarkus/git-repo-content-src/pom.xml.envsubst
@@ -66,8 +66,7 @@
   </repositories>
 
   <properties>
-    <maven.compiler.source>17</maven.compiler.source>
-    <maven.compiler.target>17</maven.compiler.target>
+    <maven.compiler.release>17</maven.compiler.release>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
diff --git a/packages/maven-base/pom.xml b/packages/maven-base/pom.xml
index 46eed354265..c433289f67a 100644
--- a/packages/maven-base/pom.xml
+++ b/packages/maven-base/pom.xml
@@ -96,8 +96,7 @@
   </mailingLists>
 
   <properties>
-    <maven.compiler.source>17</maven.compiler.source>
-    <maven.compiler.target>17</maven.compiler.target>
+    <maven.compiler.release>17</maven.compiler.release>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
diff --git a/packages/vscode-java-code-completion-extension-plugin/pom.xml 
b/packages/vscode-java-code-completion-extension-plugin/pom.xml
index 89eae17ac29..556d9da65fa 100644
--- a/packages/vscode-java-code-completion-extension-plugin/pom.xml
+++ b/packages/vscode-java-code-completion-extension-plugin/pom.xml
@@ -89,6 +89,8 @@
         <artifactId>tycho-compiler-plugin</artifactId>
         <version>${version.tycho}</version>
         <configuration>
+          <source>17</source>
+          <target>17</target>
           <compilerArgument>-err:-forbidden</compilerArgument>
           <useProjectSettings>false</useProjectSettings>
         </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to