camel pull request: [CAMEL-6932] The "dns.server" is not optional.

2013-11-10 Thread daikuro
Github user daikuro closed the pull request at: https://github.com/apache/camel/pull/53

Re: NettyHttpProducer Request URI

2013-11-10 Thread Willem jiang
Maybe we should let camel-netty-http support HTTP 1.0 out of box. Current it just use the HTTP 1.1 by default. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/) (English) http://jnn.iteye.com (http://jnn

Re: Upgrading to Lucene 4.5.1

2013-11-10 Thread Babak Vahdat
Am 10.11.13 19:10 schrieb "Babak Vahdat" unter : >Ah that comment below inside the parent pom was from January 31th 2013 >which >doesn't apply anymore for today :) > >I've already applied the upgrade to both Lucene & Solr 4.5.1 on the master >brunch. No not master brunch but master branch even

Re: Upgrading to Lucene 4.5.1

2013-11-10 Thread Babak Vahdat
Ah that comment below inside the parent pom was from January 31th 2013 which doesn't apply anymore for today :) I've already applied the upgrade to both Lucene & Solr 4.5.1 on the master brunch. Babak Babak Vahdat wrote > Hi > > Is there any specific reason why we should wait upgrading to Luc

Re: git commit: CAMEL-6948: Releasing a non-singleton producer by ProducerCache should not only stop the producer but also shutdown it as well if it is a ShutdownableService.

2013-11-10 Thread Babak Vahdat
Hi I just spotted bunch of flaws in that utility class and logged a ticket for it: https://issues.apache.org/jira/browse/CAMEL-6951 Babak Claus Ibsen-2 wrote > Hi > > There is a stopAndShutdownService method on ServiceHelper in the util > package. Its maybe nicer to use to than the type cast.