This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
from f6b08c747 Add support for Java 21 to GitHub Actions
new b48705158 CAY-2817 Pagination flow refactoring
new b72b1f4f8 CAY-2819 `DataContext.performIteratedQuery()` method should
be unified with `iterator()` method
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
RELEASE-NOTES.txt | 2 +
.../org/apache/cayenne/access/DataContext.java | 95 +++++-----------
.../cayenne/access/DataContextQueryAction.java | 58 ++++++----
.../cayenne/access/DataDomainQueryAction.java | 13 ++-
.../cayenne/access/IncrementalFaultList.java | 126 +++++++++++++++------
.../access/MixedResultIncrementalFaultList.java | 20 +---
.../access/SimpleIdIncrementalFaultList.java | 5 +-
.../cayenne/query/IteratedQueryDecorator.java | 17 ++-
.../cayenne/access/IncrementalFaultListIT.java | 4 +-
.../SimpleIdIncrementalFaultListDataRowsIT.java | 7 +-
.../access/SimpleIdIncrementalFaultListIT.java | 44 ++++---
11 files changed, 222 insertions(+), 169 deletions(-)