Re: Scope of org.apache.camel.spi

2011-08-25 Thread Christian Schneider
incompatibility. Christian Am 24.08.2011 14:13, schrieb Claus Ibsen: On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.net wrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI

Re: Scope of org.apache.camel.spi

2011-08-25 Thread Claus Ibsen
into an api package to make it clearer but that will probably create too much incompatibility. Christian Am 24.08.2011 14:13, schrieb Claus Ibsen: On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.net wrote: I wonder what our scope for the org.apache.camel.spi

Re: Scope of org.apache.camel.spi

2011-08-25 Thread Claus Ibsen
at 12:38 PM, Christian Schneider ch...@die-schneider.net      wrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API interfaces are called by the user to invoke functionality

Re: Scope of org.apache.camel.spi

2011-08-25 Thread Claus Ibsen
wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API interfaces are called by the user to invoke functionality of the framework. So API interfaces are implemented by the framework. SPI

Re: Scope of org.apache.camel.spi

2011-08-25 Thread Willem Jiang
-schneider.net wrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API interfaces are called by the user to invoke functionality of the framework. So API interfaces are implemented by the framework

Re: Scope of org.apache.camel.spi

2011-08-25 Thread Christian Schneider
Hi Willem, as long as camel keeps compatible with most user code out there I see no big problems in having the refactoring earlier. Currently I already moved the management API to spi.management. As we discussed it is not so well placed there. So I propose to do the change like described

Re: Scope of org.apache.camel.spi

2011-08-24 Thread Claus Ibsen
On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.net wrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API interfaces are called by the user to invoke

Re: Scope of org.apache.camel.spi

2011-08-24 Thread Christian Schneider
it clearer but that will probably create too much incompatibility. Christian Am 24.08.2011 14:13, schrieb Claus Ibsen: On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.net wrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel

Re: Scope of org.apache.camel.spi

2011-08-24 Thread Claus Ibsen
but that will probably create too much incompatibility. Christian Am 24.08.2011 14:13, schrieb Claus Ibsen: On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.net  wrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know

Re: Scope of org.apache.camel.spi

2011-08-24 Thread Christian Schneider
Claus Ibsen: On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.netwrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API interfaces are called by the user

Re: Scope of org.apache.camel.spi

2011-08-24 Thread Claus Ibsen
Am 24.08.2011 14:13, schrieb Claus Ibsen: On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.net    wrote: I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API

Re: Scope of org.apache.camel.spi

2011-08-24 Thread Christian Schneider
our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API interfaces are called by the user to invoke functionality of the framework. So API interfaces are implemented by the framework. SPI interfaces are implemented

Re: Scope of org.apache.camel.spi

2011-08-24 Thread Hadrian Zbarcea
to also move the whole camel api into an api package to make it clearer but that will probably create too much incompatibility. Christian Am 24.08.2011 14:13, schrieb Claus Ibsen: On Tue, Aug 23, 2011 at 12:38 PM, Christian Schneider ch...@die-schneider.net wrote: I wonder what our scope

Scope of org.apache.camel.spi

2011-08-23 Thread Christian Schneider
I wonder what our scope for the org.apache.camel.spi package is vs the org.apache.camel (API) package. I know two valid definitions for API vs SPI: 1) API interfaces are called by the user to invoke functionality of the framework. So API interfaces are implemented by the framework. SPI