This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a change to branch 8.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 2926a0f644 feat: GORM O(M+N) scaling — GormRegistry, SessionResolver 
infrastructure, and core-class tests (consolidates #15779, #15780, #15790) 
(#16066)
     add 620f651fed Fix flaky WhereQueryClosureCaptureSpec: key 
AstPropertyResolveUtils cache by ClassNode identity
     add 078ac9da53 Address review: cache per-ClassNode instead of a static 
map, close test gaps
     add c3a4d9235b Close a real synchronization gap found by adversarial 
self-review
     add 0d195f1493 Address review: skip caching interned nodes, compute 
outside lock, fix isDomainClass javadoc claim
     new 6ee0ba756a Merge pull request #16034 from 
apache/fix/flaky-where-query-closure-capture-cache

The 1 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:
 .../gorm/transform/AstPropertyResolveUtils.java    | 146 +++++++++--
 .../transform/WhereQueryClosureCaptureSpec.groovy  |  12 +-
 .../WhereQueryEmbeddedBlockTransformSpec.groovy    |  11 +-
 .../transform/AstPropertyResolveUtilsSpec.groovy   | 289 +++++++++++++++++++++
 4 files changed, 439 insertions(+), 19 deletions(-)
 create mode 100644 
grails-datamapping-core/src/test/groovy/org/grails/datastore/gorm/transform/AstPropertyResolveUtilsSpec.groovy

Reply via email to