Apache Tamaya — Extension: Classloader Isolation Support
Tamaya Environment Model (Extension Module)
Overview
The Tamaya Environment extension adds a simple PropertySourceProvider that evaluates a List of environment context and combines them in the given order into an (optional) root context within the system’s configuration.
Compatibility
The module is based on Java 7, so it will not run on Java 7 and beyond.
Installation
To benefit from Tamaya Environment Model you only must add the corresponding dependency to your module:
<dependency> <groupId>org.apache.tamaya.ext</groupId> <artifactId>tamaya-envionment</artifactId> <version>{tamayaVersion}</version> </dependency>
How it Works
tbd
Reusable Base Classes
tbd
Last updated 2016-07-13 23:25:59 +02:00