Skip to content
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

Infer AOT proxies created by ProxyFactoryBean #29097

Closed
sdeleuze opened this issue Sep 7, 2022 · 0 comments
Closed

Infer AOT proxies created by ProxyFactoryBean #29097

sdeleuze opened this issue Sep 7, 2022 · 0 comments
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Milestone

Comments

@sdeleuze
Copy link
Contributor

sdeleuze commented Sep 7, 2022

This issue based on @joshlong feedback is about exploring if it is possible to infer automatically JDK proxy hints or CGLIB proxies created by ProxyFactoryBean instances. A potential challenging point is that the related ProxyFactoryBean will likely need to be instantiated.

Any thoughts on this one @jhoeller?

@sdeleuze sdeleuze added for: team-attention in: core Issues in core modules (aop, beans, core, context, expression) type: enhancement A general enhancement theme: aot An issue related to Ahead-of-time processing labels Sep 7, 2022
@sdeleuze sdeleuze added this to the 6.0.0-RC1 milestone Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core modules (aop, beans, core, context, expression) theme: aot An issue related to Ahead-of-time processing type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

3 participants