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
What do you think about using ´@configuration(proxyBeanMethods=false)´ instead of @Configuration to avoid the (potentially expensive) generation of cglib proxies?
Looks like it should work - I don't see anywhere that there's a breaking reason. And it's been done for some of the other components that have similar design patterns, so I'll look to make that change next time I do some updates.
What do you think about using ´@configuration(proxyBeanMethods=false)´ instead of
@Configuration
to avoid the (potentially expensive) generation of cglib proxies?See: https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/context/annotation/Configuration.html#proxyBeanMethods-- and: spring-projects/spring-boot#9068 for details.
By the way: Thank you very much for providing mq-jms-spring. 👍
The text was updated successfully, but these errors were encountered: