GoodforGod / micronaut-arangodb

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

Add possibility configure ArangoDB.Builder, ArangoDBAsync.Builder in … #21

Closed menesty closed 1 year ago

menesty commented 1 year ago

…accessor factory, #20

GoodforGod commented 1 year ago

What configuration options do you lack, that you want to manually configure builders?

menesty commented 1 year ago

What configuration options do you lack, that you want to manually configure builders?

for example change serializer to ArangoJack arangoJack = new ArangoJack(); and configure it.

GoodforGod commented 1 year ago

Thanks for PR @menesty , such modify interface is too flexiable API to provide, but I added ability to provide ArangoSerialization support other way around

Will be resolved in #23