abollini opened a new pull request, #431:
URL: https://github.com/apache/commons-configuration/pull/431

   This is an attempt to fix 
https://issues.apache.org/jira/browse/CONFIGURATION-847
   
   The bug was visible in the CI of our open source project, see
   
https://github.com/DSpace/DSpace/actions/runs/9252818238/job/25451214046#step:4:4916
   `Could not resolve placeholder 'epo.consumerKey' in value 
"${epo.consumerKey}"`
   
   where `epo.consumerKey` was indeed defined in our property configuration as 
`epo.consumerKey = ` 
   
   Using a copy of the modified `ConfigurationPropertySource` class in our 
project solve the issue, see 
https://github.com/DSpace/DSpace/actions/runs/9322228360/job/25662845056?pr=9605
   
   but we still have an error on some Integration Test that seems to be still 
related to all these changes, so I'm investigating further see 
https://github.com/DSpace/DSpace/actions/runs/9322228360/job/25662845391?pr=9605
   
   This failure seems to be related to an health check that is conditioned by 
an undefined property in our configuration
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to