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 <onder.sezgin@...> Date: 2018-07-04T06:38:38Z if channel.getExistStatus() is null, then calling this constructor may fail due to auto-unboxing with potential NullPointerException ---- ---