-
Notifications
You must be signed in to change notification settings - Fork 192
Reactive repository query by field is broken using 5.0.0-M5 #1516
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
Labels
status: feedback-provided
Feedback has been provided
Comments
It's from the last commit here that was intended to fix an issue with the second last commit. I'm looking for a solution. The tests don't have an issue as this gets executed by the 'main' thread. But in your case it's in reactor-http-nio-3 which is a blocking thread.
|
mikereiche
added a commit
that referenced
this issue
Jul 29, 2022
mikereiche
added a commit
that referenced
this issue
Jul 29, 2022
mikereiche
added a commit
that referenced
this issue
Jul 29, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I tried to use the latest milestone.
With this repository :
Works fine with spring-boot 3.0.0-M3, but with 3.0.0-M4 (spring data couchbase 5.0.0-M5) it fails with this stack trace :
stack trace
The exception seems to come from this blocking statement :
spring-data-couchbase/src/main/java/org/springframework/data/couchbase/repository/query/AbstractCouchbaseQueryBase.java
Line 115 in 4f5cb6e
The text was updated successfully, but these errors were encountered: