Camel.trunk.notest - Build # 3172 - Fixed

2017-04-24 Thread Apache Jenkins Server
The Apache Jenkins build system has built Camel.trunk.notest (build #3172) Status: Fixed Check console output at https://builds.apache.org/job/Camel.trunk.notest/3172/ to view the results.

Re: Camel 2.19 Roadmap

2017-04-24 Thread Gregor Zurowski
Hi Everyone: I am starting to cut the 2.19.0 RC now. Thanks, Gregor On Mon, Apr 24, 2017 at 7:00 PM, Luca Burgazzoli wrote: > Hi Gregor, > > I've committed my fixes. > > > > --- > Luca Burgazzoli > > > On Mon, Apr 24, 2017 at 6:10 PM, Luca Burgazzoli

Re: Camel 2.19 Roadmap

2017-04-24 Thread Luca Burgazzoli
Hi Gregor, I've committed my fixes. --- Luca Burgazzoli On Mon, Apr 24, 2017 at 6:10 PM, Luca Burgazzoli wrote: > Hi Gregor, > > I'm running a local build to see if there is any blocking issue some > JIRA I'd like to include [1][2][3], it should not take too much and

Re: Camel 2.19 Roadmap

2017-04-24 Thread Luca Burgazzoli
Hi Gregor, I'm running a local build to see if there is any blocking issue some JIRA I'd like to include [1][2][3], it should not take too much and I'll post here as son as I have merged my work on master. [1] https://issues.apache.org/jira/browse/CAMEL-11190 [2]

[GitHub] camel pull request #1656: CAMEL-11194 Upgrade Checkstyle and update rules

2017-04-24 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1656 CAMEL-11194 Upgrade Checkstyle and update rules This upgrades Checkstyle to the latest version currently available, refines the way license header in properties files are handled and sets the

Add yourself to Camel bloggers and tweeters

2017-04-24 Thread Claus Ibsen
Hi If you blog and tweet about Apache Camel then you are welcome to add yourself to our link collection at https://cwiki.apache.org/confluence/display/CAMEL/Articles In the bottom we have links to blogs and twitters. -- Claus Ibsen - http://davsclaus.com @davsclaus Camel in

Re: Apache Camel 2.19 release blog posts and help spread the word

2017-04-24 Thread Andrea Cosentino
Great idea! I can write something :-) -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix PMC Member Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Monday, April 24, 2017 2:15 PM, Claus Ibsen

Apache Camel 2.19 release blog posts and help spread the word

2017-04-24 Thread Claus Ibsen
Hi When the new 2.19 release is out the door, it would be good if we could spread the word about this release with a number of blogs posts, twitter, and publish articles on websites etc. For that we may need a general blog post with the news and a summary of the top 10 most noteworthy

Re: Camel 2.19 Roadmap

2017-04-24 Thread Gregor Zurowski
Hi Claus, Alright, I guess this is the best we can do for now. I also agree on removing the regular examples from the release. I would actually also move them into a separate artifact group. Currently they use the group ID org.apache.camel, so we could move them into org.apache.camel.example

[GitHub] camel pull request #1655: [CAMEL-11182]SolrParams are not honored when sendi...

2017-04-24 Thread chirag0103
Github user chirag0103 closed the pull request at: https://github.com/apache/camel/pull/1655 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Camel 2.19 Roadmap

2017-04-24 Thread Claus Ibsen
Hi Gregor So we have now fixed this by turning of those connector examples as they should not be in the release. We will later re-organize this and see what to do if any of this is needed as releases JAR in maven central. You could consider the same for the regular examples, they should maybe

Re: Camel 2.19 Roadmap

2017-04-24 Thread Claus Ibsen
Hi Gregor Okay so the connector examples are not yet intended for release (if they ever would be). So I have skipped them. People can try them from the source code as they do with the other examples. That works fine. For a release process we may also need to add some extra logic so the SNAPSHOT

Re: Camel 2.19 Roadmap

2017-04-24 Thread Claus Ibsen
Hi I think you would need to deploy them if you build them locally, so they can find it in the local m2 repo. We deploy and ship all the examples https://github.com/apache/camel/tree/master/examples ... which end up in maven central. http://search.maven.org/#search%7Cga%7C1%7Ccamel-example

[GitHub] camel pull request #1654: Adds javadoc to JDBCAggregationRepository

2017-04-24 Thread JSchoreels
Github user JSchoreels closed the pull request at: https://github.com/apache/camel/pull/1654 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: Camel 2.19 Roadmap

2017-04-24 Thread Zoran Regvart
Hi Gregor & Claus, I don't see much use for exaples in the repository, would the pragmatic solution be not to publish examples to the repository at all? We can skip the deploy plugin[1] it in the examples and connector-examples POMs? zoran [1]

Re: Camel 2.19 Roadmap

2017-04-24 Thread Claus Ibsen
Hi Gregor I will take a look at this, and report back. On Sun, Apr 23, 2017 at 10:25 PM, Gregor Zurowski wrote: > Hi Everyone: > > I have finally managed to resolve all memory-related and > machine-related issues, but I am hitting another road block in the > release

Re: Camel 2.19 Roadmap

2017-04-24 Thread Gregor Zurowski
Hi Everyone: I have finally managed to resolve all memory-related and machine-related issues, but I am hitting another road block in the release process. The process fails when the new connector examples are about to get pushed to the artifact repository: [INFO] [ERROR] Failed to execute goal