This is an automated email from the ASF dual-hosted git repository.

bdelacretaz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


The following commit(s) were added to refs/heads/master by this push:
     new 744f1e4  FELIX-6441 - mention StandaloneInterpolator in README
744f1e4 is described below

commit 744f1e46941c427778311d307c165509a149fe5d
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Tue Aug 3 11:36:04 2021 +0200

    FELIX-6441 - mention StandaloneInterpolator in README
---
 configadmin-plugins/interpolation/README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configadmin-plugins/interpolation/README.md 
b/configadmin-plugins/interpolation/README.md
index d6605fc..c71165b 100644
--- a/configadmin-plugins/interpolation/README.md
+++ b/configadmin-plugins/interpolation/README.md
@@ -1,6 +1,11 @@
 # org.apache.felix.configadmin.plugin.interpolation
 
-An OSGi Configuration Admin Plugin that can interpolate values in 
configuration with values obtained elsewhere. Supported sources:
+An OSGi Configuration Admin Plugin that can interpolate values in 
configuration with values obtained elsewhere.
+
+The 
[StandaloneInterpolator](./src/main/java/org/apache/felix/configadmin/plugin/interpolation/StandaloneInterpolator.java)
+can also be used independently of Configuration Admin.
+
+Supported sources:
 
 * Files on disk, for example to be used with Kubernetes secrets
 * Environment variables

Reply via email to