| Hello, It looks like this task broke functionality related to property org.hibernate.flushMode. If I have the following persistence.xml :
I still get entityManager.getFlushMode() = AUTO. But if I try to use this configuration in 5.4.4 , I will get entityManager.getFlushMode() = COMMIT as expected. Thanks. |