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 FAQ section https://github.com/oracle/helidon/wiki/FAQ#how-do-i-use-jackson-in-helidon-mp does not provide a complete answer on how to make Jackson work when using helidon-microprofile bundles artifact as a dependency. This issue: #3198 actually provides answer on what dependency within the bundle needs to be excluded. In my testing adding jersey-media-json-binding and excluding jersey-media-json-binding from helidon-microprofile bundles dependency made it work, even though the issue also suggests excluding jakarta.json.bind-api and yasson. Maybe we can add in the FAQ that if helidon-microprofile bundles artifact is used, then we need to add exclusion like this:
Environment Details
Problem Description
The FAQ section https://github.com/oracle/helidon/wiki/FAQ#how-do-i-use-jackson-in-helidon-mp does not provide a complete answer on how to make Jackson work when using helidon-microprofile bundles artifact as a dependency. This issue: #3198 actually provides answer on what dependency within the bundle needs to be excluded. In my testing adding
jersey-media-json-binding
and excludingjersey-media-json-binding
fromhelidon-microprofile
bundles dependency made it work, even though the issue also suggests excludingjakarta.json.bind-api
andyasson
. Maybe we can add in the FAQ that if helidon-microprofile bundles artifact is used, then we need to add exclusion like this:The text was updated successfully, but these errors were encountered: