hibernate-reactive
hibernate-reactive copied to clipboard
Make the illegal pop message more user friendly
Users can sometime see this error:
org.hibernate.HibernateException: java.util.concurrent.CompletionException: java.lang.IllegalStateException: Illegal pop() with non-matching JdbcValuesSourceProcessingState
Usually, when they are sharing the session in different streams. We could add some info to the error message.