You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spring Framework 5.2 allows proxying of @Bean methods to be disabled via an attribute on @Configuration. As things stand, such proxying cannot be disabled when using @SpringBootApplication, @SpringBootConfiguration, or @ManagementContextConfiguration which are all meta-annotated with @Configuration. We should introduce an alias for the proxyBeanMethods attribute of @Configuration to allow proxying to be disabled.