From ce11381dea3bf1d2e15c04d71532947eafcbfb7e Mon Sep 17 00:00:00 2001 From: Christophe Clermont Date: Tue, 28 May 2024 11:27:21 +0200 Subject: [PATCH 1/3] Fixed updated POM. Added maven.compiler.release property. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20aed87..67ba5e5 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ - 8 + 8 From 31838de98461c46e963b7b887ab03cdf96ead191 Mon Sep 17 00:00:00 2001 From: Christophe Clermont Date: Thu, 30 May 2024 09:54:39 +0200 Subject: [PATCH 2/3] Fixed Compiling Issue with Maven. --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 67ba5e5..6c36366 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,7 @@ 8 + ${maven.compiler.release} From a4206d405c052ffa5749e92f7000a66d32b5bc1d Mon Sep 17 00:00:00 2001 From: Christophe Clermont Date: Thu, 30 May 2024 12:42:19 +0200 Subject: [PATCH 3/3] Fixed compilation error on Java 8. Added Maven Compiler Plugin configuration for Java 8 with an empty release property. --- pom.xml | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6c36366..0f044e2 100644 --- a/pom.xml +++ b/pom.xml @@ -73,9 +73,8 @@ - - 8 - ${maven.compiler.release} + + 17 @@ -146,6 +145,17 @@ maven-compiler-plugin + + default-compile + compile + + compile + + + ${null} + 1.8 + + compile-java-21 compile