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

[jira] [Commented] (COMPRESS-610) commons-compress should not depend on java.beans in the java.desktop module

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

Axel Fontaine commented on COMPRESS-610:
----------------------------------------

PR provided: https://github.com/apache/commons-compress/pull/357

> commons-compress should not depend on java.beans in the java.desktop module
> ---------------------------------------------------------------------------
>
>                 Key: COMPRESS-610
>                 URL: https://issues.apache.org/jira/browse/COMPRESS-610
>             Project: Commons Compress
>          Issue Type: Bug
>    Affects Versions: 1.21
>            Reporter: Axel Fontaine
>            Priority: Major
>
> Currently pack200 depends on java.beans in the java.desktop module, which in turn requires many unnecessary classes for jlink users.
>  
> The dependency is relatively limited as it only impacts Pack200 in both
>  
> org.apache.commons.compress.java.util.jar          -> java.beans                                         java.desktop
>  
> and
>  
> org.apache.commons.compress.harmony.pack200        -> java.beans                                         java.desktop
>  
> Remove this dependency shouldn't be too hard.



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