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 280e05247 CAY-2899 CommitLog: missing lifecycle-induced changes in
`excludeFromTransaction` mode
280e05247 is described below
commit 280e05247ef994f8cfbcabd8ad6674578d3a66b9
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Oct 24 16:30:17 2025 +0400
CAY-2899 CommitLog: missing lifecycle-induced changes in
`excludeFromTransaction` mode
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 54a51aa5b..4a963ee1a 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -31,6 +31,7 @@ CAY-2885 Modeler: DbImport fails to load DB schema view
CAY-2889 Make subclassing a PK Generator easier
CAY-2896 Inserting two identical objects into two datamaps stores both objects
in the last used datamap
CAY-2898 Crypto: NPE in a ColumnQuery
+CAY-2899 CommitLog: missing lifecycle-induced changes in
`excludeFromTransaction` mode
CAY-2900 Meaningful generated PKs could lead to the ClassCastException
----------------------------------