This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch feat/archive-builders in repository https://gitbox.apache.org/repos/asf/commons-compress.git
commit e5e9dd8dc39d454716a0a564ea333adab3cb9edc Author: Piotr P. Karwasz <pkarwasz-git...@apache.org> AuthorDate: Fri Sep 12 22:44:00 2025 +0200 docs: add changelog entry --- src/changes/changes.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a08753ef7..38d176f1b 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -115,8 +115,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" issue="COMPRESS-705" dev="ggregory" due-to="Gary Gregory">Add GzipCompressorInputStream.Builder.setIgnoreExtraField(boolean).</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add SnappyCompressorInputStream.getUncompressedSize() and deprecate getSize().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add ArchiveInputStream.ArchiveInputStream(InputStream, Charset) as a public constructor, it was private.</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Add TarArchiveInputStream.builder().</action> - <action type="add" dev="ggregory" due-to="Gary Gregory">Add TarArchiveInputStream.Builder and deprecate all but one constructor.</action> + <action type="add" dev="ggregory" due-to="Gary Gregory, Piotr P. Karwasz">Introduce builders for all ArchiveInputStream implementations.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 85 to 87.</action> </release>