arturobernalg commented on PR #580:
URL:
https://github.com/apache/httpcomponents-client/pull/580#issuecomment-2479887725
> Hi @arturobernalg
>
> * TY for the work 👍
>
> * Minor: For the Javadoc `since` tags, I think the next feature
release will be `5.5` since the current release is `5.4.1` and the git master
POM already has 5.5 in it.
>
> * Side note: In Commons Compress, `CompressorException` usually wraps
an `IOException`, so it's too bad that we wrap it in another IOException here
;-) Since compression and decompression is IO, I'll see about making
CompressorException extend IOException.
Hi @garydgregory ,
Thanks for the feedback!. I've updated all the @since tags to reflect
version 5.5 as suggested. Regarding the `CompressorException` wrapping
`IOException`, I’ll wait for updates on whether it will extend IOException in
Commons Compress. This will determine the best course of action here.
Let me know if there’s anything else to address.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]