Re: 3rd party jars not in Maven central, add them to git repository?

2017-02-20 Thread Tadayoshi Sato
Hi Zoran, As Pontus pointed out, for an Apache project 3rd party jars need to be ASL compatible in order to include them into the source repository. To my knowledge, that was the reason why Camel officially doesn't have camel-paypay component: https://issues.apache.org/jira/browse/CAMEL-5093

Camel.2.18.x.notest - Build # 75 - Fixed

2017-02-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.2.18.x.notest (build #75) Status: Fixed Check console output at https://builds.apache.org/job/Camel.2.18.x.notest/75/ to view the results.

Camel.trunk.notest.java9 - Build # 10 - Still Failing

2017-02-20 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest.java9 (build #10) Status: Still Failing Check console output at https://builds.apache.org/job/Camel.trunk.notest.java9/10/ to view the results.

Re: 3rd party jars not in Maven central, add them to git repository?

2017-02-20 Thread Pontus Ullgren
Hi, You can always try to incourage Salesforce to do it since ofcourse that would be better. However failing to convince them there is no problem that you/we do it ourself. As I wrote it's beeing done for other projects. One example is the JCIFS library used in camel-extra. The official project

Re: 3rd party jars not in Maven central, add them to git repository?

2017-02-20 Thread Zoran Regvart
Hi Pontus, first of all, thank you :) Yeah, I would love to do that, but it brings along another set of other questions: is it up to me/us or Salesforce to publish the jar in Maven central? And to what coordinates, Camels? That kinda feels more wrong to me :( zoran On Mon, Feb 20, 2017 at 9:48

Re: 3rd party jars not in Maven central, add them to git repository?

2017-02-20 Thread Pontus Ullgren
Hi, Would it not be a better solution to publish the jar ourself to maven central ? Similare to what SMX project does for other 3rd party libraries that are not osgi compatible bundles ? Just my $0.02 // Pontus On Mon, 20 Feb 2017 at 15:07 Zoran Regvart wrote: > Hi

3rd party jars not in Maven central, add them to git repository?

2017-02-20 Thread Zoran Regvart
Hi Cameleers, what do you think about adding 3rd party jars to the git repo (as binary blobs)? Background: integration tests for Salesforce component require deployment of customizations to the your Salesforce instance, so in order to run them you need to make a number of manual steps

[GitHub] camel pull request #1478: CAMEL-8162 - UTs to invalidate the issue

2017-02-20 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1478 CAMEL-8162 - UTs to invalidate the issue I used test server implementation as https://github.com/lukas-krecan/spring-ws-security-samples/tree/master/simple-server-test You can