Remove dynamic work-arounds wrt accessing Record
definition
#4835
Labels
3.0
Issue planned for initial 3.0 release
Record
definition
#4835
Describe your Issue
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.The text was updated successfully, but these errors were encountered: