This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openwebbeans-meecrowave.git
commit afad4ef63e1aee4686afae3dff280d75e9915d94 Author: Mark Struberg <[email protected]> AuthorDate: Fri May 8 10:14:15 2026 +0200 add hint to valid Java versions --- meecrowave-doc/src/main/jbake/content/community.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meecrowave-doc/src/main/jbake/content/community.adoc b/meecrowave-doc/src/main/jbake/content/community.adoc index b729554..72c041a 100644 --- a/meecrowave-doc/src/main/jbake/content/community.adoc +++ b/meecrowave-doc/src/main/jbake/content/community.adoc @@ -34,8 +34,10 @@ To build the project just run maven: [source] ---- mvn clean install + ---- +This project requires at least Java 17 and runs fine even with Java 27. == Example Source Code
