This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch STABLE-4.2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.2 by this push:
new b9e3cd827 CAY-2899 CommitLog: missing lifecycle-induced changes in
`excludeFromTransaction` mode
b9e3cd827 is described below
commit b9e3cd82739da92a3c3d3547882e4112e698f000
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Oct 24 16:29:37 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 4e4c3b968..707d31247 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -23,6 +23,7 @@ CAY-2883 License and notice templates are not processed by
the Gradle build
CAY-2885 Modeler: DbImport fails to load DB schema view
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
----------------------------------