Which JNoSQL project the issue refers to?
JNoSQL Databases
Bug description
As far as I investigated it, the problem is related to changing serialization from Jackson to JsonB with latest version.
Even if I tried to overwrite this new default by using builder.serde(JacksonSerde.create(objectMapper)); the behaviour completely changed and I get errors everywhere.
I don't understand why this changed was applied as a patch version. What should I do now as I'd rather to keep jackson which is used also with JAXRS in my projects.
JNoSQL Version
1.1.4
Steps To Reproduce
Just try to use jnosql-arangodb on existing project
Expected Results
There should be some layer of compatibility applied.
Code example, screenshot, or link to a repository
No response