-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Milestone
Description
When calling getGenericType()
on com.fasterxml.jackson.databind.introspect.Annotated
, 2.7.x returns the raw type instead!. I am aware that this method has been deprecated, but the current functionality results in very hard to debug issues -like a LinkedHashMap
being substituted for a List<String>
, resulting in an error when the getter is called.
This method should either be removed from 2.7 -or should function correctly until it is removed. Treating the type as List is obviously not going to do anything remotely similar to what the user expects and will wreak havoc on any libraries that are maintaining backwards compatibility with older Jackson versions.
Metadata
Metadata
Assignees
Labels
No labels