Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Done
-
None
-
None
Description
I would like to create a tamaya configuration with some specific resolvers with a java api, because I don't want to use the Java Service Loader approach.
Example:
- I only want to use the FileResolver and my custom DecryptResolver. All other core resolvers must not be activated.
- Furthermore I completley setup my tamaya Configuration over Java API (without Service Loader approach)