Branch: refs/heads/6.4
Home:
https://github.com/hibernate/hibernate-orm
Commit: 4ba772b72d18cff7a42297b7ce1267c42ff1b2da
https://github.com/hibernate/hibernate-orm/commit/4ba772b72d18cff7a42297b...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/idgen/GeneratorNotAppliedToIdEmbeddableFieldsShouldThrowAnExceptionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/idgen/GeneratorNotAppliedToIdFieldsShouldThrowAnExceptionTest.java
Log Message:
-----------
HHH-17653 Add test for issue
Commit: 673f03304f78aec83912000198395349452b2b5c
https://github.com/hibernate/hibernate-orm/commit/673f03304f78aec83912000...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2024-01-22 (Mon, 22 Jan 2024)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/boot/model/internal/EmbeddableBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M migration-guide.adoc
Log Message:
-----------
HHH-17653 - Error in generating schema when @Generator annotation is applied to a non id
embeddable property
Compare:
https://github.com/hibernate/hibernate-orm/compare/240514986d3c...673f033...