ppkarwasz commented on PR #490: URL: https://github.com/apache/commons-compress/pull/490#issuecomment-1972698986
[To give some context to this PR, it was motivated by [this discussion](https://lists.apache.org/thread/p26gslhdm6mztx2vxt5zqw4zotov4fg6) on `dev@commons`.] @ebourg, Yes, it would be nice to split Commons Compress into a small API and many modules. Right now we use `commons-compress` as an **optional** dependency in `log4j-core`. It is used by a big rolling file appender component (10%, i.e. about 140 KiB of compressed classes). I plan to remove the optional dependency and move its code to a separate artifact. However if there was a `commons-compress-archiver-api` artifact that weights 10-20 KiB, I would rather link it directly from `log4j-core`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
