Skip to content

Hints for cglib configuration classes are not registered with a valid name #29252

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
snicoll opened this issue Oct 4, 2022 · 0 comments
Closed
Assignees
Labels
theme: aot An issue related to Ahead-of-time processing type: bug A general bug
Milestone

Comments

@snicoll
Copy link
Member

snicoll commented Oct 4, 2022

Consider a cglib proxy for a class name NestedCglibConfiguration$$SpringCGLIB$$0. The class name used for the hints is going to be NestedCglibConfiguration..SpringCGLIB..0

We need to revisit the logic so that it only replaces the $ at the right place (i.e. separator for inner class).

@snicoll snicoll added type: bug A general bug theme: aot An issue related to Ahead-of-time processing labels Oct 4, 2022
@snicoll snicoll added this to the 6.0.0-RC1 milestone Oct 4, 2022
@snicoll snicoll self-assigned this Oct 4, 2022
@snicoll snicoll changed the title Hints for cglib configuration classes are not registered with a valid name. Hints for cglib configuration classes are not registered with a valid name Oct 4, 2022
@snicoll snicoll closed this as completed in f2e9d11 Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
theme: aot An issue related to Ahead-of-time processing type: bug A general bug
Projects
None yet
Development

No branches or pull requests

1 participant