UnsupportedOperationException while fetching records from db after upgrading to springboot 3 and hibernate 6
We recently upgraded springboot 3 which has hibernate 6. After this upgrade, while fetching records from DB with JPA queries we are getting java.lang.UnsupportedOperationException
This is happening when we include db call through events, its working when we include db call in api call