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 2142c2444 CAY-2820 Remove `server` from the components naming -
release notes
2142c2444 is described below
commit 2142c2444a9c1a5918a8689f9b9a80557af66671
Author: Nikita Timofeev <[email protected]>
AuthorDate: Mon Jan 22 12:31:55 2024 +0400
CAY-2820 Remove `server` from the components naming
- release notes
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 3d3269575..a6cafe61a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -44,6 +44,7 @@ CAY-2814 Select query iterator() and batchIterator() methods
return incorrect re
CAY-2817 Pagination flow refactoring
CAY-2818 JDK 21 support
CAY-2819 DataContext.performIteratedQuery() method should be unified with
iterator() method
+CAY-2820 Remove `server` from the components naming
CAY-2821 Change development versioning schema
CAY-2822 Rename `cayenne-server` module to `cayenne`
CAY-2823 Merge `ServerRuntime` back to `CayenneRuntime` and deprecate it