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

reschke pushed a commit to branch OAK-11952
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit 77bdcff71caf33c62eb664aa67bce13a34d4f468
Author: Julian Reschke <[email protected]>
AuthorDate: Thu Jan 22 13:51:43 2026 +0100

    OAK-11952: Bump up minimal Java version to 17 - wip
---
 oak-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index cb5dc7bdf6..b169610d9d 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -72,7 +72,7 @@
     <netty.version>4.1.127.Final</netty.version>
     <aws.sdk.version>2.34.1</aws.sdk.version>
     <!-- determines the bytecode version (i.e. the minimum JRE required to run 
the build artifact) -->
-    <javaTargetVersion>11</javaTargetVersion>
+    <javaTargetVersion>17</javaTargetVersion>
     <maven.compiler.release>${javaTargetVersion}</maven.compiler.release>
     <maven.compiler.target>${javaTargetVersion}</maven.compiler.target>
     <minimalJavaBuildVersion>${javaTargetVersion}</minimalJavaBuildVersion>

Reply via email to