You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by st...@apache.org on 2015/01/03 19:07:44 UTC

[3/9] incubator-tamaya git commit: Merge branch 'TAMAYA-38'

Merge branch 'TAMAYA-38'

contributed by rsandtner


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

Branch: refs/heads/master
Commit: a6c0800df04e8997e5722d12e8dc28a43acd2d4e
Parents: 5743322 78732d4
Author: Mark Struberg <st...@apache.org>
Authored: Sat Jan 3 17:53:22 2015 +0100
Committer: Mark Struberg <st...@apache.org>
Committed: Sat Jan 3 17:53:22 2015 +0100

----------------------------------------------------------------------
 .../org/apache/tamaya/spi/PropertySource.java   |   7 ++
 core/pom.xml                                    |  33 +-----
 .../core/propertysource/BasePropertySource.java |  76 +++++++++++++
 .../core/propertysource/DefaultOrdinal.java     |  46 ++++++++
 .../EnvironmentPropertySource.java              |  47 ++++++++
 .../propertysource/SystemPropertySource.java    |  82 ++++++++++++++
 .../propertysource/BasePropertySourceTest.java  | 107 +++++++++++++++++++
 .../EnvironmentPropertySourceTest.java          |  70 ++++++++++++
 .../SystemPropertySourceTest.java               | 103 ++++++++++++++++++
 9 files changed, 539 insertions(+), 32 deletions(-)
----------------------------------------------------------------------