This is an automated email from the ASF dual-hosted git repository. ntimofeev pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cayenne.git
commit f82668a76cbee8033b220a1a16f3b33f6c48bedd Author: stariy95 <stari...@gmail.com> AuthorDate: Wed Jan 10 16:34:45 2024 +0400 Mention Java 21 --- .../upgrade-guide/src/docs/asciidoc/_upgrade-guide/new-features.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/asciidoc/upgrade-guide/src/docs/asciidoc/_upgrade-guide/new-features.adoc b/docs/asciidoc/upgrade-guide/src/docs/asciidoc/_upgrade-guide/new-features.adoc index b41ff6d5d..0af4adf16 100644 --- a/docs/asciidoc/upgrade-guide/src/docs/asciidoc/_upgrade-guide/new-features.adoc +++ b/docs/asciidoc/upgrade-guide/src/docs/asciidoc/_upgrade-guide/new-features.adoc @@ -15,6 +15,6 @@ == Java Version Minimum required JDK version is 11 or newer. -Cayenne 5.0 is fully tested with Java 11 and 17. +Cayenne 5.0 is fully tested with Java 11, 17 and 21. == New Features