Merge branch '5.3.x'

This commit is contained in:
Sam Brannen 2022-09-02 16:42:07 +02:00
commit 6475523a53
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ class ApplicationContextExpressionTests {
ac.registerBeanDefinition("tb1", bd1);
GenericBeanDefinition bd2 = new GenericBeanDefinition();
bd2.setBeanClassName("#{tb1.class.name}");
bd2.setBeanClassName("#{tb1.class}");
bd2.setScope("myScope");
bd2.getPropertyValues().add("name", "{ XXX#{tb0.name}YYY#{mySpecialAttr}ZZZ }");
bd2.getPropertyValues().add("age", "#{mySpecialAttr}");