You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by pl...@apache.org on 2016/09/25 21:24:38 UTC

[50/50] [abbrv] incubator-tamaya-sandbox git commit: Import of the builder module into the sandbox. We decided to move this module not to the extension project. Merge branch 'master' of /Users/obf/tamaya-splitted/tamaya-backup

Import of the builder module into the sandbox. We decided to move this module not to the extension project.
Merge branch 'master' of /Users/obf/tamaya-splitted/tamaya-backup


Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/commit/7acfa807
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/tree/7acfa807
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-sandbox/diff/7acfa807

Branch: refs/heads/master
Commit: 7acfa8070cf1a94ff0fdebac7708751bb9eb5b0f
Parents: 6392c95 f45a5bb
Author: Oliver B. Fischer <pl...@apache.org>
Authored: Sun Sep 25 23:21:05 2016 +0200
Committer: Oliver B. Fischer <pl...@apache.org>
Committed: Sun Sep 25 23:21:05 2016 +0200

----------------------------------------------------------------------
 builder/pom.xml                                 | 104 +++
 .../tamaya/builder/ConfigurationBuilder.java    | 605 +++++++++++++
 .../ProgrammaticConfigurationContext.java       | 388 ++++++++
 .../tamaya/builder/PropertySourceBuilder.java   | 118 +++
 .../tamaya/builder/SimplePropertySource.java    |  86 ++
 .../org/apache/tamaya/builder/package-info.java |  28 +
 .../builder/ConfigurationBuilderTest.java       | 907 +++++++++++++++++++
 .../builder/TestANonSPIPropertyFilter.java      |  35 +
 .../builder/TestBNonSPIPropertyFilter.java      |  35 +
 .../tamaya/builder/TestPropertyFilter.java      |  35 +
 .../tamaya/builder/TestPropertySource.java      |  59 ++
 .../builder/TestPropertySourceProvider.java     |  91 ++
 .../builder/TestPropertySourceProviderB.java    |  91 ++
 .../builder/util/mockito/NotMockedAnswer.java   |  57 ++
 .../tamaya/builder/util/types/CustomTypeA.java  |  34 +
 .../tamaya/builder/util/types/CustomTypeB.java  |  39 +
 .../tamaya/builder/util/types/CustomTypeC.java  |  36 +
 .../types/CustomTypeCPropertyConverter.java     |  29 +
 .../org.apache.tamaya.spi.PropertyConverter     |  19 +
 .../org.apache.tamaya.spi.PropertyFilter        |  19 +
 .../org.apache.tamaya.spi.PropertySource        |  19 +
 ...org.apache.tamaya.spi.PropertySourceProvider |  19 +
 .../test/resources/configfiles/json/first.json  |   4 +
 .../test/resources/configfiles/json/second.json |   4 +
 .../test/resources/configfiles/json/simple.json |   4 +
 .../test/resources/configfiles/json/third.json  |   4 +
 .../test/resources/configfiles/other/simple.oml |  19 +
 27 files changed, 2888 insertions(+)
----------------------------------------------------------------------