-
Notifications
You must be signed in to change notification settings - Fork 57
Description
I am using arangodb-spring-data version 4.6.0, this works fine with springboot 3.5.7 but crashes in 4.0.0. Below is the trace:
!
Unsatisfied dependency expressed through method 'setArangoTemplate' parameter 0: Error creating bean with name 'arangoTemplate' defined in class path resource [app/config/ArangoAutoConfiguration.class]: Failed to instantiate [com.arangodb.springframework.core.template.ArangoTemplate]: Factory method 'arangoTemplate' threw exception with message: Error creating bean with name 'serde' defined in class path resource [app/config/ArangoAutoConfiguration.class]: Failed to instantiate [com.arangodb.serde.ArangoSerde]: Factory method 'serde' threw exception with message: Error creating bean with name 'arangoConverter' defined in class path resource [app/config/ArangoAutoConfiguration.class]: Failed to instantiate [com.arangodb.springframework.core.convert.ArangoConverter]: Factory method 'arangoConverter' threw exception with message: Error creating bean with name 'arangoMappingContext' defined in class path resource
!