Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-orm
Commit: 32feb714470ce97f806851d31cce7738395d293c
https://github.com/hibernate/hibernate-orm/commit/32feb714470ce97f806851d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/type/VarbinaryArrayTest.java
Log Message:
-----------
HHH-16085 Test mapping arrays with @JdbcTypeCode(Type.VARBINARY)
This is useful to revert to pre-6.1 behavior for array mapping in particular.
Commit: 746ab97c8e497adea22264165dd7d31a6558ecfa
https://github.com/hibernate/hibernate-orm/commit/746ab97c8e497adea222641...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-25 (Wed, 25 Jan 2023)
Changed paths:
M migration-guide.adoc
Log Message:
-----------
HHH-16085 Document how to revert to pre-6.1 behavior for array mapping
Compare:
https://github.com/hibernate/hibernate-orm/compare/90eb53fab9b1...746ab97...