This is an automated email from the ASF dual-hosted git repository.
jamesfredley pushed a change to branch docs/configuration-hybrid
in repository https://gitbox.apache.org/repos/asf/grails-core.git
from 262ec6b94a Add environment-specific configuration section to
Application Properties doc
add 3e9a6219a7 Fix composite ID criteria projection regression (#14516)
add 020e56a86f Wrap rethrown exception to preserve stack trace and add eq
test
add a622755a7c Add Hibernate proxy test for composite ID criteria query
add 366521e054 Merge pull request #15462 from
apache/fix/composite-id-criteria-14516
add f8738317c8 fix: propagate LEFT JOIN from DetachedCriteria into
subqueries (#14485)
add 9f2f875816 Fix checkstyle import order and remove unused test entities
add f84c343863 Merge pull request #15461 from apache/fix/where-query-bugs-2
add 9de10a3506 Merge branch '7.0.x' into docs/configuration-hybrid
No new revisions were added by this update.
Summary of changes:
.../grails/orm/HibernateCriteriaBuilder.java | 26 +++++
.../query/AbstractHibernateCriteriaBuilder.java | 41 +++++++-
.../grails/gorm/tests/WhereQueryBugFixSpec.groovy | 106 +++++++++++++++++++++
.../tests/compositeid/CompositeIdCriteria.groovy | 80 ++++++++++++++++
4 files changed, 252 insertions(+), 1 deletion(-)
create mode 100644
grails-data-hibernate5/core/src/test/groovy/grails/gorm/tests/WhereQueryBugFixSpec.groovy