Fixed OSGI support.
Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/commit/f6cce93b Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/tree/f6cce93b Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya/diff/f6cce93b Branch: refs/heads/master Commit: f6cce93bfac95ff4490ac536caf7bae3883f2028 Parents: 684a780 4de9e8b Author: anatole <[email protected]> Authored: Sun Dec 18 23:51:35 2016 +0100 Committer: anatole <[email protected]> Committed: Sun Dec 18 23:51:35 2016 +0100 ---------------------------------------------------------------------- .../internal/DefaultConfigurationContext.java | 2 +- examples/01-minimal/pom.xml | 2 +- examples/02-custom-property-source/pom.xml | 51 +++++++++++ .../examples/custompropertysource/Main.java | 94 ++++++++++++++++++++ .../SimplePropertySource.java | 61 +++++++++++++ .../SimplePropertySourceProvider.java | 47 ++++++++++ .../custompropertysource/package-info.java | 19 ++++ .../META-INF/MyOtherConfigProperties.properties | 19 ++++ .../META-INF/javaconfiguration.properties | 23 +++++ .../org.apache.tamaya.spi.PropertySource | 19 ++++ ...org.apache.tamaya.spi.PropertySourceProvider | 19 ++++ .../src/main/resources/cfgOther/a.properties | 19 ++++ .../src/main/resources/cfgOther/b.properties | 19 ++++ .../src/main/resources/cfgOther/c.properties | 20 +++++ examples/pom.xml | 1 + 15 files changed, 413 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/f6cce93b/code/core/src/main/java/org/apache/tamaya/core/internal/DefaultConfigurationContext.java ----------------------------------------------------------------------
