Skip to content

Conversation

@therepanic
Copy link
Contributor

@therepanic therepanic commented Dec 9, 2025

Added BeanNameAware to event item readers to use the bean name when no explicit name is provided. Removed name assertions from the corresponding builders.

I've added a BeanNameAware implementation wherever the builders have a name. I believe this is what was meant in #5149. In any case, we can look into it.

Closes: #5149

…assertions

Added BeanNameAware to event item readers to use the bean name when no
explicit  name is provided. Removed name assertions from the
corresponding builders.

Closes: spring-projectsgh-5149

Signed-off-by: Andrey Litvitski <andrey1010102008@gmail.com>
@therepanic
Copy link
Contributor Author

Can you tell me roughly why this problem occurs?

Error: Failures:
Error: VirtualThreadsSupportFunctionalTests.testParallelStepsWithVirtualThreads:128 expected: <exitCode=COMPLETED;exitDescription=> but was: <exitCode=FAILED;exitDescription=>

@quaff
Copy link
Contributor

quaff commented Dec 10, 2025

Can you tell me roughly why this problem occurs?

Error: Failures:
Error: VirtualThreadsSupportFunctionalTests.testParallelStepsWithVirtualThreads:128 expected: <exitCode=COMPLETED;exitDescription=> but was: <exitCode=FAILED;exitDescription=>

It's a flaky test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

could we source and default the name from the bean name by having the various types implement BeanNameAware?

2 participants