You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Łukasz Dywicki (Updated JIRA)" <ji...@apache.org> on 2012/04/06 17:07:32 UTC

[jira] [Updated] (CAMEL-5145) Support cdi annotations in beans / camel-cdi refactor.

     [ https://issues.apache.org/jira/browse/CAMEL-5145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Łukasz Dywicki updated CAMEL-5145:
----------------------------------

    Attachment: CAMEL-5145.diff

Patch for CDI injections and refactor camel-cdi.
                
> Support cdi annotations in beans / camel-cdi refactor.
> ------------------------------------------------------
>
>                 Key: CAMEL-5145
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5145
>             Project: Camel
>          Issue Type: New Feature
>            Reporter: Łukasz Dywicki
>              Labels: cdi
>         Attachments: CAMEL-5145.diff
>
>
> Currently camel-cdi supports lookups by name. If user would like to use CDI-annotated class then he will not get injections done. During implementation of this feature I've done some more changes:
> 1. Refactor test classes to rely on deltaspike container API. It allows to run tests with Open WebBeans (by default) or JBoss Weld (optional). There is no direct dependency to any implementation of CDI. Only public interfaces. Also I've removed long assert from test case and put equal check to test POJO.
> 2. Remove BeanProvider and BeanManagerProvider, as they are already implemented in deltaspike-core (which is independent from CDI implementation)
> 3. Implement CdiInjector.
> There is a issue DELTASPIKE-151 created by me today to support also Map as result of lookup which needs to be applied. If it will be not included then I'll attach another patch which will implement necessary code in camel-cdi.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira