[GitHub] camel pull request #2329: Add missing . between region and host in SqsEndpoi...

2018-05-08 Thread candrews
GitHub user candrews opened a pull request: https://github.com/apache/camel/pull/2329 Add missing . between region and host in SqsEndpoint There should be a . between the region and the host. Without this change, the queueUrl is, for example, `https://sqs.sqs.us-gov-west-1amazonaws.

[GitHub] camel pull request #2325: CAMEL-10671 Broken build fix

2018-05-08 Thread oscerd
Github user oscerd closed the pull request at: https://github.com/apache/camel/pull/2325 ---

[GitHub] camel pull request #2328: CAMEL-10806: Add a RxJava2 module

2018-05-08 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/2328 ---

[GitHub] camel pull request #2328: CAMEL-10806: Add a RxJava2 module

2018-05-08 Thread nicolaferraro
GitHub user nicolaferraro opened a pull request: https://github.com/apache/camel/pull/2328 CAMEL-10806: Add a RxJava2 module I've just fixed backpressure issues on top of the work by @lburgazzoli. You can merge this pull request into a Git repository by running: $ git pull http

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-08 Thread Zoran Regvart
Hi Andrea, I've commented on the PR, I don't think that will fix the issue. I have a workaround in the works and after tests complete successfully I will push. In a nutshell the workaround consists of doing the work of `ceylon-maven-plugin:import-dependencies` via `ant-run-plugin`, i.e. copying cam

[GitHub] camel pull request #2327: Change dstu structures to compile scope to make it...

2018-05-08 Thread johnpoth
Github user johnpoth closed the pull request at: https://github.com/apache/camel/pull/2327 ---

[GitHub] camel pull request #2327: Change dstu structures to compile scope to make it...

2018-05-08 Thread johnpoth
GitHub user johnpoth opened a pull request: https://github.com/apache/camel/pull/2327 Change dstu structures to compile scope to make it easier for third p… …arty users to use camel-fhir Still don't have the rights, thanks! You can merge this pull request into a Git rep

[GitHub] camel pull request #2326: CAMEL-12487: S3Producer must close the streams it ...

2018-05-08 Thread oscerd
Github user oscerd closed the pull request at: https://github.com/apache/camel/pull/2326 ---

Re: Build fails since AS2 component was added (camel-example-ceylon breaks build)

2018-05-08 Thread Andrea Cosentino
We have this fix now to merge: https://github.com/apache/camel/pull/2325 Thinking on long-term I believe we need to move examples like these in other repositories, with other stuff like camel-scala etc. -- Andrea Cosentino  -- Apache Camel PMC Member Apache Karaf

[GitHub] camel pull request #2321: CAMEL-12487 S3Producer must close the streams it o...

2018-05-08 Thread damienb-opt
Github user damienb-opt closed the pull request at: https://github.com/apache/camel/pull/2321 ---

[GitHub] camel pull request #2326: CAMEL-12487: S3Producer must close the streams it ...

2018-05-08 Thread damienb-opt
GitHub user damienb-opt opened a pull request: https://github.com/apache/camel/pull/2326 CAMEL-12487: S3Producer must close the streams it opens See https://issues.apache.org/jira/browse/CAMEL-12487 You can merge this pull request into a Git repository by running: $ git pull ht