We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ooops... a bit embarassing.
Some methods call .thenApply instead of .thenCompose.
.thenApply
.thenCompose
Here's an example
.thenApply( pigs -> { pigs.get( 0 ).setName( "One updated" ); pigs.get( 1 ).setName( "Two updated" ); return s.update( 10, pigs.toArray() ); } )
The text was updated successfully, but these errors were encountered:
[hibernate#2203] Fix error chaining stages in ReactiveStatelessWithBa…
cc24328
…tchTest Ooops...
[#2203] Fix error chaining stages in ReactiveStatelessWithBatchTest
2be1356
Ooops...
DavideD
Successfully merging a pull request may close this issue.
Ooops... a bit embarassing.
Some methods call
.thenApply
instead of.thenCompose
.Here's an example
The text was updated successfully, but these errors were encountered: