<mvc:annotation-driven>
should not instantiate bean property values
#31472
Milestone
<mvc:annotation-driven>
should not instantiate bean property values
#31472
When using
<mvc:annotation-driven />
in XML configuration, AOT processing fails with the following stack trace.This can be reproduced by processing
Spr9799XmlConfigTests
(inspring-test
) viaAotIntegrationTests#endToEndTestsForEntireSpringTestModule()
.The corresponding XML configuration can be viewed in
/spring-test/src/test/resources/org/springframework/test/context/junit4/spr9799/Spr9799XmlConfigTests-context.xml
.The text was updated successfully, but these errors were encountered: