-
Notifications
You must be signed in to change notification settings - Fork 57
UnsatisfiedDependencyException Ambiguous argument values for parameter of type [com.arangodb.springframework.core.ArangoOperations] #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I am getting the same error. |
Thank you both for reporting. I'll take a look. |
We have the same problem when using See https://stackoverflow.com/questions/49303080/spring-boot-application-context-with-arangodb-repository-cannot-be-created-if-us for a detailed description and a minimal example project. See the discussion for spring-projects/spring-boot#6541 for a possible explanation. |
@hberndt @Sukrat @mark-- Keep in mind, that you have to add the staging repository of oss.sonatype.org in your project when using one of our snapshots. <repositories>
<repository>
<id>arangodb-snapshots</id>
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories> Thanks & best |
We tested version 1.0.2-SNAPSHOT and Spring Boot 1.5.6.Release and it works! |
@mpv1989 I have tested the 1.0.2-SNAPSHOT with Spring Boot 1.5.10.Release and it works fine with devtools! |
released versions |
Using spring-boot 1.5.10.RELEASE and arangodb-spring-data 1.0.1 we get the following error
The text was updated successfully, but these errors were encountered: