Re: Camel 2.0 API - Proposal of new support package to fix bad tangles

2009-03-13 Thread James Strachan
Cool - I was gonna suggest putting some of the adapter classes into the SPI package as a place for folks extending Camel to put things? No biggie though, seems the issue is resolved now. 2009/3/8 Claus Ibsen claus.ib...@gmail.com: Hi I fixed the package tangle so we keep the current package

Re: Camel 2.0 API - Proposal of new support package to fix bad tangles

2009-03-13 Thread Claus Ibsen
On Fri, Mar 13, 2009 at 12:22 PM, James Strachan james.strac...@gmail.com wrote: Cool - I was gonna suggest putting some of the adapter classes into the SPI package as a place for folks extending Camel to put things? No biggie though, seems the issue is resolved now. Yeah they are in util now.

Camel 2.0 API - Proposal of new support package to fix bad tangles

2009-03-01 Thread Claus Ibsen
Hi I am using Structure 101 to view the Camel API and have found some hot spots to clear. - DataFormatType was implementing DataFormat (fixed) - SPI had a bad tangle (fixed) - Language had a bad tangle (fixed) However we do have some support classes (abstract base classes) in camel.impl that are