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

asf-gitbox-commits pushed a commit to branch 2.0.X
in repository https://gitbox.apache.org/repos/asf/mina.git


The following commit(s) were added to refs/heads/2.0.X by this push:
     new 3e8014147 Enforce the use of Java 1.8 and only this version for the 
build
3e8014147 is described below

commit 3e8014147be519f451e417b333e3c867ba4169d9
Author: emmanuel lecharny <[email protected]>
AuthorDate: Sun Apr 26 08:41:36 2026 +0200

    Enforce the use of Java 1.8 and only this version for the build
---
 pom.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pom.xml b/pom.xml
index fc72d92cd..32d61df65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -801,6 +801,9 @@
                   <level>ERROR</level>
                   <version>[3.8,]</version>
                 </requireMavenVersion>
+                <requireJavaVersion>
+                  <version>[1.8,1.9)</version>
+                </requireJavaVersion>
               </rules>    
             </configuration>
           </execution>

Reply via email to