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-configuration.git
The following commit(s) were added to refs/heads/master by this push: new bafc7f7b Guard PatternSubtreeConfigurationWrapper constructor against null #365 bafc7f7b is described below commit bafc7f7beb177e836bd2fe280a4ed30b4027ac51 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Feb 22 11:16:37 2024 -0500 Guard PatternSubtreeConfigurationWrapper constructor against null #365 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9e6977a3..f9e5435d 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -34,6 +34,7 @@ <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add ImmutableConfiguration.getKeys(String, String) #300.</action> <action dev="ggregory" type="fix" due-to="KeijoB, Gary Gregory">Add PrefixedKeysIterator.PrefixedKeysIterator(Iterator<String%gt;, String, String) #300.</action> <action dev="ggregory" type="add" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action> + <action dev="ggregory" type="add" due-to="Heewon Lee">Guard PatternSubtreeConfigurationWrapper constructor against null #365.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump jackson-databind from 2.14.2 to 2.16.1 #297, #303, #326, #331, #340.</action> <action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons-io:commons-io from 2.11.0 to 2.15.1.</action>