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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/juneau.git


The following commit(s) were added to refs/heads/master by this push:
     new 68cec69544 Bump maven.compiler.source in examples from a mix for 1.8 
and 17 to 17 (inherited from parent POM when possible).
68cec69544 is described below

commit 68cec69544445135102cea9c971c954507baa528
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 9 07:22:29 2026 -0500

    Bump maven.compiler.source in examples from a mix for 1.8 and 17 to 17
    (inherited from parent POM when possible).
    
    - Bump maven.compiler.target in examples from a mix for 1.8 and 17 to 17
    (inherited from parent POM when possible).
    - Bump maven.compiler.source in juneau-rest-server-springboot from a mix
    for 1.8 and 17 to 17 (inherited from parent POM).
    - Bump maven.compiler.target in juneau-rest-server-springboot from a mix
    for 1.8 and 17 to 17 (inherited from parent POM).
---
 RELEASE-NOTES.txt                                                     | 4 ++++
 juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml              | 2 --
 juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml      | 4 ++--
 juneau-examples/juneau-examples-rest-jetty/pom.xml                    | 2 --
 juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml | 4 ++--
 juneau-examples/juneau-examples-rest-springboot/pom.xml               | 2 --
 juneau-rest/juneau-rest-server-springboot/pom.xml                     | 2 --
 7 files changed, 8 insertions(+), 12 deletions(-)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 199fbb0c49..105810f354 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -16,6 +16,10 @@ Release Notes - Juneau - Version 9.2.1
 ** Changes
 
     * Bump junit.version from a mix of 5.13.4 and 6.0.1 to 6.0.2.
+    * Bump maven.compiler.source in examples from a mix for 1.8 and 17 to 17 
(inherited from parent POM when possible).
+    * Bump maven.compiler.target in examples from a mix for 1.8 and 17 to 17 
(inherited from parent POM when possible).
+    * Bump maven.compiler.source in juneau-rest-server-springboot from a mix 
for 1.8 and 17 to 17 (inherited from parent POM).
+    * Bump maven.compiler.target in juneau-rest-server-springboot from a mix 
for 1.8 and 17 to 17 (inherited from parent POM).
 
 Release Notes - Juneau - Version 9.2.0
 
diff --git a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
index 62ed4c3a2b..290eb50053 100644
--- a/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty-ftest/pom.xml
@@ -31,8 +31,6 @@
 
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <maven.compiler.source>17</maven.compiler.source>
-               <maven.compiler.target>17</maven.compiler.target>
        </properties>
 
 
diff --git a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
index c497f21d54..8d525f16ed 100644
--- a/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/build-overlay/pom.xml
@@ -35,8 +35,8 @@
 
        <properties>
                <encoding>UTF-8</encoding>
-               <maven.compiler.source>1.8</maven.compiler.source>
-               <maven.compiler.target>1.8</maven.compiler.target>
+               <maven.compiler.source>17</maven.compiler.source>
+               <maven.compiler.target>17</maven.compiler.target>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
diff --git a/juneau-examples/juneau-examples-rest-jetty/pom.xml 
b/juneau-examples/juneau-examples-rest-jetty/pom.xml
index 87c0f3eafb..42c801864b 100644
--- a/juneau-examples/juneau-examples-rest-jetty/pom.xml
+++ b/juneau-examples/juneau-examples-rest-jetty/pom.xml
@@ -32,8 +32,6 @@
 
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <maven.compiler.source>17</maven.compiler.source>
-               <maven.compiler.target>17</maven.compiler.target>
        </properties>
 
        <dependencies>
diff --git 
a/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml 
b/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
index 8fbc7ecd0e..d8dc4c18bb 100644
--- a/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/build-overlay/pom.xml
@@ -45,8 +45,8 @@
 
        <properties>
                <encoding>UTF-8</encoding>
-               <maven.compiler.source>1.8</maven.compiler.source>
-               <maven.compiler.target>1.8</maven.compiler.target>
+               <maven.compiler.source>17</maven.compiler.source>
+               <maven.compiler.target>17</maven.compiler.target>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
diff --git a/juneau-examples/juneau-examples-rest-springboot/pom.xml 
b/juneau-examples/juneau-examples-rest-springboot/pom.xml
index 596946533e..af1f8f4c19 100644
--- a/juneau-examples/juneau-examples-rest-springboot/pom.xml
+++ b/juneau-examples/juneau-examples-rest-springboot/pom.xml
@@ -31,8 +31,6 @@
 
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <maven.compiler.source>17</maven.compiler.source>
-               <maven.compiler.target>17</maven.compiler.target>
        </properties>
 
        <dependencies>
diff --git a/juneau-rest/juneau-rest-server-springboot/pom.xml 
b/juneau-rest/juneau-rest-server-springboot/pom.xml
index f4ccfd7e22..475fba7ea8 100644
--- a/juneau-rest/juneau-rest-server-springboot/pom.xml
+++ b/juneau-rest/juneau-rest-server-springboot/pom.xml
@@ -32,8 +32,6 @@
 
        <properties>
                
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-               <maven.compiler.source>17</maven.compiler.source>
-               <maven.compiler.target>17</maven.compiler.target>
        </properties>
 
        <dependencies>

Reply via email to