[GitHub] camel pull request #2252: CAMEL-12343 : refer to new constructor with defaul...

2018-03-12 Thread davsclaus
Github user davsclaus closed the pull request at:

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


---


[GitHub] camel pull request #2252: CAMEL-12343 : refer to new constructor with defaul...

2018-03-11 Thread fhassak
GitHub user fhassak reopened a pull request:

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

CAMEL-12343 : refer to new constructor 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 
Date:   2018-03-12T00:21:34Z

CAMEL-12343 : refer to new contructor with defaultCamelContext for 
deprecated constructor




---


[GitHub] camel pull request #2252: CAMEL-12343 : refer to new constructor with defaul...

2018-03-11 Thread oscerd
Github user oscerd closed the pull request at:

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


---