You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Samael Bate (Jira)" <ji...@apache.org> on 2023/10/19 14:54:00 UTC

[jira] [Commented] (BEANUTILS-562) remove dependency on commons-logging

    [ https://issues.apache.org/jira/browse/BEANUTILS-562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17777303#comment-17777303 ] 

Samael Bate commented on BEANUTILS-562:
---------------------------------------

it's to move away from commons-logging. The immediate need for me is because I use JPMS and old Apche dependencies like commons-logging cause problems. Also there is the fact that commons logging just isn't needed these days. Slf4j won the battle of which logging facade people use years ago, however I'd be equally happy with log4j api as it's at least maintained. Commons logging is just plain dead.

> remove dependency on commons-logging
> ------------------------------------
>
>                 Key: BEANUTILS-562
>                 URL: https://issues.apache.org/jira/browse/BEANUTILS-562
>             Project: Commons BeanUtils
>          Issue Type: Improvement
>            Reporter: Samael Bate
>            Priority: Major
>         Attachments: image-2023-09-18-16-14-14-024.png
>
>
> beanutils currently depends on commons-logging 1.2 which was released 9 years ago and seems to be pretty much redundant.
> {code:java}
> <dependency>
>   <groupId>commons-logging</groupId>
>   <artifactId>commons-logging</artifactId>
>   <version>1.2</version>
> </dependency> {code}
> It would make sense for beanutils, and other Apache libraries, to instead just make use of slf4j-api



--
This message was sent by Atlassian Jira
(v8.20.10#820010)