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 combination of lombok.Builder with Introspected without builder #11347

Open
wants to merge 1 commit into
base: 4.7.x
Choose a base branch
from

Conversation

graemerocher
Copy link
Contributor

@graemerocher graemerocher commented Nov 15, 2024

Currently users have to manually defined @Introspected(builder=..) when using Lombok. This change adds native processing of Lombok builder. Not a huge fan of the direct references to Lombok annotation names but I don't see many other options.

Fixes #11344

@graemerocher graemerocher added the type: bug Something isn't working label Nov 15, 2024
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
Status: Ready for Review
Development

Successfully merging this pull request may close these issues.

BeanInstantiationException caused by IllegalAccessError when running test since upgrading to 4.7.0
1 participant