You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tamaya.apache.org by an...@apache.org on 2016/02/27 22:10:04 UTC

incubator-tamaya git commit: Added links to new module docs.

Repository: incubator-tamaya
Updated Branches:
  refs/heads/master 63d222140 -> 6d9abdeb9


Added links to new module docs.


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

Branch: refs/heads/master
Commit: 6d9abdeb95c843c8e5d3fafeb727a991c294ae74
Parents: 63d2221
Author: anatole <an...@apache.org>
Authored: Sat Feb 27 22:09:51 2016 +0100
Committer: anatole <an...@apache.org>
Committed: Sat Feb 27 22:09:51 2016 +0100

----------------------------------------------------------------------
 src/site/asciidoc/extensions/index.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya/blob/6d9abdeb/src/site/asciidoc/extensions/index.adoc
----------------------------------------------------------------------
diff --git a/src/site/asciidoc/extensions/index.adoc b/src/site/asciidoc/extensions/index.adoc
index 9a1b193..2aab46b 100644
--- a/src/site/asciidoc/extensions/index.adoc
+++ b/src/site/asciidoc/extensions/index.adoc
@@ -73,6 +73,7 @@ NOTE All extensions currently run on Java 7 as well as on Java 8.
 |+org.apache.tamaya.ext:tamaya-remote+        |Provides remote configuration support.                 |link:mod_remote.html[Documentation]
 |+org.apache.tamaya.ext:tamaya-resources+     |Provides ant-style resource path resolution  |link:mod_resources.html[Documentation]
 |+org.apache.tamaya.ext:tamaya-server+        |Lets a Tamaya configuration instance provide scoped configuration as a REST service.     |link:mod_server.html[Documentation]
+|+org.apache.tamaya.ext:tamaya-yaml+          |Support for using yaml as a configuration format.      |link:mod_yaml.html[Documentation]
 |=======
 
 == Integrations
@@ -87,6 +88,7 @@ from a sledgehammer to a scalpell:
 |+org.apache.tamaya.ext:tamaya-camel+       | Integration for Apache Camel.                | link:mod_camel.html[Documentation]
 |+org.apache.tamaya.ext:tamaya-spring+      | Integration for Spring / Spring Boot.        | link:mod_spring.html[Documentation]
 |+org.apache.tamaya.ext:tamaya-osgi+        | Integration for OSGI containers.             | link:mod_osgi.html[Documentation]
+|+org.apache.tamaya.ext:tamaya-consul+      | Integration with consul clusters.            | link:mod_consul.html[Documentation]
 |+org.apache.tamaya.ext:tamaya-etcd+        | Integration with etcd clusters.              | link:mod_etcd.html[Documentation]
 |=======
 
@@ -108,7 +110,7 @@ very carefully and especially give us feedback, so we can improve them before pr
 
 == Integrations in Experimental Stage
 
-Integrations in _experimental mode_ may still be under discussions. API changes may still happen, so use them
+Integrations in _experimental mode_ may still be under discussions, or may even not compile ! API changes may still happen, so use them
 very carefully and especially give us feedback, so we can improve them before progressing to _draft_ state.
 
 [width="100%",frame="1",options="header",grid="all"]