This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push: new f3bb798a6 [IO-831] [IO-831] Add getInputStream() for 'https' & 'http' in URIOrigin f3bb798a6 is described below commit f3bb798a6381e9967e1dfdc0398c07ebaf7a7c4f Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sun Jun 2 14:15:10 2024 -0400 [IO-831] [IO-831] Add getInputStream() for 'https' & 'http' in URIOrigin --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7d5aed908..8883d6975 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -49,6 +49,7 @@ The <action> type attribute can be add,update,fix,remove. <release version="2.17.0" date="YYYY-MM-DD" description="Java 8 is required."> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory">Add IOIterator.adapt(Iterable).</action> + <action dev="ggregory" type="add" issue="IO-831" due-to="Elliotte Rusty Harold, Thach Le, Gary Gregory">Add getInputStream() for 'https' & 'http' in URIOrigin #630.</action> <!-- FIX --> <action dev="ggregory" type="fix" due-to="Gary Gregory">Add missing unit tests.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">FileUtils.lastModifiedFileTime(File) calls Objects.requireNonNull() on the wrong object.</action>