You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by fogninid <gi...@git.apache.org> on 2018/08/17 08:38:27 UTC

[GitHub] camel pull request #2480: CAMEL-12739: fix camel-cdi multi context type conv...

GitHub user fogninid opened a pull request:

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

    CAMEL-12739: fix camel-cdi multi context type converter registration

    while loading discovered type converters into the camel context a single instance of `CdiTypeConverterLoader` was used for all context, but the it only loads classes the first time and then caches the results.
    Changed to use one loader per context

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

    $ git pull https://github.com/fogninid/camel master

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

    https://github.com/apache/camel/pull/2480.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 #2480
    
----
commit 89ee831e6bf81f37a9ceb31fe1b872f30e7a0b6e
Author: Daniele Fognini <da...@...>
Date:   2018-08-17T07:21:55Z

    CAMEL-12739: fix camel-cdi multi context type converter registration

----


---

[GitHub] camel pull request #2480: CAMEL-12739: fix camel-cdi multi context type conv...

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

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


---