BytesSource and StringSource

2011-08-29 Thread Claus Ibsen
Hi Its a pita that these classes is moved to the root package of Camel. The root package is an API having only interfaces, exceptions, enums, annotations etc. Then we got those two "stranded whales" here which seems misplaced. The JDK have its xxxSource implementations in sub packages: javax.xml.

Re: BytesSource and StringSource

2011-08-30 Thread Christian Schneider
Hi Claus, I think you are right. These classes can be put into util. As they are only two classes I suggest to directly put them in util. Originally I put them ino the API package as they are needed in camel-jms and so are needed in at least some components. We now agreed that support may ac