Re: [ CONNECTORS-1290 ] Nuxeo connector for Apache ManifoldCF

2017-02-22 Thread Rafa Haro
Hi Karl, Thanks for checking this and making the proper changes. I will take care of updating the Nuxeo connector branch to current trunk version so David can safely now integrate the connector there. Thanks to both! On Wed, Feb 22, 2017 at 2:22 AM Karl Wright wrote: > Ok,

Re: [ CONNECTORS-1290 ] Nuxeo connector for Apache ManifoldCF

2017-02-21 Thread Karl Wright
Ok, committed. For the record: - Wiremock updated to 2.5.1 (which has jackson 2.6.1 dependencies) - Amazon Cloud Search Connector jackson dependencies updated to 2.6.1. - Tika Transformer jackson dependencies removed. - No changes to Amazon S3 connector for now. Karl On Tue, Feb 21, 2017 at

Re: [ CONNECTORS-1290 ] Nuxeo connector for Apache ManifoldCF

2017-02-21 Thread Karl Wright
Hi, I did an analysis, with the help of mvn dependency:tree, and determined the following usages of these: (1) wiremock, which is used for unit tests only; our version is com.github.tomakehurst:wiremock:jar:1.34 - we should see if we can upgrade this and still have things work. I'll check it

Re: [ CONNECTORS-1290 ] Nuxeo connector for Apache ManifoldCF

2017-02-21 Thread Karl Wright
Hi David, If the jackson libraries make an attempt to preserve backwards compatibility, it should be fine to update to 2.6.0. I don't recall the connectors that make use of those (maybe they were a dependency of Tika?) but in general, well-behaved libraries do not change their APIs carelessly.

[ CONNECTORS-1290 ] Nuxeo connector for Apache ManifoldCF

2017-02-21 Thread David Arroyo
Hello everyone I'm updating the Nuxeo connector with the nuxeo java client. I have found an issue with the libraries jackson-annotations and jackson-databind due to monifoldcf uses versions 2.1.1 and 2.1.3 respectively, and the nuxeo java client needs at least 2.6.0 version for both. If i