GoodforGod / micronaut-arangodb

⚙️ Integration between Micronaut and ArangoDB.
https://micronaut.io
Apache License 2.0
11 stars 7 forks source link

WARN com.arangodb.ArangoDB$Builder - Usage of VelocyPack Java serialization is now deprecated for removal #20

Closed menesty closed 1 year ago

menesty commented 1 year ago

io.micronaut.configuration.arango.ArangoAccessorFactory update serialize to ArangoJack arangoJack = new ArangoJack(); https://www.arangodb.com/docs/stable/drivers/java-reference-serialization.html

it will be good to have possiblity configure this ArangoJack

GoodforGod commented 1 year ago

I'll check how to do such configuration in next release, thanks for input!