You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fluo.apache.org by mw...@apache.org on 2017/06/13 17:59:30 UTC

[incubator-fluo-website] branch gh-pages updated: Additional 1.1.0 release updates

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

mwalch pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/incubator-fluo-website.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new db72ef5  Additional 1.1.0 release updates
db72ef5 is described below

commit db72ef51ffb1110f1fb2a2b68709ab3172fad4fe
Author: Mike Walch <mw...@apache.org>
AuthorDate: Tue Jun 13 13:42:35 2017 -0400

    Additional 1.1.0 release updates
    
    * Fixed spelling errors in applications.md
    * Added 1.1.0 release to API page
---
 docs/fluo/1.1.0-incubating/applications.md | 4 ++--
 pages/api.md                               | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/fluo/1.1.0-incubating/applications.md b/docs/fluo/1.1.0-incubating/applications.md
index 7da62e7..8c33b13 100644
--- a/docs/fluo/1.1.0-incubating/applications.md
+++ b/docs/fluo/1.1.0-incubating/applications.md
@@ -115,7 +115,7 @@ To create an observer, follow these steps:
         or.forColumn(new Column("obs", "data"), NotificationType.STRONG)
           .useObserver(new InvertObserver());
         
-        //Observer is a Functional interface.  So Obsevers can be written as lambdas.
+        //Observer is a Functional interface.  So Observers can be written as lambdas.
         or.forColumn(new Column("new","data"), NotificationType.WEAK)
           .useObserver((tx,row,col) -> {
              Bytes combined = combineNewAndOld(tx,row);
@@ -125,7 +125,7 @@ To create an observer, follow these steps:
     }
     ```
 
-3.  Build a jar containing thses classes and include this jar in the `lib/` directory of your Fluo
+3.  Build a jar containing these classes and include this jar in the `lib/` directory of your Fluo
     application.
 4.  Configure your Fluo instance to use this observer provider by modifying the Observer section of
     [fluo.properties].
diff --git a/pages/api.md b/pages/api.md
index a0043c8..b0f24bd 100644
--- a/pages/api.md
+++ b/pages/api.md
@@ -12,6 +12,7 @@ redirect_from:
 
 #### Apache Fluo API
 
+* <a href="{{ site.fluo_api_base }}/1.1.0-incubating/" target="_blank">1.1.0-incubating</a> - June 12, 2017
 * <a href="{{ site.fluo_api_base }}/1.0.0-incubating/" target="_blank">1.0.0-incubating</a> - October 14, 2016
 
 #### Apache Fluo Recipes API

-- 
To stop receiving notification emails like this one, please contact
['"commits@fluo.apache.org" <co...@fluo.apache.org>'].