essobedo opened a new pull request, #7498: URL: https://github.com/apache/camel/pull/7498
Related to https://issues.apache.org/jira/browse/CAMEL-17931 ## Motivation ``` public static final String MONGO_ID = "_id"; // default id field ``` Causes this problem while generating the website ``` [check:links ] Found invalid urls in components/next/mongodb-component.html: [check:links ] Fragment #_endpoint_header%3C/em%3Eid at components/next/mongodb-component.html does not exist! ``` ## Modifications * Re-declare `_id` as an header of Camel MongoDB as the actual fix is in https://github.com/apache/camel-website/pull/833 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
