You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by onderson <gi...@git.apache.org> on 2018/07/04 06:39:02 UTC

[GitHub] camel pull request #2407: if channel.getExistStatus() is null, then calling

GitHub user onderson opened a pull request:

    https://github.com/apache/camel/pull/2407

    if channel.getExistStatus() is null, then calling

    this constructor may fail due to auto-unboxing with potential NullPointerException

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/camel CAMEL-12622

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2407.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2407
    
----
commit a6aa277e52f83498d06dbecde1e520d502fa450e
Author: önder sezgin <on...@...>
Date:   2018-07-04T06:38:38Z

    if channel.getExistStatus() is null, then calling 
    
    this constructor may fail due to auto-unboxing with potential NullPointerException

----


---

[GitHub] camel pull request #2407: CAMEL-12622 - if channel.getExistStatus() is null,...

Posted by onderson <gi...@git.apache.org>.
Github user onderson closed the pull request at:

    https://github.com/apache/camel/pull/2407


---