I tried to setup a unit test with h2-db and the new spring boot 3. Starting the tests results in 100+% CPU and random console output.
There is a dependency with Collection of Abstract Entities. If i remove the Collection<Abstract> then everything work fine again. Example-Test Repository to checkout for yourself: https://github.com/mertins-codamic/hibernate-3-bug |