You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (Jira)" <ji...@apache.org> on 2022/09/02 17:27:00 UTC

[jira] [Resolved] (CAMEL-15916) Add link to the Spring Docs about mongodb client

     [ https://issues.apache.org/jira/browse/CAMEL-15916?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-15916.
---------------------------------
    Resolution: Not A Problem

camel mongodb does not use spring

> Add link to the Spring Docs about mongodb client
> ------------------------------------------------
>
>                 Key: CAMEL-15916
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15916
>             Project: Camel
>          Issue Type: Improvement
>          Components: camel-mongodb
>    Affects Versions: 3.6.0
>         Environment: Ubuntu 20.04
>            Reporter: Andrii Melashchenko
>            Priority: Minor
>
> Docs [https://camel.apache.org/components/latest/mongodb-component.html] do not have step to add 
> ```
> {color:#e8bf6a}<repositories>
> {color}{color:#e8bf6a} <repository>
> {color}{color:#e8bf6a} <id>{color}spring-milestone{color:#e8bf6a}</id>
> {color}{color:#e8bf6a} <name>{color}Spring Maven MILESTONE Repository{color:#e8bf6a}</name>
> {color}{color:#e8bf6a} <url>{color}https://repo.spring.io/libs-milestone{color:#e8bf6a}</url>
> {color}{color:#e8bf6a} </repository>
> {color}{color:#e8bf6a}</repositories>{color}
> ```
> 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



--
This message was sent by Atlassian Jira
(v8.20.10#820010)