mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Deprecate applyBeanPostProcessorsBefore/AfterInitialization
Closes gh-30974
This commit is contained in:
+2
@@ -472,11 +472,13 @@ class StubWebApplicationContext implements WebApplicationContext {
|
||||
public void applyBeanPropertyValues(Object existingBean, String beanName) throws BeansException {
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
public Object applyBeanPostProcessorsBeforeInitialization(Object existingBean, String beanName) {
|
||||
return existingBean;
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
@Override
|
||||
public Object applyBeanPostProcessorsAfterInitialization(Object existingBean, String beanName) {
|
||||
return existingBean;
|
||||
|
||||
Reference in New Issue
Block a user