[ 
https://issues.apache.org/jira/browse/MYFACES-2861?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897089#action_12897089
 ] 

Leonardo Uribe commented on MYFACES-2861:
-----------------------------------------

Hi

Checking this issue, it was found that commons-xxx libraries will not work well 
without commons-logging, so we need to remove all of them at once. For example, 
commons-digester requires commons-logging, so we need to rewrite all 
faces-config scanning stuff to remove this dependency.

I think for now it is better to let the code as is, that means with 
commons-discovery as dependency. Anyway, I'll let this task open, maybe in the 
future with more time available we could try it.

best regards,

Leonardo

> Remove commons-discovery dependency
> -----------------------------------
>
>                 Key: MYFACES-2861
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2861
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-314
>    Affects Versions: 2.0.1
>            Reporter: Leonardo Uribe
>            Assignee: Leonardo Uribe
>
> Commons-discovery has a dependency to commons-logging. That cause a 
> transitive dependency to myfaces-impl. To prevent this dependency, we need to 
> move that code into our codebase and refactor it so it uses jul instead.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to