Re: Pull request for configuring endpoints using a mix of URL and options in the XML DSL

2014-05-30 Thread Daniel Kulp
On May 30, 2014, at 4:19 PM, Matt Sicker wrote: > It's a syntax change. That sounds significant enough to wait for a new > major release. > It’s not a syntax change… it’s an additional option. Any existing syntaxes would continue to work. I’m also failing to see why this wouldn’t be a 2.14

Re: Pull request for configuring endpoints using a mix of URL and options in the XML DSL

2014-05-30 Thread Matt Sicker
It's a syntax change. That sounds significant enough to wait for a new major release. On 29 May 2014 07:19, Antoine DESSAIGNE wrote: > Hi Claus, > > There's something I don't understand. Can you explain me why this fix > should wait until the 3.0 is out ? > > The patch I wrote seemed to work, a

Re: Pull request for configuring endpoints using a mix of URL and options in the XML DSL

2014-05-29 Thread Antoine DESSAIGNE
Hi Claus, There's something I don't understand. Can you explain me why this fix should wait until the 3.0 is out ? The patch I wrote seemed to work, at least in the unit tests and on my platform. Is there something I missed ? Thanks a lot, Antoine. Le 29 mai 2014 12:57, "Claus Ibsen" a écrit :

Re: Pull request for configuring endpoints using a mix of URL and options in the XML DSL

2014-05-29 Thread Claus Ibsen
Hi No its something for Camel 3 only Den torsdag den 29. maj 2014 skrev Antoine DESSAIGNE < antoine.dessai...@gmail.com>: > Hello, > > Several days ago, I created a pull request [1] for the issue CAMEL-7419 [2] > that allows to configure endpoints using a mix of URL and options in the > XML DSL.

Pull request for configuring endpoints using a mix of URL and options in the XML DSL

2014-05-29 Thread Antoine DESSAIGNE
Hello, Several days ago, I created a pull request [1] for the issue CAMEL-7419 [2] that allows to configure endpoints using a mix of URL and options in the XML DSL. Since I didn't created the issue I wasn't able to flag it as "patch available". I know that it was originally planned for the 3.0 re