xmolecules / jmolecules-integrations

Technology integration for jMolecules
Apache License 2.0
79 stars 21 forks source link

Jackson customizations not applied with `@WebMvcTest` #209

Closed odrotbohm closed 8 months ago

odrotbohm commented 8 months ago

Our Jackson customizations are registered with the @AutoConfigureJson annotation, which, apparently, is not used on @WebMvcTests currently. Until the referred to ticket is solved we should also register the auto-configuration with the @AutoConfigureWebMvc annotation.