I have an entity with a composite primary key like this:
and the ID-Class
After upgrading from hibernate-core from 6.2.1 to 6.2.4 (actually upgrade from Quarkus 3.0.3 to 3.1.1) the em.find() no longer works, but returns `null:
but the same as a query works:
I was not able to reproduce this with a JPAUnitTestCase, see discourse. |