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

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


    from 90c3006280 better fixes for PredicateGenerator
     new b95d8b1939 hibernate 7: refactor ManyToOneBinder
     new f874707c18 hibernate 7: refactor ManyToOneBinder
     new 3f99835b13 hibernate 7: refactor ComponentBinder
     new 9197851579 hibernate 7: refactor EnumTypeBinder

The 4 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:
 .../cfg/domainbinding/binder/ComponentBinder.java  |   4 +-
 .../cfg/domainbinding/binder/EnumTypeBinder.java   |  10 +-
 .../binder/ForeignKeyOneToOneBinder.java           |   4 +-
 .../domainbinding/binder/GrailsPropertyBinder.java |   4 +-
 .../cfg/domainbinding/binder/ManyToOneBinder.java  |  28 ++--
 .../secondpass/BasicCollectionElementBinder.java   |   2 +-
 .../secondpass/ManyToManyElementBinder.java        |  14 +-
 .../cfg/domainbinding/ComponentBinderSpec.groovy   |  59 ++++---
 .../cfg/domainbinding/EnumTypeBinderSpec.groovy    | 163 +++++++------------
 .../cfg/domainbinding/ManyToOneBinderSpec.groovy   | 172 ++++++++++++---------
 .../BasicCollectionElementBinderSpec.groovy        |   2 +-
 11 files changed, 211 insertions(+), 251 deletions(-)

Reply via email to