GitHub user fhassak opened a pull request: https://github.com/apache/camel/pull/2252
CAMEL-12343 : refer to new contructor with defaultCamelContext for deprecated constructor Migrate from 2.19.2 to 2.20.2 failed. ``` java.lang.IllegalArgumentException: CamelContext must be specified on: Message[] at org.apache.camel.util.ObjectHelper.notNull(ObjectHelper.java:342) ``` You can merge this pull request into a Git repository by running: $ git pull https://github.com/fhassak/camel CAMEL-12343 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/camel/pull/2252.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 #2252 ---- commit fbace94ef92f41200f122884fa8ce6d32660b52c Author: Farès Hassak <fares.hassak@...> Date: 2018-03-12T00:21:34Z CAMEL-12343 : refer to new contructor with defaultCamelContext for deprecated constructor ---- ---