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
The text was updated successfully, but these errors were encountered:
mrge-martin-cornejo
changed the title
Incompatibility with jackson-databind 2.16.2 (and onowards)
Incompatibility with jackson-databind 2.16.2 (and onwards)
Aug 22, 2024
This particular line of code https://github.com/Kobee1203/schema-org-java/blob/main/serializer/src/main/java/com/weedow/schemaorg/serializer/deserialization/JsonLdTypeFactory.java#L24 fails in newer versions of jackson-databind, because they added a non-null checker in the constructor, whereas in previous versions they would just instantiate a new cache if the param was null. Right now our project is using jackson-databind 2.15.4 but in the future we plan to upgrade.
The text was updated successfully, but these errors were encountered: