(geronimo-mail) 02/02: Update README build requirements: JDK 21+ to build, artifacts target Java 11
[email protected] Sat, 18 Jul 2026 06:44:22 +0000
| Newsgroups | gmane.comp.java.geronimo.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/geronimo-mail.git commit 04088a0ea26dd27b61b92a4a241a72cf74a1463f Author: Richard Zowalla <[email protected]> AuthorDate: Sat Jul 18 08:44:14 2026 +0200 Update README build requirements: JDK 21+ to build, artifacts target Java 11 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a89f64a..0e9d5d5 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,11 @@ Building To build you will need: - * JDK 1.8+ + * JDK 21+ (the embedded Apache James 3.9 test servers ship Java 21 class files) * Maven 3.9.x +The produced artifacts target Java 11, so they can be used on Java 11+ runtimes. + To build all changes incrementally: mvn install