arquadrado (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
) *updated* an issue
Hibernate ORM (
https://hibernate.atlassian.net/browse/HHH?atlOrigin=eyJpIjoiYTA1ZDZiYmM3...
) / Bug (
https://hibernate.atlassian.net/browse/HHH-16475?atlOrigin=eyJpIjoiYTA1ZD...
) HHH-16475 (
https://hibernate.atlassian.net/browse/HHH-16475?atlOrigin=eyJpIjoiYTA1ZD...
) Migration from hibernate 5 to 6 and metamodels not being generated (
https://hibernate.atlassian.net/browse/HHH-16475?atlOrigin=eyJpIjoiYTA1ZD...
)
Change By: arquadrado (
https://hibernate.atlassian.net/secure/ViewProfile.jspa?accountId=557058%...
)
I am trying to migrate my project from SpringBoot 2.7 to 3.0.5 and consequently Hibernate
from 5.6.15 to 6.2.0 and I am having problems with the metamodels. I updated from `javax`
to `jakarta` everywhere and have followed every migration guide I could but I still find
no solution to the problem. No metamodel whatsoever is generated at build time.
Here's my gradle configuration for hibernate related dependencies:
\{code}
implementation group: 'org.liquibase', name: 'liquibase-core', version:
'4.20.0'
implementation group: 'org.liquibase.ext', name: 'liquibase-hibernate6',
version: '4.20.0'
implementation group: 'org.hibernate.orm', name: 'hibernate-core',
version: '6.2.1.Final'
implementation group: 'org.hibernate', name: 'hibernate-validator',
version: '8.0.0.Final'
annotationProcessor 'org.hibernate.orm:hibernate-jpamodelgen:6.2.1.Final'
\ { / code}
Any help on how to proceed would be most welcome.
Thank you
(
https://hibernate.atlassian.net/browse/HHH-16475#add-comment?atlOrigin=ey...
) Add Comment (
https://hibernate.atlassian.net/browse/HHH-16475#add-comment?atlOrigin=ey...
)
Get Jira notifications on your phone! Download the Jira Cloud app for Android (
https://play.google.com/store/apps/details?id=com.atlassian.android.jira....
) or iOS (
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=Em...
) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100221- sha1:8830b7c )