From 7d45a45733574d3ab02a009797070bd93bc30b5f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 18 Dec 2019 17:55:53 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- reference/html/aws.html | 2 +- reference/html/azure.html | 2 +- reference/html/index.html | 2 +- reference/html/openwhisk.html | 2 +- reference/html/spring-cloud-function.html | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/reference/html/aws.html b/reference/html/aws.html index d59452c13..42b0ee272 100644 --- a/reference/html/aws.html +++ b/reference/html/aws.html @@ -114,7 +114,7 @@ $(addBlockSwitches);
-

3.0.1.BUILD-SNAPSHOT

+

3.0.2.BUILD-SNAPSHOT

The AWS adapter takes a Spring Cloud Function app and converts it to a form that can run in AWS Lambda.

diff --git a/reference/html/azure.html b/reference/html/azure.html index ab9bbdca8..066f33bf0 100644 --- a/reference/html/azure.html +++ b/reference/html/azure.html @@ -103,7 +103,7 @@ $(addBlockSwitches);
-

3.0.1.BUILD-SNAPSHOT

+

3.0.2.BUILD-SNAPSHOT

The Azure adapter bootstraps a Spring Cloud Function context and channels function calls from the Azure framework into the user functions, using Spring Boot configuration where necessary. Azure Functions has quite a unique, but invasive programming model, involving annotations in user code that are specific to the platform. The easiest way to use it with Spring Cloud is to extend a base class and write a method in it with the @FunctionName annotation which delegates to a base class method.

diff --git a/reference/html/index.html b/reference/html/index.html index 203ceb846..fe6abd2f2 100644 --- a/reference/html/index.html +++ b/reference/html/index.html @@ -102,7 +102,7 @@ $(addBlockSwitches);
-

3.0.1.BUILD-SNAPSHOT

+

3.0.2.BUILD-SNAPSHOT

The reference documentation consists of the following sections:

diff --git a/reference/html/openwhisk.html b/reference/html/openwhisk.html index a3d9d1ef6..7fa3cb355 100644 --- a/reference/html/openwhisk.html +++ b/reference/html/openwhisk.html @@ -103,7 +103,7 @@ $(addBlockSwitches);
-

3.0.1.BUILD-SNAPSHOT

+

3.0.2.BUILD-SNAPSHOT

The OpenWhisk adapter is in the form of an executable jar that can be used in a a docker image to be deployed to Openwhisk. The platform works in request-response mode, listening on port 8080 on a specific endpoint, so the adapter is a simple Spring MVC application.

diff --git a/reference/html/spring-cloud-function.html b/reference/html/spring-cloud-function.html index 9281523ba..ffbedb992 100644 --- a/reference/html/spring-cloud-function.html +++ b/reference/html/spring-cloud-function.html @@ -136,7 +136,7 @@ $(addBlockSwitches);

Mark Fisher, Dave Syer, Oleg Zhurakousky, Anshul Mehra

-

3.0.1.BUILD-SNAPSHOT

+

3.0.2.BUILD-SNAPSHOT