Introduce findAnnotatedBeans(ListableBeanFactory) in ControllerAdviceBean
This commit introduces a new findAnnotatedBeans(ListableBeanFactory)
override for the existing findAnnotatedBeans(ApplicationContext) method.
Closes gh-35571
@ -228,14 +228,26 @@ public class ControllerAdviceBean implements Ordered {
@@ -228,14 +228,26 @@ public class ControllerAdviceBean implements Ordered {