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

Fix ClassCastException of BeanReadPropertyImpl to BeanProperty #11396

Merged

Conversation

erkieh
Copy link
Contributor

@erkieh erkieh commented Nov 30, 2024

Fixes #11395

@CLAassistant
Copy link

CLAassistant commented Nov 30, 2024

CLA assistant check
All committers have signed the CLA.

@erkieh erkieh force-pushed the fix-invalid-bean-property-cast branch 2 times, most recently from bf1a326 to 103c5c3 Compare November 30, 2024 21:43
@erkieh erkieh force-pushed the fix-invalid-bean-property-cast branch from 103c5c3 to 879801e Compare November 30, 2024 21:44
@graemerocher graemerocher added the type: bug Something isn't working label Dec 1, 2024
@sdelamo sdelamo merged commit c914e42 into micronaut-projects:4.7.x Dec 2, 2024
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

ClassCastException in BeanIntrospection.getReadProperty(String name, Class type)
4 participants