Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Not A Problem
-
3.6.0
-
None
-
None
-
Ubuntu 20.04
-
Novice
Description
Docs https://camel.apache.org/components/latest/mongodb-component.html do not have step to addÂ
```
<repositories> <repository> <id>spring-milestone</id> <name>Spring Maven MILESTONE Repository</name> <url>https://repo.spring.io/libs-milestone</url> </repository></repositories>
```
to pm.file in order to create mongoDB client according to https://docs.spring.io/spring-data/mongodb/docs/current/reference/html/#reference
It's better to add direct link to spring to avoid this issue.
Stack-overflow issue https://stackoverflow.com/questions/61313732/configuration-problem-unable-to-locate-spring-namespacehandler-for-xml-schema-n/65125398#65125398
Later I'll add pull request to docs