This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch 2.2.X
in repository https://gitbox.apache.org/repos/asf/mina.git
The following commit(s) were added to refs/heads/2.2.X by this push:
new a1caa2d53 Enforecd use of Java 17 for this branch
new b967f0b92 Merge remote-tracking branch 'refs/remotes/origin/2.2.X'
into 2.2.X
a1caa2d53 is described below
commit a1caa2d53cbc20c22183ec8790daf657d9383a9e
Author: emmanuel lecharny <[email protected]>
AuthorDate: Sun Apr 26 08:30:14 2026 +0200
Enforecd use of Java 17 for this branch
---
pom.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/pom.xml b/pom.xml
index 5209d8a72..894ec550b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -821,6 +821,9 @@
<requireMavenVersion>
<version>(3.8,]</version>
</requireMavenVersion>
+ <requireJavaVersion>
+ <version>17</version>
+ </requireJavaVersion>
</rules>
</configuration>
</execution>