Closed
Description
The root package of bean override (org.springframework.test.context.bean.override
) does not provide a simple implementation so some tests are relying on ExampleBeanOverrideAnnotation
. This "test" implementation is doing a lot of things internally and I am not sure it should.
Its usage is now restricted to BeanOverrideBeanFactoryPostProcessorTests
which could use something a bit more simpler certainly.