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
I use MessagePack Jackson integration in my project and have an issue integrating it with other libraries that rely on Jackson API.
The MessagePackFactory overrides only a part of JsonFactory#createParser methods which limits the integration potential because not all libraries create parser from InputStream or byte[].
What do you think about expanding the list of overriden createParser methods and thus increasing the integration potential?
The text was updated successfully, but these errors were encountered:
extbe
changed the title
Increase integration potenital of msgpack-jackson
Increase integration potential of msgpack-jackson
Jan 8, 2025
Hello MessagePack Team!
I use MessagePack Jackson integration in my project and have an issue integrating it with other libraries that rely on Jackson API.
The
MessagePackFactory
overrides only a part ofJsonFactory#createParser
methods which limits the integration potential because not all libraries create parser fromInputStream
orbyte[]
.What do you think about expanding the list of overriden
createParser
methods and thus increasing the integration potential?The text was updated successfully, but these errors were encountered: