[VOTE] Release Apache Camel 2.9.5

2012-11-29 Thread Hadrian Zbarcea
new patch release candidate apache-camel-2.9.5 final is out with approximately 44 issues resolved so far: improvements and bug fixes [1]. Please find the staging repo here: https://repository.apache.org/content/repositories/orgapachecamel-095/ The tarballs are here https://repository.apache.or

Re: Setting default values for JVM system properties in Camel routes

2012-11-29 Thread Claus Ibsen
Hi If not mistaking if you have a .properties file or the likes with the Camel properties component. Then you can use that as fallback. As JVM system properties take precedence over any property keys. On Thu, Nov 29, 2012 at 11:37 AM, justinblandford wrote: > Hi, > > I have a question related t

Re: [DISCUSS] - Release Camel 2.10 and 2.9 patch releases

2012-11-29 Thread Claus Ibsen
On Wed, Nov 28, 2012 at 5:59 PM, Hadrian Zbarcea wrote: > Yes, I usually do them towards the end of the week, when it's less busy. > Since nobody shouted about an urgent issue, I could start the builds today > or tomorrow morning (and maybe fix the only 2 outstanding issues npe > related). > > Obj

Setting default values for JVM system properties in Camel routes

2012-11-29 Thread justinblandford
Hi, I have a question related to a Camel route that uses an injected JVM system property:- However if the JVM system properties do not exist, I would like to provide defaults for this in a Spring context. I've read several things related to this and I'm currently using the PropertiesComponent t