Re: [DISCUSS] Break camel-core into camel-api and camel-core

2009-04-30 Thread Claus Ibsen
On Thu, Apr 30, 2009 at 11:38 AM, Willem Jiang wrote: > Hi Claus, > > Here is another benefit of spreate the camel-api with camel-core. We > could drop a clean line between the user API and internal API. None of the others do it that I am aware of. spring-core.jar does contain impl and API in same

Re: [DISCUSS] Break camel-core into camel-api and camel-core

2009-04-30 Thread Willem Jiang
Hi Claus, Here is another benefit of spreate the camel-api with camel-core. We could drop a clean line between the user API and internal API. I can live with sync the camel-test with camel-core by the copying script. Thanks, Willem Claus Ibsen wrote: > On Wed, Apr 29, 2009 at 12:02 PM, Willem

Re: [DISCUSS] Break camel-core into camel-api and camel-core

2009-04-29 Thread Claus Ibsen
On Wed, Apr 29, 2009 at 12:02 PM, Willem Jiang wrote: > Hi riders, > > I'm thinking to do some refactoring of Camel test support to let > camel-core depends on camel-test. > > In this way we just have one copy of TestSupport and CamelTestSupport. > Because camel-test has the dependence of CamelCon

[DISCUSS] Break camel-core into camel-api and camel-core

2009-04-29 Thread Willem Jiang
Hi riders, I'm thinking to do some refactoring of Camel test support to let camel-core depends on camel-test. In this way we just have one copy of TestSupport and CamelTestSupport. Because camel-test has the dependence of CamelContext , ProducerTemplate, Service, RouteBuilder, etc, I'd like to br