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

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


The following commit(s) were added to refs/heads/master by this push:
     new b75b89fae Fixed the dev guide showing the proper Java version tu use 
to build the 3 MINA branches
b75b89fae is described below

commit b75b89faef8d866723eb653afc7196567e8a4d79
Author: emmanuel lecharny <[email protected]>
AuthorDate: Sat Apr 25 23:33:24 2026 +0200

    Fixed the dev guide showing the proper Java version tu use to build the 3 
MINA branches
---
 source/mina-project/developer-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/mina-project/developer-guide.md 
b/source/mina-project/developer-guide.md
index 0eaba7f52..cdc1857c4 100644
--- a/source/mina-project/developer-guide.md
+++ b/source/mina-project/developer-guide.md
@@ -14,7 +14,7 @@ title: Developer Guide
 # Checking out the code
 
 <div class="note" markdown="1">
-    The current <em>MINA</em>em> code requires to be built with Java 11 or 
higher.
+    The current <em>MINA</em> code requires to be built with Java 8 for 
<em>MINA</em> 2.0.X and <em>MINA</em> 2.1.X, and with Java 17 or higher for 
<em>MINA</em> 2.2.X branch.
 </div>
 
 You need **Git** to check out the source code from our source code repository, 
and [Maven](https://maven.apache.org/) 3.8.5 (pick the latest Maven version) to 
build the source code (Building with Maven 3.0 will also work).  The following 
example shows how to build the current stable branch (2.0.9).

Reply via email to