Affects: \<5.3.20>
https://github.com/spring-projects/spring-framework/blob/d4a5565340ab365ac52e8524b7da1f880eec9d14/spring-orm/src/main/java/org/springframework/orm/jpa/support/OpenEntityManagerInViewInterceptor.java#L88:L90
I have a request that will be processed for a long time before it ends, but I do not need to open the hibernate session. How can I close it?
open-in-view=false is work, but my other requests need it.