Skip to content

Conversation

@yybmion
Copy link
Contributor

@yybmion yybmion commented Nov 15, 2025

Error in the CompositeExecutor constructor where primaryTaskExecutor was being validated twice instead of validating secondaryTaskExecutor.

Assert.notNull(primaryTaskExecutor, "'primaryTaskExecutor' cannot be null");
Assert.notNull(primaryTaskExecutor, "'secondaryTaskExecutor' cannot be null");  // validated twice

Signed-off-by: Yoobin Yoon <yunyubin54@gmail.com>
@artembilan artembilan added this to the 7.0.0 milestone Nov 16, 2025
@artembilan artembilan merged commit ba83769 into spring-projects:main Nov 16, 2025
3 checks passed
@artembilan
Copy link
Member

@yybmion ,

thank you for the contribution ; looking forward for more!

artembilan pushed a commit that referenced this pull request Nov 17, 2025
Fixes: #10575

Error in the `CompositeExecutor` constructor where `primaryTaskExecutor` was being validated twice instead of validating `secondaryTaskExecutor`.

Signed-off-by: Yoobin Yoon <yunyubin54@gmail.com>

**Auto-cherry-pick to `6.4.x`**
spring-builds pushed a commit that referenced this pull request Nov 17, 2025
Fixes: #10575

Error in the `CompositeExecutor` constructor where `primaryTaskExecutor` was being validated twice instead of validating `secondaryTaskExecutor`.

Signed-off-by: Yoobin Yoon <yunyubin54@gmail.com>

(cherry picked from commit de92264)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants