-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 decorator for other components.

Maybe this is more an issue on my code but I think the camelContext check should be consistent with the following code.


On 30/04/2017 17:32, Gregor Zurowski wrote:
Hi Everyone:

This is the second 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 [1].  The first
vote was cancelled due to multiple issues found while testing the
first release candidate [1].

Release notes: 
https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12337871&projectId=12311211

Staging repository:
https://repository.apache.org/content/repositories/orgapachecamel-1075/

Tarballs: 
https://repository.apache.org/content/repositories/orgapachecamel-1075/org/apache/camel/apache-camel/2.19.0/

Tag: 
https://git-wip-us.apache.org/repos/asf?p=camel.git;a=tag;h=0ae39c5223d4e58e1f3063e7e5f071be0e258e97

Please test this release candidate and cast your vote.
[ ] +1 Release the binary as Apache Camel 2.19.0
[ ] -1 Veto the release (provide specific comments)

The vote is open for at least 72 hours.

Due to the many changes introduced with this new release, it would be
beneficial if we could get as many Camel riders involved in testing
this release candidate as possible.

Thanks,
Gregor

[1] https://cwiki.apache.org/confluence/display/CAMEL/Camel+2.19+Release
[2] 
http://camel.465427.n5.nabble.com/VOTE-Release-Apache-Camel-2-19-0-td5798264.html


Reply via email to