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
{{ message }}
This repository was archived by the owner on Dec 2, 2021. It is now read-only.
I'm inclined to just remove SessionBinderJobListener - it feels like an antipattern for jobs - you either want a hibernate session/transaction and will annotate the job with @Transactional (or @ReadOnly) or dont - no need for us to open a session for you.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Adding the plugin to an app with no database support fails because the
persistenceInterceptor
bean could not be foundThe text was updated successfully, but these errors were encountered: