Hey guys I was looking through the docs trying to integrate tamaya and hammock to make it more configurable.
We have this test: https://github.com/apache/incubator-tamaya/blob/master/code/core/src/test/java/org/apache/tamaya/core/propertysource/PropertiesFilePropertySourceTest.java Which seems to be testing "SimplePropertySource" but that's not in alignment with our docs: http://tamaya.incubator.apache.org/Core.html mentions PropertiesFilePropertySource. I'm under the belief that this class was renamed to SimplePropertySource. I also noticed that there's no way to programmatically add a source to a configuration, only via the services. Is that on purpose? John
