You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by antoinesd <gi...@git.apache.org> on 2013/11/07 11:35:14 UTC

camel pull request: Fix for CAMEL-6513

GitHub user antoinesd opened a pull request:

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

    Fix for CAMEL-6513

    Have Camel-CDI play better with Weld 2.0. But tests don't pass yet on Weld 2. They are ok for Weld 1 and OWB.

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

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

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

    https://github.com/apache/camel/pull/55.patch

----
commit 1595b17b7f6a93c4523e8c34a35c469c9937f358
Author: Antoine Sabot-Durand <an...@sabot-durand.net>
Date:   2013-11-07T09:25:38Z

    Update Deltaspike to 0.5
    Add Weld 2 profile for testing
    configure test to have it working for Weld 1 and OWB profiles

commit fb5c57f88155bde1f4fc46325393990f37cec56c
Author: Antoine Sabot-Durand <an...@sabot-durand.net>
Date:   2013-11-07T10:29:37Z

    extension correction to make veto works on CamelContext descendants

----