[GitHub] camel pull request #1487: Camel 10859 - doc update for noclassdef found in c...

2017-02-23 Thread onders86
GitHub user onders86 opened a pull request: https://github.com/apache/camel/pull/1487 Camel 10859 - doc update for noclassdef found in classpath added a tip for NoClassDefFound error. You can merge this pull request into a Git repository by running: $ git pull

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

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

Re: [DISCUSS] - Deprecate camel-scala and camel-groovy DSL ?

2017-02-23 Thread sohrab
This is a bit of a coincidence but recently I was also thinking about how little Groovy DSL actually gives us over Java DSL, since I moved my team from Blueprint DSL to the Groovy one. I primarily chose Groovy because it makes payload transformation so much easier and the language itself has a

[GitHub] camel pull request #1482: CAMEL-10883: Support HTTP 1.1 continue in Undertow

2017-02-23 Thread RohanHart
Github user RohanHart closed the pull request at: https://github.com/apache/camel/pull/1482 --- 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-telegram and html styled messages

2017-02-23 Thread Zoran Regvart
Hi Danny, please open a JIRA feature request at[1], and if this is something you can contribute please do so, contributions are always welcome, see[2], zoran [1] https://issues.apache.org/jira/browse/CAMEL [2] http://camel.apache.org/contributing.html On Thu, Feb 23, 2017 at 4:52 PM, Danny

camel-telegram and html styled messages

2017-02-23 Thread Danny Blind
camel-telegram component should support the Formatting options from the bot api https://core.telegram.org/bots/api to be able to send formatted messages (in my case HTML style) -- View this message in context:

[GitHub] camel pull request #1486: CAMEL-10543: New Apache Camel Logo

2017-02-23 Thread zregvart
GitHub user zregvart opened a pull request: https://github.com/apache/camel/pull/1486 CAMEL-10543: New Apache Camel Logo Here is my proposal, heavily based on @lanwen work. You can merge this pull request into a Git repository by running: $ git pull

Re: [DISCUSS] - Deprecate camel-scala and camel-groovy DSL ?

2017-02-23 Thread Onder SEZGIN
imho, +1 to move to camel-extra On Thu, 23 Feb 2017 at 12:31, Edoardo Causarano wrote: > +1 move to extra. The Scala DSL is overly complex and full of unexpected > traps (IMHO) but it would be a shame to remove it completely > > On Thu, Feb 23, 2017 at 10:27 AM,

Re: [DISCUSS] - Deprecate camel-scala and camel-groovy DSL ?

2017-02-23 Thread Edoardo Causarano
+1 move to extra. The Scala DSL is overly complex and full of unexpected traps (IMHO) but it would be a shame to remove it completely On Thu, Feb 23, 2017 at 10:27 AM, Luca Burgazzoli wrote: > +1 to move them on camel-extra > > --- > Luca Burgazzoli > > > On Thu, Feb 23,

Re: [DISCUSS] - Deprecate camel-scala and camel-groovy DSL ?

2017-02-23 Thread Luca Burgazzoli
+1 to move them on camel-extra --- Luca Burgazzoli On Thu, Feb 23, 2017 at 9:12 AM, Christian Müller wrote: > +1 > > Best, > Christian > > Am 22.02.2017 9:51 vorm. schrieb "Claus Ibsen" : > >> Hi >> >> 99% of Camel users are using Java /

Re: [DISCUSS] - New Apache Camel Logo - Move on with the procedure

2017-02-23 Thread Luca Burgazzoli
Fine with me --- Luca Burgazzoli On Thu, Feb 23, 2017 at 10:08 AM, Andrea Cosentino wrote: > +1. End of March is ok. > -- > Andrea Cosentino > -- > Apache Camel PMC Member > Apache Karaf Committer > Apache Servicemix Committer >

Re: Purging local repository in install phase

2017-02-23 Thread Claus Ibsen
I have some scripts I can run from time to time to delete old and snapshot stuff from local m2 repo https://gist.github.com/davsclaus/25a01789bb4612af676da0895c6b18ab https://gist.github.com/davsclaus/fa2e7c73a8a697c63dde63ca0d8be59a On Thu, Feb 23, 2017 at 10:01 AM, Zoran Regvart

Re: [DISCUSS] - New Apache Camel Logo - Move on with the procedure

2017-02-23 Thread Andrea Cosentino
+1. End of March is ok. -- Andrea Cosentino -- Apache Camel PMC Member Apache Karaf Committer Apache Servicemix Committer Email: ancosen1...@yahoo.com Twitter: @oscerd2 Github: oscerd On Thursday, February 23, 2017 10:07 AM, Claus Ibsen

[DISCUSS] - New Apache Camel Logo - Move on with the procedure

2017-02-23 Thread Claus Ibsen
Hi I suggest that we get this procedure going again. 1) Set a deadline in approx 4 weeks (eg monday March 27th) for people to submit logo proposals. People can follow the guides in this JIRA how to submit: https://issues.apache.org/jira/browse/CAMEL-10543 2) Put out the word about this in the

Re: Purging local repository in install phase

2017-02-23 Thread Zoran Regvart
Hi Claus, tanks for the reply, this is exactly why I'm asking, I don't want to break anyone's workflow, On Thu, Feb 23, 2017 at 9:18 AM, Claus Ibsen wrote: > I do like that I can branch to an older branch and just build a module > like camel-hazelcast and it downloads the

Re: Purging local repository in install phase

2017-02-23 Thread Claus Ibsen
Hi I do like that I can branch to an older branch and just build a module like camel-hazelcast and it downloads the other SNAPSHOTS from maven, such as camel-core etc. Otherwise I would need to rebuild the entire source tree. Isn't it possible to run some command from the command line using

Re: [DISCUSS] - Deprecate camel-scala and camel-groovy DSL ?

2017-02-23 Thread Christian Müller
+1 Best, Christian Am 22.02.2017 9:51 vorm. schrieb "Claus Ibsen" : > Hi > > 99% of Camel users are using Java / Java8 / XML DSLs. And they are all > up to date and aligned. > > We have camel-groovy with a little Camel DSL that adds a bit of > integration with groovy