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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: