This repository was archived by the owner on Jun 30, 2023. It is now read-only.
This repository was archived by the owner on Jun 30, 2023. It is now read-only.
Endpoints framework depends on deprecated jackson function #204
Open
Description
Hi,
the endpoints framework makes use of the function getGenericType()
of jackson. However this function was removed with jackson >= 2.11.0. Automatic dependency resolution with maven downloads the most current version of jackson though. This leads to the following error:
java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.introspect.AnnotatedField.getGenericType()Ljava/lang/reflect/Type;
Metadata
Metadata
Assignees
Labels
No labels