Re: Improve endpoint configuration

2016-03-24 Thread Claus Ibsen
Hi I do think there is some very good ideas in here. If we for Camel 3.0 can make those annotations mandatory and part of the auto configuration and validation of components. Today the annotations only play as a role of component documentation. You can remove the annotations and Camel at runtime

Re: Improve endpoint configuration

2016-03-24 Thread lb
On Thu, Mar 24, 2016 at 1:34 PM, Claus Ibsen wrote: > On Wed, Mar 23, 2016 at 3:55 PM, lb wrote: >> Hi, >> >> I've been working on a number of components in the lates months and what I >> found >> a little bit repetitive is to handle endpoints configuration so I would like >> to >> know if ther

Re: Improve endpoint configuration

2016-03-24 Thread Claus Ibsen
On Wed, Mar 23, 2016 at 3:55 PM, lb wrote: > Hi, > > I've been working on a number of components in the lates months and what I > found > a little bit repetitive is to handle endpoints configuration so I would like > to > know if there is any interest about improving such area by adding > suppor

Improve endpoint configuration

2016-03-23 Thread lb
Hi, I've been working on a number of components in the lates months and what I found a little bit repetitive is to handle endpoints configuration so I would like to know if there is any interest about improving such area by adding support as example for: - collections - nested objects - validatio