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
fmbenhassine
changed the title
Set proxyBeanMethods to false on ModularBatchConfiguration and SimpleBatchConciguration
Set proxyBeanMethods to false on ModularBatchConfiguration and SimpleBatchConfigurationMay 25, 2020
In order to support GraalVM, we need to set any
@Configuration
annotated classes to not proxy bean methods (since CGLIB proxies are not supported).The text was updated successfully, but these errors were encountered: