Re: [VOTE] Release Apache Camel 2.11.3

2014-01-08 Thread Christian Posta
Looks good to me. Here's my +1 On Tue, Jan 7, 2014 at 7:09 PM, Hadrian Zbarcea wrote: > A bit overdue, this is a vote to release Apache Camel 2.11.3, a patch > release coming with about 116 issues fixed. > > Release notes: > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=1231121

Re: Spring 4 update

2014-01-08 Thread David Karlsen
There is a jira already: https://issues.apache.org/jira/browse/CAMEL-7074 2014/1/8 Christoph Emmersberger > Hi Henryk > > please go ahead and create the JIRA. > > However, as far as I know there will be a dependency to the version that > Karaf provides. > > Many greets and kind regards, > > Chr

Re: Spring 4 update

2014-01-08 Thread Christoph Emmersberger
Hi Henryk please go ahead and create the JIRA. However, as far as I know there will be a dependency to the version that Karaf provides. Many greets and kind regards, Christoph On 08 Jan 2014, at 22:01, Henryk Konsek wrote: > Hi, > > Do we have any particular plans to upgrade Spring to ver

Re: Spring 4 update

2014-01-08 Thread Christoph Emmersberger
One of the cool features of spring 4 is the implementation of the BOM concept. This might reduce the POM for quite a few version numbers. [1] http://docs.spring.io/spring/docs/4.0.0.RELEASE/spring-framework-reference/htmlsingle/#overview-maven-bom On 08 Jan 2014, at 23:05, Christian Müller wro

Re: Spring 4 update

2014-01-08 Thread Christian Müller
We already have a Spring 4 profile [1] (line 2752). cmueller$ mvn clean install -Pfastinstall,spring4 I added a Spring 4 Jenkins build today [2]. Let's see how it works. [1] https://git-wip-us.apache.org/repos/asf?p=camel.git;a=blob;f=parent/pom.xml;h=77c7dd5515738c047bedb318e74ab2c3aac8718c;hb=H

Spring 4 update

2014-01-08 Thread Henryk Konsek
Hi, Do we have any particular plans to upgrade Spring to version 4? I guess this might be pretty invasive change, so it might be worth to discuss it here :) . BTW I can create Jira ticket and handle the update process. Cheers. PS I've become interested in the topic, because Hibernate 4.3 requir

camel pull request: CAMEL-6969 Add an option on the CSV unmarshalling in or...

2014-01-08 Thread adessaigne
GitHub user adessaigne opened a pull request: https://github.com/apache/camel/pull/86 CAMEL-6969 Add an option on the CSV unmarshalling in order to generate Maps with headers as keys You can merge this pull request into a Git repository by running: $ git pull https://github.c

Re: The constructor ClassPathXmlApplicationContext(String) refers to the missing type BeansException

2014-01-08 Thread mimocx
Hello, I got the same problem. In my case, I added spring-context*.jar and spring-beans*.jar to my project, but forgot spring-core*.jar. After adding spring-core*.jar, all went fine! Hope it helps! yours Michael -- View this message in context: http://camel.465427.n5.nabble.com/The-constructor-

camel pull request: CAMEL-6993: Test and implementation: PredicateBuilder.a...

2014-01-08 Thread janmaterne
Github user janmaterne closed the pull request at: https://github.com/apache/camel/pull/59