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
{{ message }}
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Trying to upgrade to 2.7.0 jackson-datatype-guava, I'm getting exceptions "Caused by: java.lang.NoClassDefFoundError: com/fasterxml/jackson/annotation/JsonInclude$Value". It looks like the import statement for that package is missing
Currently, I'm using a hacked up version of 2.6.2 using bnd to rewrite the manifest because that one was also missing entries.