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
Currently JAXB provider is always registered unless Jackson's JAXB provider is already registered. This behaviour should be configurable so that DefaultJacksonJaxbJsonProvider does not need to be present in native Graal images.
Do I understand correctly that you disable (javax.xml.bind) JAX-B by bringing in Jackson?
Currently JAXB provider is always registered unless Jackson's JAXB provider is already registered.
`
if (!config.isRegistered(JacksonJaxbJsonProvider.class)) {
`
This behaviour should be configurable so that DefaultJacksonJaxbJsonProvider does not need to be present in native Graal images.
The text was updated successfully, but these errors were encountered: