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

Stricter all-args constructor search for POJOs #19

Open
nvamelichev opened this issue Feb 5, 2024 · 0 comments
Open

Stricter all-args constructor search for POJOs #19

nvamelichev opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels
breaking Potentially breaking change in API or behavior

Comments

@nvamelichev
Copy link
Collaborator

Remove deprecated logic for all-args constructor detection in POJOs. It currently relies on Class.getDeclaredFields() being in a predictable order and matching that order with a constructor (which is an absolute madness, which surprisingly somewhat works for both Lombok and Kotlin classes)

@nvamelichev nvamelichev self-assigned this Feb 5, 2024
@nvamelichev nvamelichev added the breaking Potentially breaking change in API or behavior label Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Potentially breaking change in API or behavior
Projects
None yet
Development

No branches or pull requests

1 participant