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 2017/11/25 21:39:40 UTC

incubator-tamaya-site git commit: TAMAYA-320 Fixed Docs.

Repository: incubator-tamaya-site
Updated Branches:
  refs/heads/master ddf441729 -> b338327bb


TAMAYA-320 Fixed Docs.


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

Branch: refs/heads/master
Commit: b338327bb5b41af0326dee68c2df9e78f14310af
Parents: ddf4417
Author: Anatole Tresch <an...@trivadis.com>
Authored: Sat Nov 25 22:39:29 2017 +0100
Committer: Anatole Tresch <an...@trivadis.com>
Committed: Sat Nov 25 22:39:29 2017 +0100

----------------------------------------------------------------------
 content/documentation/spisupport.adoc | 2 +-
 content/highleveldesign.adoc          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/b338327b/content/documentation/spisupport.adoc
----------------------------------------------------------------------
diff --git a/content/documentation/spisupport.adoc b/content/documentation/spisupport.adoc
index e2fb1b0..1f727e4 100644
--- a/content/documentation/spisupport.adoc
+++ b/content/documentation/spisupport.adoc
@@ -7,7 +7,7 @@ toc::[]
 
 
 [[SPISupport]]
-== Tamaya SPI Support (Extension Module)
+== Tamaya SPI Support
 
 Tamaya _SPI Support_ is a core module only depending on the API. It implements lots of API and SPI related
 artifacts in a portable way. Tamaya's core module reuses this functionality to build up a fully fledged

http://git-wip-us.apache.org/repos/asf/incubator-tamaya-site/blob/b338327b/content/highleveldesign.adoc
----------------------------------------------------------------------
diff --git a/content/highleveldesign.adoc b/content/highleveldesign.adoc
index 4dce8d1..d281aa9 100644
--- a/content/highleveldesign.adoc
+++ b/content/highleveldesign.adoc
@@ -142,7 +142,7 @@ of the +ServiceContext+ interface, annotating it with a +@Priority+ annotation a
 
 == Compatibility
 
-The Tamaya API is compatible with Java 7 and beyond.
+The Tamaya API is compatible with Java 8 and beyond.
 
 == Further Documentation