[GitHub] camel pull request #2221: CAMEL-11497 - add from-eip by manually formatting ...
GitHub user onderson opened a pull request: https://github.com/apache/camel/pull/2221 CAMEL-11497 - add from-eip by manually formatting adoc which is taken⦠⦠by cxf-web export You can merge this pull request into a Git repository by running: $ git pull https://github.com/onderson/camel CAMEL-11497 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2221.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #2221 commit 9a9429e1546879d8a7914a308b7540a4075325b6 Author: onders86 Date: 2018-02-12T08:18:16Z CAMEL-11497 - add from-eip by manually formatting adoc which is taken by cxf-web export ---
[GitHub] camel pull request #2221: CAMEL-11497 - add from-eip by manually formatting ...
Github user onderson closed the pull request at: https://github.com/apache/camel/pull/2221 ---
[GitHub] camel pull request #2222: CAMEL-12240: Create a real tests with Apache Qpid ...
GitHub user dmvolod opened a pull request: https://github.com/apache/camel/pull/ CAMEL-12240: Create a real tests with Apache Qpid Broker-J Some tests are skipped as not all RabbitMQ features works natively in Qpid Broker-J, but most of them are working You can merge this pull request into a Git repository by running: $ git pull https://github.com/dmvolod/camel CAMEL-12240 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes # commit a524f11a962a8f9291b559ea2ed5166d3acddfa6 Author: Dmitry Volodin Date: 2018-02-12T16:13:41Z CAMEL-12240: Create a real tests with Apache Qpid Broker-J ---
Re: Test failures on build.apache.org with current master / version conflicts in libraries?
Thanks for fixing this! Am 12.02.2018 um 08:05 schrieb Andrea Cosentino: Fixed, we were missing an Rx java dependency -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Sunday, February 11, 2018, 2:45:41 PM GMT+1, Pascal Schumacher wrote: Hello everybody, there seem to be some version conflicts in the libraries used by current master. On build.apache.org these tests always fail: org.apache.camel.spring.cloud.netflix.CamelCloudNetflixServiceCallTest.testServiceCall: java.lang.ClassNotFoundException: rx.Single org.apache.camel.component.boon.BoonDataFormatTest.testMarshalAndUnmarshalPojoMap: org.apache.camel.component.bean.MethodNotFoundException: Method with name: name not found on bean: {name=Camel} of type: org.boon.core.value.LazyValueMap -Pascal