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
Fix camel-avro feature resolution by upgrading Jackson to 2.20.1
Avro 1.12.1 requires com.fasterxml.jackson.annotation >= 2.20.0 in its
OSGi manifest, but jackson2-version was 2.19.4 and the OSGi import range
was [2.19,2.20) which explicitly excluded 2.20+.
0 commit comments