You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Leonardo Uribe (JIRA)" <de...@myfaces.apache.org> on 2013/10/24 23:38:08 UTC

[jira] [Reopened] (MYFACES-3797) cdi support for converters and validators

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

Leonardo Uribe reopened MYFACES-3797:
-------------------------------------


Detected transitive class dependency to CDI through ExternalArtifactResolver. The fix is just make ExternalArtifactResolver abstract and move the code to another class, so when the classloader loads Application in memory it does not load the CDI api.

> cdi support for converters and validators
> -----------------------------------------
>
>                 Key: MYFACES-3797
>                 URL: https://issues.apache.org/jira/browse/MYFACES-3797
>             Project: MyFaces Core
>          Issue Type: New Feature
>          Components: JSR-344
>            Reporter: Gerhard Petracek
>            Assignee: Gerhard Petracek
>             Fix For: 2.2.0-beta
>
>         Attachments: MYFACES-3797_wrapper.patch
>
>
> with
>     <context-param>
>         <param-name>org.apache.myfaces.CDI_MANAGED_CONVERTERS_ENABLED</param-name>
>         <param-value>true</param-value>
>     </context-param>
> and
>     <context-param>
>         <param-name>org.apache.myfaces.CDI_MANAGED_VALIDATORS_ENABLED</param-name>
>         <param-value>true</param-value>
>     </context-param>
> it should be possible to enable cdi support for converters/validators.
> we need the config, because it was postponed for the spec.



--
This message was sent by Atlassian JIRA
(v6.1#6144)