We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5714c1 commit 6221b17Copy full SHA for 6221b17
src/main/java/com/arangodb/springframework/config/ArangoConfiguration.java
@@ -88,9 +88,7 @@ default ArangoTypeMapper arangoTypeMapper() throws Exception {
88
89
@Bean
90
default ResolverFactory resolverFactory() {
91
- return RESOLVER_FACTORY_INSTANCE;
+ return new DefaultResolverFactory();
92
}
93
94
- ResolverFactory RESOLVER_FACTORY_INSTANCE = new DefaultResolverFactory();
95
-
96
0 commit comments