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
The following commit(s) were added to refs/heads/master by this push:
new 9fbd968d3 CAY-2818 JDK 21 support - release notes
9fbd968d3 is described below
commit 9fbd968d3aabbfe883ec1170ca1ef41dbd77e2f2
Author: stariy95 <[email protected]>
AuthorDate: Mon Dec 11 15:53:29 2023 +0400
CAY-2818 JDK 21 support
- release notes
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1ffb6c234..5a6bafb7f 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -42,6 +42,7 @@ CAY-2803 Test infrastructure: declarative custom DI modules
in ServerCase
CAY-2805 Stop calling exp parser internally
CAY-2814 Select query iterator() and batchIterator() methods return incorrect
results
CAY-2817 Pagination flow refactoring
+CAY-2818 JDK 21 support
CAY-2819 DataContext.performIteratedQuery() method should be unified with
iterator() method
CAY-2821 Change development versioning schema
CAY-2822 Rename `cayenne-server` module to `cayenne`