This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch chore/cleanup-AbstractCriteriaBuilder
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 377a7f50ef Fix IntelliJ inspection warnings on AbstractCriteriaBuilder
new a5a524aaf0 Address Copilot review and Codecov patch-coverage gaps on
PR #16140
new a8f61b81a2 Fix infinite recursion in CriteriaBuilder.scroll() on
malformed calls
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:
.../main/groovy/grails/gorm/CriteriaBuilder.java | 2 +-
.../query/criteria/AbstractCriteriaBuilder.java | 44 ++++--
.../groovy/grails/gorm/CriteriaBuilderSpec.groovy | 147 ++++++++++++++++++++-
.../grails/gorm/rx/CriteriaBuilderSpec.groovy | 4 +-
4 files changed, 173 insertions(+), 24 deletions(-)