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
If I provide a Jackson2ObjectMapperBuilderCustomizer with @Order(Ordered.HIGHEST_PRECEDENCE) it gets applied before the boot default customizer in JacksonAutoConfiguration. This is to be expected. What is not expected however is that the boot customizer wipes out any modules registered by higher precedence customizers.
Believe the fix is to update this line to use the consumer variant introduced here
I am using boot 3.1.8
Thanks for everything you do.