Following up on #35705 and #36401, local tests show that Hibernate 8.0 snapshots work fine with the existing arrangement.
There is just one new nuance through Hibernate 8.0's use of PersistenceUnitInfo#getAllClassNames() now: managed packages need to exposed with their .package-info class suffix there, rather than just as plain package names as with regular Hibernate configuration facilities.
Following up on #35705 and #36401, local tests show that Hibernate 8.0 snapshots work fine with the existing arrangement.
There is just one new nuance through Hibernate 8.0's use of
PersistenceUnitInfo#getAllClassNames()now: managed packages need to exposed with their.package-infoclass suffix there, rather than just as plain package names as with regular Hibernate configuration facilities.