Branch: refs/heads/master
Home: https://github.com/xwiki/xwiki-commons
Commit: dc9beba550233aeceed416b2e8d5df9a7baedbe5
https://github.com/xwiki/xwiki-commons/commit/dc9beba550233aeceed416b2e8d5d…
Author: Vincent Massol <vincent(a)massol.net>
Date: 2023-11-14 (Tue, 14 Nov 2023)
Changed paths:
M xwiki-commons-core/xwiki-commons-configuration/xwiki-commons-configuration-api/src/main/java/org/xwiki/configuration/internal/MemoryConfigurationSource.java
Log Message:
-----------
[Misc] Make MemoryConfigurationSource implement setProperty/setProperties from ConfigurationSource (which were added after MemoryConfigurationSource was created). Note that I implemented setProperties() too to avoid the "Modifying properties of this configuration source is not allowed" message if this method is called (it wouldn't make sense).