Avoid CGLIB proxies in websocket/messaging configuration #26227
Labels
in: messaging
Issues in messaging modules (jms, messaging)
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
In order to allow support in native executables and for consistency with the changes done in the whole Spring portfolio, websocket and messaging configurations should be switched to
@Configuration(proxyBeanMethods = false)
in order to not require CGLIB proxies.The text was updated successfully, but these errors were encountered: