Skip to content

Fix error in chaining stages in ReactiveStatelessWithBatchTest #2203

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

Closed
DavideD opened this issue Apr 12, 2025 · 0 comments · Fixed by #2204
Closed

Fix error in chaining stages in ReactiveStatelessWithBatchTest #2203

DavideD opened this issue Apr 12, 2025 · 0 comments · Fixed by #2204
Assignees
Labels
testing Improvements to test suite
Milestone

Comments

@DavideD
Copy link
Member

DavideD commented Apr 12, 2025

Ooops... a bit embarassing.

Some methods call .thenApply instead of .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() );
} )
@DavideD DavideD self-assigned this Apr 12, 2025
@DavideD DavideD added the testing Improvements to test suite label Apr 12, 2025
@DavideD DavideD added this to the 3.0.0.CR1 milestone Apr 12, 2025
DavideD added a commit to DavideD/hibernate-reactive that referenced this issue Apr 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Improvements to test suite
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant