Wesley King

Results 2 issues of Wesley King

To fully resolve the #4668 problem, it may require two steps: - Skip resolving the @JsonTypeInfo annotation if a subtype is defined with @JsonTypeInfo and its definition is not compatible...

### Search before asking - [X] I searched in the [issues](https://github.com/FasterXML/jackson-databind/issues) and found nothing similar. ### Describe the bug There is my case: ```java @JsonTypeInfo(use = Id.NAME, property = "animalType")...