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
Support for parameter name information, available (... optionally, alas) on Java 8 has come from jackson-module-parameter-names during Jackson 2.x. Now that Jackson 3 requires Java 8 baseline it makes sense to intergrate this directly in core databind.
The text was updated successfully, but these errors were encountered:
(follow-up on #1774)
Support for parameter name information, available (... optionally, alas) on Java 8 has come from
jackson-module-parameter-names
during Jackson 2.x. Now that Jackson 3 requires Java 8 baseline it makes sense to intergrate this directly in core databind.The text was updated successfully, but these errors were encountered: