This is an automated email from the ASF dual-hosted git repository. fmariani pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 3625851765f8594658c134d8d7ee502e9bbd9f97 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jan 16 10:53:46 2026 +0100 Camel-nitrite: Added deprecation note Signed-off-by: Andrea Cosentino <[email protected]> --- components/camel-nitrite/src/main/docs/nitrite-component.adoc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/components/camel-nitrite/src/main/docs/nitrite-component.adoc b/components/camel-nitrite/src/main/docs/nitrite-component.adoc index a78aeb7ca436..dc209de0ea07 100644 --- a/components/camel-nitrite/src/main/docs/nitrite-component.adoc +++ b/components/camel-nitrite/src/main/docs/nitrite-component.adoc @@ -15,6 +15,11 @@ *{component-header}* +[NOTE] +==== +This component is deprecated since Camel 4.10 and will be removed in a future release. +==== + Nitrite component is used to access https://github.com/dizitart/nitrite-database[Nitrite NoSQL database] Maven users will need to add the following dependency to their `pom.xml`
