pkriens opened a new pull request #35:
URL: https://github.com/apache/felix-dev/pull/35
The force policy indicates that a bundle's configuration should
always override any local changes.
However, the code contained an optimization that if the configuration
in a bundle was unchanged, it would ignore its configuration
completely, ignoring any force policies.
This patch overrides the optimization in ConfigList for records
where the policy is set to force.
- A test is added that failed on the current bundle and now passes
- The OSGi Test Suite has been run on the code, the XML file is
included in the patch
See https://issues.apache.org/jira/browse/FELIX-6279?filter=-2
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]