@ -1,5 +1,5 @@
@@ -1,5 +1,5 @@
/ *
* Copyright 2002 - 2024 the original author or authors .
* Copyright 2002 - 2025 the original author or authors .
*
* Licensed under the Apache License , Version 2 . 0 ( the "License" ) ;
* you may not use this file except in compliance with the License .
@ -227,7 +227,7 @@ class CommonAnnotationBeanPostProcessorTests {
@@ -227,7 +227,7 @@ class CommonAnnotationBeanPostProcessorTests {
bf . registerResolvableDependency ( BeanFactory . class , bf ) ;
bf . registerResolvableDependency ( INestedTestBean . class , ( ObjectFactory < Object > ) NestedTestBean : : new ) ;
@SuppressWarnings ( "deprecation" )
@SuppressWarnings ( { "deprecation" , "removal" } )
org . springframework . beans . factory . config . PropertyPlaceholderConfigurer ppc = new org . springframework . beans . factory . config . PropertyPlaceholderConfigurer ( ) ;
Properties props = new Properties ( ) ;
props . setProperty ( "tb" , "testBean4" ) ;
@ -312,7 +312,7 @@ class CommonAnnotationBeanPostProcessorTests {
@@ -312,7 +312,7 @@ class CommonAnnotationBeanPostProcessorTests {
bf . addBeanPostProcessor ( bpp ) ;
bf . registerResolvableDependency ( BeanFactory . class , bf ) ;
@SuppressWarnings ( "deprecation" )
@SuppressWarnings ( { "deprecation" , "removal" } )
org . springframework . beans . factory . config . PropertyPlaceholderConfigurer ppc = new org . springframework . beans . factory . config . PropertyPlaceholderConfigurer ( ) ;
Properties props = new Properties ( ) ;
props . setProperty ( "tb" , "testBean3" ) ;
@ -363,7 +363,7 @@ class CommonAnnotationBeanPostProcessorTests {
@@ -363,7 +363,7 @@ class CommonAnnotationBeanPostProcessorTests {
bf . addBeanPostProcessor ( bpp ) ;
bf . registerResolvableDependency ( BeanFactory . class , bf ) ;
@SuppressWarnings ( "deprecation" )
@SuppressWarnings ( { "deprecation" , "removal" } )
org . springframework . beans . factory . config . PropertyPlaceholderConfigurer ppc = new org . springframework . beans . factory . config . PropertyPlaceholderConfigurer ( ) ;
Properties props = new Properties ( ) ;
props . setProperty ( "tb" , "testBean3" ) ;