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-rdf.git
The following commit(s) were added to refs/heads/master by this push: new 7b055de4 stream() implementations should default to being sequential #328 7b055de4 is described below commit 7b055de43d0dcb2660e01f118342277eed171496 Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Sat May 17 16:36:37 2025 -0400 stream() implementations should default to being sequential #328 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c35453f8..f7a376dc 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -33,6 +33,7 @@ <action type="fix" dev="ggregory" due-to="strangelookingnerd, Gary Gregory">Migrate tests to JUnit5 #289.</action> <action type="fix" dev="ggregory" due-to="naturzukunft">Fix AbstractDatasetTest #327.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Replace unmaintained FindBugs with SpotBugs.</action> + <action type="fix" dev="ggregory" due-to="naturzukunft, Gary Gregory">stream() implementations should default to being sequential #328.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 52 to 83 #259, #265, #269, #273, #279.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump actions/cache from 2.1.4 to 3.0.11 and more #77, #97.</action>