spring-boot/spring-boot-project/spring-boot-test
Andy Wilkinson 9940fcfe77 Reset mocks produced by FactoryBeans
An unwanted side-effect of the changes made in c6bdd136 to fix
gh-7271 is that a mock produced by a factory bean is not reset. To
allow such a mock to be reset without regressing the fix we now call
getBean(…) as we did before c6bdd136, however the call is now
performed in a defensive manner falling back to getSingleton(…) when
it fails.

Closes gh-33830
2023-02-01 17:22:36 +00:00
..
src Reset mocks produced by FactoryBeans 2023-02-01 17:22:36 +00:00
build.gradle Upgrade to Selenium HtmlUnit 3.56.0 2022-01-03 11:05:56 +01:00