Fwd: New Apache Camel Logo - voting is now open

2017-05-01 Thread Zoran Regvart
Hi, can someone with the permission to create Blog privileges post this to the Camel website? thanks :) zoran -- Forwarded message -- From: Zoran Regvart Date: Mon, May 1, 2017 at 2:26 PM Subject: New Apache Camel Logo - voting is now open To: us...@camel.apache.org, dev@camel.a

New Apache Camel Logo - voting is now open

2017-05-01 Thread Zoran Regvart
Hi, The Camel community had a call for the design of a new logo[1] and we have received nine design proposals in chronological order: 1. Design by James Lei submitted at https://issues.apache.org/jira/secure/attachment/12855173/apachecamel.png https://issues.apache.org/jira/browse/CAMEL-10543 2.

Re: [VOTE] Release Apache Camel 2.19.0 (Attempt #2)

2017-05-01 Thread Marco Collovati
-1 Got an issue with DefaultComponent change on doStart method: the check for camel context is done via getter ```ObjectHelper.notNull(getCamelContext(), "camelContext");``` but the following logic access the `camelContext` field directly. This leads to NPE when extending DefaultComponent as a d