[
https://issues.apache.org/jira/browse/CAMEL-14880?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17541148#comment-17541148
]
Arcadius Ahouansou edited comment on CAMEL-14880 at 5/23/22 8:29 PM:
---------------------------------------------------------------------
Just to mention that there is a drop-in replacement for lightcouch
[https://github.com/IndabaConsultores/LightCouch]
I used it with camel 2.25.4 and
couchdb v. 2.3.0 and v. 3.2.2
and it seems to be working for me
{code:java}
implementation("org.apache.camel:camel-couchdb:${camelVersion}") {
exclude group: 'org.lightcouch', module: 'lightcouch'
}
implementation("com.github.IndabaConsultores:lightCouch:0.3.0"){code}
was (Author: arcadius):
Just to mention that there is a drop-in replacement for lightcouch
[https://github.com/IndabaConsultores/LightCouch]
I used it with camel 2.25.4 and couchdb 3 and it seems to be working for me
{code:java}
implementation("org.apache.camel:camel-couchdb:${camelVersion}") {
exclude group: 'org.lightcouch', module: 'lightcouch'
}
implementation("com.github.IndabaConsultores:lightCouch:0.3.0"){code}
> Create a camel-couchdb3 component
> ---------------------------------
>
> Key: CAMEL-14880
> URL: https://issues.apache.org/jira/browse/CAMEL-14880
> Project: Camel
> Issue Type: New Feature
> Affects Versions: 3.2.0
> Reporter: Alex Dettinger
> Priority: Minor
> Fix For: 3.x
>
>
> As per the context of
> [CAMEL-14822|https://issues.apache.org/jira/browse/CAMEL-14822], the
> camel-couchdb component is exposed to the de-facto end of life of the
> underlying couchdb library. As such, camel currently offers no support to
> couchdb 3.x.
> A way of dealing with such situation would be to create a camel-couchdb3
> component on top of [java-cloudant|https://github.com/cloudant/java-cloudant].
--
This message was sent by Atlassian Jira
(v8.20.7#820007)