This is an automated email from the ASF dual-hosted git repository.
borinquenkid pushed a change to branch
fix/flaky-where-query-closure-capture-cache
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 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
No new revisions were added by this update.
Summary of changes:
.../gorm/transform/AstPropertyResolveUtils.java | 121 ++++++++----
.../transform/WhereQueryClosureCaptureSpec.groovy | 10 +-
.../WhereQueryEmbeddedBlockTransformSpec.groovy | 9 +-
.../transform/AstPropertyResolveUtilsSpec.groovy | 207 +++++++++++++++++++--
4 files changed, 292 insertions(+), 55 deletions(-)