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
It is currently not possible configure JSON-B/P instances used in HTTP media support in any way. Method accepting custom instance are missing completely. JacksonSupport do have create method, which accepts custom ObjectMapper. It should be aligned in all our media supports.
In addition to that, all of our previously mentioned media supports (including Jackson) are missing configuration from the config. Config is passed to the create method, but ignored and never processed. See
It is currently not possible configure JSON-B/P instances used in HTTP media support in any way. Method accepting custom instance are missing completely.
JacksonSupport
do havecreate
method, which accepts customObjectMapper
. It should be aligned in all our media supports.helidon/http/media/jackson/src/main/java/io/helidon/http/media/jackson/JacksonSupport.java
Lines 96 to 98 in 30f1bf6
In addition to that, all of our previously mentioned media supports (including Jackson) are missing configuration from the config. Config is passed to the create method, but ignored and never processed. See
helidon/http/media/jsonb/src/main/java/io/helidon/http/media/jsonb/JsonbSupport.java
Lines 73 to 78 in 30f1bf6
The text was updated successfully, but these errors were encountered: