Occurrent 0.20.1 is released with the following changes:
- Made
org.occurrent:spring-boot-starter-mongodbJackson 3-only for its built-in CloudEvent converter autoconfiguration.- The starter no longer brings in the Jackson 2 converter lane by default.
- If you want to keep using
org.occurrent:cloudevent-converter-jackson, define your ownCloudEventConverterbean explicitly. - Starter behavior is now:
- user-provided
CloudEventConverterwins - otherwise the starter configures a Jackson 3 converter
- if no Jackson 3
ObjectMapperbean exists, the starter creates a default Jackson 3 mapper internally
- user-provided
- The starter still includes the Jackson annotations dependency required by the Jackson 3 lane.