Re: [VOTE] Release Apache Camel 2.19.0

2017-04-25 Thread Dmitry Volodin
Hi Gregor! Please also add following new components to the wiki page: camel-olingo4 (https://issues.apache.org/jira/browse/CAMEL-11056) camel-grpc (https://issues.apache.org/jira/browse/CAMEL-11107) -- Best regards, Dmitry 2017-04-25 22:50 GMT+03:00 Gregor Zurowski : > Hi Everyone: > > This is

[GitHub] camel pull request #1659: Example for camel-geocoder-starter

2017-04-25 Thread manosbatsis
GitHub user manosbatsis opened a pull request: https://github.com/apache/camel/pull/1659 Example for camel-geocoder-starter Was just passing through trying out camel and the geocoder component, thought it might be proper to try producing a sample while at it You can merge this pull

[VOTE] Release Apache Camel 2.19.0

2017-04-25 Thread Gregor Zurowski
Hi Everyone: This is a vote to release Apache Camel 2.19.0, a new minor release with over 670 new features, improvements and bug fixes. A summary of the changes is available in the Camel wiki: https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.19+Release. Release notes: https://issues.ap

Using stream resequencer with Custom comparator

2017-04-25 Thread Moshe Recanati
Hi, I'm using stream resequencer with custom comparator. I'm having issue that some of the elements compared return 0 as they are equal in terms of sorting but different in content level. This cause a situation that these elements not pushed to the consumer. I tried to add timestamp to the elements

Re: Apache Camel 2.19 release blog posts and help spread the word

2017-04-25 Thread Jens Reimann
If you like I can write up something for the Milo component. I can publish this either on my personal blog or somewhere else. Whatever you prefer. On Mon, Apr 24, 2017 at 2:24 PM, Andrea Cosentino < ancosen1...@yahoo.com.invalid> wrote: > Great idea! I can write something :-) > > -- > Andrea Cos

[GitHub] camel pull request #1658: Refresh entity manager on PersistenceException

2017-04-25 Thread jamesET
GitHub user jamesET opened a pull request: https://github.com/apache/camel/pull/1658 Refresh entity manager on PersistenceException The entity manager needs to be refreshed on all PersistenceExceptions to ensure connections are being taken/returned from a connection pooled da