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
There are a couple of directions we could go here off the top of my head:
Provide our own implementation of JsonpMapper, either in elasticsearch-java, or here. If we're truly going to decouple from Jackson we'd likely want to tie it to JsonMapper, though that would require a custom implementation here rather than in elasticsearch-java.
Provide a converter from JsonMapper to JsonProvider, then use that to construct a JsonbJsonpMapper.
Issue description
See also: micronaut-projects/micronaut-serialization#39
The text was updated successfully, but these errors were encountered: