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

jamesfredley pushed a change to branch fix/groovydoc-java-version
in repository https://gitbox.apache.org/repos/asf/grails-core.git


    from 21df0f2ebc fix: fail groovydoc task instead of silently skipping when 
sources or classpath are missing
     add 2e3f6a8e7a fix: where query composition fails when variable is 
re-assigned in if/else blocks
     add 4db4ed8126 test: add functional tests for where query composition with 
re-assigned variables
     add dee7d110ac fix: update variable type for constructor case in 
visitBinaryExpression
     add da6bf78e32 Merge pull request #15447 from 
apache/fix/where-query-reassignment-composition
     add 2f602195f4 Merge branch '7.0.x' into fix/groovydoc-java-version

No new revisions were added by this update.

Summary of changes:
 .../grails/gorm/tests/WhereMethodSpec.groovy       | 67 +++++++++++++++++
 .../query/criteria/AbstractDetachedCriteria.groovy |  1 +
 .../transform/DetachedCriteriaTransformer.java     | 83 ++++++++++++++++++++++
 .../groovy/gorm/GormWhereQueryAdvancedSpec.groovy  | 47 ++++++++++++
 4 files changed, 198 insertions(+)

Reply via email to