You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by fhassak <gi...@git.apache.org> on 2018/03/12 00:30:16 UTC

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

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 <fa...@...>
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...

Posted by davsclaus <gi...@git.apache.org>.
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...

Posted by oscerd <gi...@git.apache.org>.
Github user oscerd 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...

Posted by fhassak <gi...@git.apache.org>.
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 <fa...@...>
Date:   2018-03-12T00:21:34Z

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

----


---