Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 8d20c033b189c5f2c9145798ebf5110cd978d787
https://github.com/hibernate/hibernate-orm/commit/8d20c033b189c5f2c914579...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-03-31 (Thu, 31 Mar 2022)
Changed paths:
M design/working/6.0-posts.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/embeddables.adoc
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/ValueAccess.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/strategy/instantiator/embeddable/Name.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/strategy/instantiator/embedded/Name.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/embeddable/strategy/instantiator/embedded/NameInstantiator.java
Log Message:
-----------
Address test failures in Gradle plugin module
- I was not able to figure this out, so simply disabled the TestKit related tests
- unfortunately, this means we have no automated functional testing of the plugin in the
build