You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your tool seems to be a nice replacement for Vlad's SQLStatementCountValidator.
But it forces to use Hibernate 6 because HibernateSQLCountTestListener imports jakarta.persistence.EntityManager.
We are still using Spring Boot 2.7.x (with Hibernate 5.6.x).
Would you be so kind to have a backport for Hibernate 5, please?
Best regards,
Andriy
The text was updated successfully, but these errors were encountered:
Trying to prepare a pull request myself, replacing <artifactId>hibernate-core-jakarta</artifactId> with <artifactId>hibernate-core</artifactId> but the tests fail, digging in.
Hi Lemick,
Your tool seems to be a nice replacement for Vlad's SQLStatementCountValidator.
But it forces to use Hibernate 6 because
HibernateSQLCountTestListener
importsjakarta.persistence.EntityManager
.We are still using Spring Boot 2.7.x (with Hibernate 5.6.x).
Would you be so kind to have a backport for Hibernate 5, please?
Best regards,
Andriy
The text was updated successfully, but these errors were encountered: