You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently trying to migrate a Spring Boot App to SB 2.1.0.RELEASE using hibernate 5.3.7.
I'm using org.jadira.usertype:usertype.core:7.0.0.CR1
with spring.jpa.properties.jadira.usertype.autoRegisterUserTypes=true
My DateTime fields are not auto mapped to jadira anymore
(adding @Type(type="org.jadira.usertype.dateandtime.joda.PersistentDateTime") manually still works though)
Am I missing something or is this version not compatible with the latest hibernate version?
After some investigations, the registration of custom types seems OK.
I see it in the SessionFactory.
The problem occurs on an Embedded type
It is maybe related to https://hibernate.atlassian.net/browse/HHH-7310 ?
Hi,
I'm currently trying to migrate a Spring Boot App to SB 2.1.0.RELEASE using hibernate 5.3.7.
I'm using
org.jadira.usertype:usertype.core:7.0.0.CR1
with
spring.jpa.properties.jadira.usertype.autoRegisterUserTypes=true
My DateTime fields are not auto mapped to jadira anymore
(adding
@Type(type="org.jadira.usertype.dateandtime.joda.PersistentDateTime")
manually still works though)Am I missing something or is this version not compatible with the latest hibernate version?
After some investigations, the registration of custom types seems OK.
I see it in the SessionFactory.
The problem occurs on an Embedded type
It is maybe related to https://hibernate.atlassian.net/browse/HHH-7310 ?
Issue created here https://hibernate.atlassian.net/browse/HHH-13088 with test case.
Thx!
The text was updated successfully, but these errors were encountered: