-
Notifications
You must be signed in to change notification settings - Fork 95
CCE in simple criteria query with StatelessSession due to cast to ReactiveSession #2209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
Apr 21, 2025
gavinking
added a commit
that referenced
this issue
Apr 21, 2025
at least some of these are not actually bugs, but some others look sus
gavinking
added a commit
that referenced
this issue
Apr 21, 2025
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
Apr 21, 2025
at least some of these are not actually bugs, but some others look sus
gavinking
added a commit
to gavinking/hibernate-reactive
that referenced
this issue
Apr 21, 2025
at least some of these are not actually bugs, but some others look sus
What was the failure with Maria about? |
The test assumed the query returned the rows in a certain order, IIRC. |
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 24, 2025
DavideD
pushed a commit
to DavideD/hibernate-reactive
that referenced
this issue
Apr 24, 2025
at least some of these are not actually bugs, but some others look sus
This was
linked to
pull requests
Apr 24, 2025
Merged
DavideD
pushed a commit
that referenced
this issue
Apr 24, 2025
DavideD
pushed a commit
that referenced
this issue
Apr 24, 2025
at least some of these are not actually bugs, but some others look sus
I'm going to close this issue and consider it done. Thanks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ReactiveEntitySelectFetchInitializer
casts toReactiveSession
instead ofReactiveQueryProducer
.This is pretty bad. We should audit other casts to
ReactiveSession
and make sure there are no other such bugs.The text was updated successfully, but these errors were encountered: