You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)The text was updated successfully, but these errors were encountered: