mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
28b9cf3b83
This commit simplifies the implementation of BeanOverrideTestExecutionListener by introducing a static injectFields() utility method and removing the use of BiConsumers, records, and duplicated code. This commit also introduces Javadoc for all methods in BeanOverrideTestExecutionListener. Closes gh-33660