Skip to content

Avoid CGLIB proxies in websocket/messaging configuration #26227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
sdeleuze opened this issue Dec 7, 2020 · 1 comment
Closed

Avoid CGLIB proxies in websocket/messaging configuration #26227

sdeleuze opened this issue Dec 7, 2020 · 1 comment
Assignees
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

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Dec 7, 2020

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.

@sdeleuze sdeleuze added in: messaging Issues in messaging modules (jms, messaging) in: web Issues in web modules (web, webmvc, webflux, websocket) type: native labels Dec 7, 2020
@sdeleuze sdeleuze added this to the 5.3.2 milestone Dec 7, 2020
@sdeleuze sdeleuze self-assigned this Dec 7, 2020
@sdeleuze
Copy link
Contributor Author

sdeleuze commented Dec 7, 2020

Draft commit: sdeleuze@9e792a4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: messaging Issues in messaging modules (jms, messaging) in: web Issues in web modules (web, webmvc, webflux, websocket) type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant