This is an automated email from the ASF dual-hosted git repository.
twolf pushed a commit to branch dev_3.0
in repository https://gitbox.apache.org/repos/asf/mina-sshd.git
The following commit(s) were added to refs/heads/dev_3.0 by this push:
new afcf636a2 README.md: mention Java24+ required for building
afcf636a2 is described below
commit afcf636a20e823b8f1cc289a663abc39b6321b2f
Author: Thomas Wolf <[email protected]>
AuthorDate: Mon Sep 29 22:13:37 2025 +0200
README.md: mention Java24+ required for building
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 1c48e61f0..31016c645 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ Sensitive issues such as security vulnerabilities must be
reported through [priv
# Core requirements
-* Java 8+ at runtime (as of version 2.3)
-* Java 17+ at build time (as of version 2.14)
+* Java 8+ at runtime (as of version 2.3.0)
+* Java 24+ at build time (as of version 3.0.0; for versions [2.14.0 .. 3.0.0),
Java 17+)
* [Slf4j](https://www.slf4j.org/)