Re: [PROPSAL] Release Camel 2.7.1

2011-04-08 Thread Guillaume Nodet
On Tue, Apr 5, 2011 at 03:56, Willem Jiang willem.ji...@gmail.com wrote: On 4/4/11 10:20 PM, Hadrian Zbarcea wrote: Hi, There are a few dependencies that are used with camel that we don't support as mentioned on the SMX mailing list and CAMEL-3830. I think we should support at least: *

Re: [PROPSAL] Release Camel 2.7.1

2011-04-08 Thread Hadrian Zbarcea
Thanks Guillame, I'll make the upgrade. Hadrian On Apr 8, 2011, at 2:11 AM, Guillaume Nodet wrote: On Tue, Apr 5, 2011 at 03:56, Willem Jiang willem.ji...@gmail.com wrote: On 4/4/11 10:20 PM, Hadrian Zbarcea wrote: Hi, There are a few dependencies that are used with camel that we

Re: [PROPSAL] Release Camel 2.7.1

2011-04-07 Thread Hadrian Zbarcea
I tested on OS X and Linux, things look good. I am planning on starting the 2.7.1 release in the morning. If there's anything else you want in this patch release please let me know now. Cheers, Hadrian On Apr 4, 2011, at 10:06 PM, Willem Jiang wrote: What's the support plan of Camel 2.7.1 ?

[PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
Hi, There are a few dependencies that are used with camel that we don't support as mentioned on the SMX mailing list and CAMEL-3830. I think we should support at least: * slf4j 1.6.x * jetty 7.3.1.v20110307 * cxf 2.4.x * (if you know of other dependencies that should be upgraded, please

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Jean-Baptiste Onofré
+1 Regards JB On 04/04/2011 04:20 PM, Hadrian Zbarcea wrote: Hi, There are a few dependencies that are used with camel that we don't support as mentioned on the SMX mailing list and CAMEL-3830. I think we should support at least: * slf4j 1.6.x * jetty 7.3.1.v20110307 * cxf 2.4.x * (if you

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Christian Schneider
What do we do with the karaf feature file? The camel-cxf features are not suitable for cxf 2.4. On the other hand CXF 2.4 brings it´s own feature file. So if the cxf feature is installed camel-cxf can just be installed. Any ideas? Christian Am 04.04.2011 16:20, schrieb Hadrian Zbarcea:

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Christian Schneider
Yes we need a new camel release to be compatible with cxf 2.4. The question is only if we can also do something with the feature file to make it compatible with cxf 2.3 and 2.4. Christian Am 04.04.2011 16:24, schrieb Jean-Baptiste Onofré: Hi Christian, I guess that the camel-cxf POM should

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
Christian, can we get some sort of commitment from the cxf community that cxf 2.4.x will be backwards compatible with 2.3.x? I saw that you made the following change on trunk: org.apache.cxf.*;version=[2.3.2,2.5) Are there any other dependencies we need to upgrade? Hadrian On Apr 4, 2011, at

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Jean-Baptiste Onofré
OK, sorry I have misunderstood you. Sure, we can review the camel features descriptor to align camel and cxf ones. It makes sense to reference the CXF features in camel-cxf one. Regards JB On 04/04/2011 04:32 PM, Christian Schneider wrote: Yes we need a new camel release to be compatible

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Johan Edstrom
2.4.3 will need some api changes on in/out interceptors. Otherwise an upgrade is pretty easy. Also 2.4 is going to contain plenty more BP stuff. That features file just started working 3 days ago. On Apr 4, 2011, at 8:38 AM, Hadrian Zbarcea wrote: Christian, can we get some sort of commitment

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Johan Edstrom
Oh, correction, the interceptors changes came in 2.3.x... /je On Apr 4, 2011, at 8:38 AM, Hadrian Zbarcea wrote: Christian, can we get some sort of commitment from the cxf community that cxf 2.4.x will be backwards compatible with 2.3.x? I saw that you made the following change on trunk:

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
We need to make sure camel-cxf works with both 2.3.x and 2.4.x, correct? Hadrian On Apr 4, 2011, at 10:49 AM, Johan Edstrom wrote: 2.4.3 will need some api changes on in/out interceptors. Otherwise an upgrade is pretty easy. Also 2.4 is going to contain plenty more BP stuff. That features

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Johan Edstrom
If cxf:endpoint is tested as is against 2.4.0-SNAPSHOT, i.e the spring code, we should be home-free. On Apr 4, 2011, at 8:56 AM, Hadrian Zbarcea wrote: We need to make sure camel-cxf works with both 2.3.x and 2.4.x, correct? Hadrian On Apr 4, 2011, at 10:49 AM, Johan Edstrom wrote:

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Christian Schneider
I did not have to make code changes to make it compile against cxf 2.4. If got one test error and one test failure. Dan Kulp already looked into these and said that they should be rather problems in the tests than with the code. We will do more tests as soon as the snapshots are built.

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
This probably means that we can release camel-2.7.1 before cxf-2.4.0 is out. Maybe you guys can make the cxf community aware of the camel changes (well, I guess I could do that too), so that they have a chance to test. I will create a branch off of the camel-2.7.0 tag, start applying patches

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Johan Edstrom
Major +1 on this! On Apr 4, 2011, at 10:49 AM, Hadrian Zbarcea wrote: This probably means that we can release camel-2.7.1 before cxf-2.4.0 is out. Maybe you guys can make the cxf community aware of the camel changes (well, I guess I could do that too), so that they have a chance to test.

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Willem Jiang
On 4/4/11 10:25 PM, Christian Schneider wrote: What do we do with the karaf feature file? The camel-cxf features are not suitable for cxf 2.4. On the other hand CXF 2.4 brings it´s own feature file. So if the cxf feature is installed camel-cxf can just be installed. Any ideas? There are some

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Willem Jiang
On 4/4/11 10:20 PM, Hadrian Zbarcea wrote: Hi, There are a few dependencies that are used with camel that we don't support as mentioned on the SMX mailing list and CAMEL-3830. I think we should support at least: * slf4j 1.6.x Is there any plan to upgrade Karaf with slf4j 1.6.x ? * jetty

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Willem Jiang
It could be no easy to support CXF 2.3.x and CXF 2.4.x at same time by reference the CXF feature in apache-camel feature. You have to deal with the repo reference url and CXF vesion in the apache-camel feature. In most case, the container which provides the runtime of camel and cxf does the

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Willem Jiang
What's the support plan of Camel 2.7.1 ? Will we release Camel 2.7.2 some days later or just move on to Camel 2.8.x ? On 4/5/11 12:49 AM, Hadrian Zbarcea wrote: This probably means that we can release camel-2.7.1 before cxf-2.4.0 is out. Maybe you guys can make the cxf community aware of the

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
Development for 2.8.0 should continue without any change. Until then we cannot support cxf 2.4, slf4j, amq 5.5, etc. This patch release will provide it. If/when there will be a 2.7.2, too early to tell. We know there are users who still use older versions of camel. Ideally we should have patch

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
We don't need to support cxf 2.3.x and 2.4.x at the same time. The current camel-2.7.0 release does not support cxf 2.4.x at all now, because of the following line in camel.osgi.import.defaults: org.apache.cxf.*;version=[2.3.2,2.4) Hadrian On Apr 4, 2011, at 10:00 PM, Willem Jiang wrote:

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Johan Edstrom
Actually, were is the difficulty in supporting both? Asking as a complete ignoramus that has swapped quite a few projects, if we follow CXF conventions and respect bus creation I do not see where it'll be that hard? On Apr 4, 2011, at 9:09 PM, Hadrian Zbarcea wrote: We don't need to

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
All the better. You're the experts. (And now I saw that I misspelled 'proposal'). Hadrian On Apr 4, 2011, at 11:14 PM, Johan Edstrom wrote: Actually, were is the difficulty in supporting both? Asking as a complete ignoramus that has swapped quite a few projects, if we follow CXF conventions

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Hadrian Zbarcea
It also looks like the camel-dns component has some issues with my machine :( Hadrian On Apr 4, 2011, at 11:14 PM, Johan Edstrom wrote: Actually, were is the difficulty in supporting both? Asking as a complete ignoramus that has swapped quite a few projects, if we follow CXF conventions

Re: [PROPSAL] Release Camel 2.7.1

2011-04-04 Thread Johan Edstrom
Testing wise? I think I disabled all tests that would require a recursive resolver. On Apr 4, 2011, at 9:33 PM, Hadrian Zbarcea wrote: It also looks like the camel-dns component has some issues with my machine :( Hadrian On Apr 4, 2011, at 11:14 PM, Johan Edstrom wrote: Actually,