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
Since Jackson 3.0 will have JDK baseline of at least 17 (see #4820), we can remove Reflection based access to record information (as well as simplify ClassUtil.isRecordType()) and use straight-forward accessors.