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 c2643971a CAY-2895 Incorrect Lazy Pagination Comparison for BigInteger
PK
c2643971a is described below
commit c2643971ac57ebf5e335f5535d65beb520bed784
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Oct 24 17:13:49 2025 +0400
CAY-2895 Incorrect Lazy Pagination Comparison for BigInteger PK
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 4a963ee1a..24e4a0eb7 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -29,6 +29,7 @@ CAY-2879 Negative number for non parameterized ObjectSelect
query not processed
CAY-2883 License and notice templates are not processed by the Gradle build
CAY-2885 Modeler: DbImport fails to load DB schema view
CAY-2889 Make subclassing a PK Generator easier
+CAY-2895 Incorrect Lazy Pagination Comparison for BigInteger PK
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