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 dbf231f4 [CONFIGURATION-846] Restore previous behavior allowing Spring to inject multiple values #425 dbf231f4 is described below commit dbf231f4a472c8e8f03969fc7e74d443d022a28c Author: Gary Gregory <garydgreg...@users.noreply.github.com> AuthorDate: Thu May 30 07:25:49 2024 -0400 [CONFIGURATION-846] Restore previous behavior allowing Spring to inject multiple values #425 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0d150ac5..d0e0e1e6 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,7 @@ <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD DynamicCombinedConfiguration in DefaultPrefixLookupsHolder.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD DynamicCombinedConfiguration in DynamicCombinedConfiguration.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix PMD DynamicCombinedConfiguration in PropertiesConfiguration.</action> + <action type="fix" issue="CONFIGURATION-846" dev="ggregory" due-to="Andrea Bollini, Gary Gregory, Tim Donohue, kbarlowgw">Restore previous behavior allowing Spring to inject multiple values #425.</action> <!-- UPDATE --> <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-logging:commons-logging from 1.3.0 to 1.3.2 #390, #418.</action> <action type="update" dev="ggregory" due-to="Dependabot">Bump commons-io:commons-io from 2.15.1 to 2.16.1 #394, #400.</action>