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

NullPointerException thrown when ConfigurationClassEnhancer creates CGLIB proxy #34425

Closed
github-actions bot opened this issue Feb 14, 2025 · 3 comments
Closed
Assignees
Labels
in: core Issues in core modules (aop, beans, core, context, expression) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression
Milestone

Comments

@github-actions
Copy link
Contributor

Backport of gh-34423

@github-actions github-actions bot added in: core Issues in core modules (aop, beans, core, context, expression) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression labels Feb 14, 2025
@github-actions github-actions bot added this to the 6.1.18 milestone Feb 14, 2025
@jhoeller jhoeller self-assigned this Feb 14, 2025
Copy link
Contributor Author

Fixed via 4862819

@breun
Copy link

breun commented Feb 24, 2025

I found that for me changing @Configuration to @Configuration(proxyBeanMethods = false) worked as a workaround for this NullPointerException with Spring Framework 6.1.17 (Spring Boot 3.3.9).

Copy link
Contributor Author

Fixed via a018ae6

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) type: backport An issue that is a backport of another issue to a maintenance branch type: regression A bug that is also a regression
Projects
None yet
Development

No branches or pull requests

2 participants