Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ming zheng
Spring Cloud Function
Commits
bee0aee0
Commit
bee0aee0
authored
3 years ago
by
buildmaster
Browse files
Options
Download
Email Patches
Plain Diff
Update SNAPSHOT to 3.2.0-M2
parent
08e7b21b
main
3.2.x
4.x
v3.2.1
v3.2.0
v3.2.0-RC1
v3.2.0-M3
v3.2.0-M2
No related merge requests found
Changes
46
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
README.adoc
+3
-17
README.adoc
docs/pom.xml
+1
-1
docs/pom.xml
pom.xml
+2
-2
pom.xml
spring-cloud-function-adapters/pom.xml
+1
-1
spring-cloud-function-adapters/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml
+1
-1
...nction-adapters/spring-cloud-function-adapter-aws/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml
+1
-1
...tion-adapters/spring-cloud-function-adapter-azure/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-gcp/pom.xml
+1
-1
...nction-adapters/spring-cloud-function-adapter-gcp/pom.xml
spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
+1
-1
...-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
spring-cloud-function-compiler/pom.xml
+1
-1
spring-cloud-function-compiler/pom.xml
spring-cloud-function-context/pom.xml
+1
-1
spring-cloud-function-context/pom.xml
spring-cloud-function-core/pom.xml
+1
-1
spring-cloud-function-core/pom.xml
spring-cloud-function-dependencies/pom.xml
+2
-2
spring-cloud-function-dependencies/pom.xml
spring-cloud-function-deployer/pom.xml
+1
-1
spring-cloud-function-deployer/pom.xml
spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
+2
-2
...cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
+2
-2
...g-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
spring-cloud-function-deployer/src/it/bootapp/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootapp/pom.xml
spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
spring-cloud-function-deployer/src/it/bootjar/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootjar/pom.xml
spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
+2
-2
spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
with
31 additions
and
45 deletions
+31
-45
README.adoc
+
3
-
17
View file @
bee0aee0
...
...
@@ -129,23 +129,9 @@ the `.mvn` configuration, so if you find you have to do it to make a
build succeed, please raise a ticket to get the settings added to
source control.
For hints on how to build the project look in `.travis.yml` if there
is one. There should be a "script" and maybe "install" command. Also
look at the "services" section to see if any services need to be
running locally (e.g. mongo or rabbit). Ignore the git-related bits
that you might find in "before_install" since they're related to setting git
credentials and you already have those.
The projects that require middleware generally include a
`docker-compose.yml`, so consider using
https://docs.docker.com/compose/[Docker Compose] to run the middeware servers
in Docker containers. See the README in the
https://github.com/spring-cloud-samples/scripts[scripts demo
repository] for specific instructions about the common cases of mongo,
rabbit and redis.
NOTE: If all else fails, build with the command from `.travis.yml` (usually
`./mvnw install`).
The projects that require middleware (i.e. Redis) for testing generally
require that a local instance of [Docker](https://www.docker.com/get-started) is installed and running.
=== Documentation
...
...
This diff is collapsed.
Click to expand it.
docs/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -7,7 +7,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<packaging>
pom
</packaging>
<name>
Spring Cloud Function Docs
</name>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -6,13 +6,13 @@
<artifactId>
spring-cloud-function-parent
</artifactId>
<name>
Spring Cloud Function Parent
</name>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
<packaging>
pom
</packaging>
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-build
</artifactId>
<version>
3.1.0-
SNAPSHOT
</version>
<version>
3.1.0-
M2
</version>
<relativePath/>
</parent>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<name>
spring-cloud-function-adapter-parent
</name>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-aws/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-azure/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-gcp/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -11,7 +11,7 @@
<parent>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<groupId>
org.springframework.cloud
</groupId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-adapters/spring-cloud-function-adapter-openwhisk/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -13,7 +13,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-adapter-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-compiler/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-context/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-core/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -12,7 +12,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<dependencies>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-dependencies/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -6,11 +6,11 @@
<parent>
<artifactId>
spring-cloud-dependencies-parent
</artifactId>
<groupId>
org.springframework.cloud
</groupId>
<version>
3.1.0-
SNAPSHOT
</version>
<version>
3.1.0-
M2
</version>
<relativePath/>
</parent>
<artifactId>
spring-cloud-function-dependencies
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
<packaging>
pom
</packaging>
<name>
Spring Cloud Function Dependencies
</name>
<description>
Spring Cloud Function Dependencies
</description>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/pom.xml
+
1
-
1
View file @
bee0aee0
...
...
@@ -10,7 +10,7 @@
<parent>
<groupId>
org.springframework.cloud
</groupId>
<artifactId>
spring-cloud-function-parent
</artifactId>
<version>
3.2.0-
SNAPSHOT
</version>
<version>
3.2.0-
M2
</version>
</parent>
<properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp-multi/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
4.7
</version>
<version>
2.
6.0-M3
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.2.0-
SNAPSHOT
</spring-cloud-function.version>
<spring-cloud-function.version>
3.2.0-
M2
</spring-cloud-function.version>
<wrapper.version>
1.0.27.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp-with-javax/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
4.7
</version>
<version>
2.
6.0-M3
</version>
<relativePath
/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.2.0-
SNAPSHOT
</spring-cloud-function.version>
<spring-cloud-function.version>
3.2.0-
M2
</spring-cloud-function.version>
<wrapper.version>
1.0.27.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp-with-scf/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
4.7
</version>
<version>
2.
6.0-M3
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.2.0-
SNAPSHOT
</spring-cloud-function.version>
<spring-cloud-function.version>
3.2.0-
M2
</spring-cloud-function.version>
<wrapper.version>
1.0.27.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootapp/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
4.7
</version>
<version>
2.
6.0-M3
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.2.0-
SNAPSHOT
</spring-cloud-function.version>
<spring-cloud-function.version>
3.2.0-
M2
</spring-cloud-function.version>
<wrapper.version>
1.0.27.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootjar-multi/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
4.7
</version>
<version>
2.
6.0-M3
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.2.0-
SNAPSHOT
</spring-cloud-function.version>
<spring-cloud-function.version>
3.2.0-
M2
</spring-cloud-function.version>
<wrapper.version>
1.0.27.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootjar/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
4.7
</version>
<version>
2.
6.0-M3
</version>
<relativePath/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.2.0-
SNAPSHOT
</spring-cloud-function.version>
<spring-cloud-function.version>
3.2.0-
M2
</spring-cloud-function.version>
<wrapper.version>
1.0.27.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
spring-cloud-function-deployer/src/it/bootjarnostart/pom.xml
+
2
-
2
View file @
bee0aee0
...
...
@@ -12,13 +12,13 @@
<parent>
<groupId>
org.springframework.boot
</groupId>
<artifactId>
spring-boot-starter-parent
</artifactId>
<version>
2.
4.7
</version>
<version>
2.
6.0-M3
</version>
<relativePath
/>
</parent>
<properties>
<java.version>
1.8
</java.version>
<spring-cloud-function.version>
3.2.0-
SNAPSHOT
</spring-cloud-function.version>
<spring-cloud-function.version>
3.2.0-
M2
</spring-cloud-function.version>
<wrapper.version>
1.0.27.RELEASE
</wrapper.version>
</properties>
...
...
This diff is collapsed.
Click to expand it.
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help