Closed
Description
It fails due to missing hints that are needed to allow the main method to be called using reflection. Up until now, this would only be seen when using @SpringBootApplication(proxyBeanMethods=false)
. It will become more common with Framework 6.1.18 and 6.2.4 where CGBLib proxies are no longer generated for @Configuration
classes with no @Bean
methods.