From cd1bdf805e1ba5110ab4cdb9fcc539bb20e271ff Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 7 Nov 2019 13:38:42 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- .flattened-pom.xml | 134 ++++++++++ docs/.flattened-pom.xml | 100 ++++++++ spring-cloud-config-client/.flattened-pom.xml | 179 ++++++++++++++ .../.flattened-pom.xml | 120 +++++++++ spring-cloud-config-sample/.flattened-pom.xml | 119 +++++++++ spring-cloud-config-server/.flattened-pom.xml | 228 ++++++++++++++++++ .../.flattened-pom.xml | 118 +++++++++ 7 files changed, 998 insertions(+) create mode 100644 .flattened-pom.xml create mode 100644 docs/.flattened-pom.xml create mode 100644 spring-cloud-config-client/.flattened-pom.xml create mode 100644 spring-cloud-config-monitor/.flattened-pom.xml create mode 100644 spring-cloud-config-sample/.flattened-pom.xml create mode 100644 spring-cloud-config-server/.flattened-pom.xml create mode 100644 spring-cloud-starter-config/.flattened-pom.xml diff --git a/.flattened-pom.xml b/.flattened-pom.xml new file mode 100644 index 00000000..370f5a92 --- /dev/null +++ b/.flattened-pom.xml @@ -0,0 +1,134 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-build + 2.2.0.BUILD-SNAPSHOT + + + org.springframework.cloud + spring-cloud-config + 2.2.0.BUILD-SNAPSHOT + pom + Spring Cloud Config + Spring Cloud Config + https://projects.spring.io/spring-cloud/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-config.git + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git + https://github.com/spring-cloud/spring-cloud-config + + + + spring + + + + false + + + true + + spring-snapshots + Spring Snapshots + https://repo.spring.io/libs-snapshot-local + + + + false + + spring-milestones + Spring Milestones + https://repo.spring.io/libs-milestone-local + + + + false + + spring-releases + Spring Releases + https://repo.spring.io/release + + + + + diff --git a/docs/.flattened-pom.xml b/docs/.flattened-pom.xml new file mode 100644 index 00000000..073f147c --- /dev/null +++ b/docs/.flattened-pom.xml @@ -0,0 +1,100 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-config + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-config-docs + 2.2.0.BUILD-SNAPSHOT + pom + Spring Cloud Config Docs + Spring Cloud Docs + https://projects.spring.io/spring-cloud/spring-cloud-config-docs/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-docs + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-docs + https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-docs + + diff --git a/spring-cloud-config-client/.flattened-pom.xml b/spring-cloud-config-client/.flattened-pom.xml new file mode 100644 index 00000000..0e86750c --- /dev/null +++ b/spring-cloud-config-client/.flattened-pom.xml @@ -0,0 +1,179 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-config + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-config-client + 2.2.0.BUILD-SNAPSHOT + Spring Cloud Config Client + This project is a Spring configuration client. + https://spring.io + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-client + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-client + https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-client + + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-autoconfigure + 2.2.1.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-logging + 2.2.1.RELEASE + compile + true + + + org.springframework.cloud + spring-cloud-commons + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-context + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework + spring-web + 5.2.1.RELEASE + compile + + + com.fasterxml.jackson.core + jackson-annotations + 2.10.0 + compile + + + org.springframework.retry + spring-retry + 1.2.4.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-aop + 2.2.1.RELEASE + compile + true + + + com.fasterxml.jackson.core + jackson-databind + 2.10.0 + compile + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-config-monitor/.flattened-pom.xml b/spring-cloud-config-monitor/.flattened-pom.xml new file mode 100644 index 00000000..19a5993a --- /dev/null +++ b/spring-cloud-config-monitor/.flattened-pom.xml @@ -0,0 +1,120 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-config + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-config-monitor + 2.2.0.BUILD-SNAPSHOT + spring-cloud-config-monitor + Spring Cloud Config Monitor + https://projects.spring.io/spring-cloud/spring-cloud-config-monitor/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-monitor + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-monitor + https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-monitor + + + + org.springframework.cloud + spring-cloud-config-server + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-bus + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + diff --git a/spring-cloud-config-sample/.flattened-pom.xml b/spring-cloud-config-sample/.flattened-pom.xml new file mode 100644 index 00000000..1d80f787 --- /dev/null +++ b/spring-cloud-config-sample/.flattened-pom.xml @@ -0,0 +1,119 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-config + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-config-sample + 2.2.0.BUILD-SNAPSHOT + spring-cloud-config-sample + spring-cloud-config-server + https://projects.spring.io/spring-cloud/spring-cloud-config-sample/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-sample + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-sample + https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-sample + + + + org.springframework.cloud + spring-cloud-config-client + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + + + diff --git a/spring-cloud-config-server/.flattened-pom.xml b/spring-cloud-config-server/.flattened-pom.xml new file mode 100644 index 00000000..f09f35af --- /dev/null +++ b/spring-cloud-config-server/.flattened-pom.xml @@ -0,0 +1,228 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-config + 2.2.0.BUILD-SNAPSHOT + .. + + org.springframework.cloud + spring-cloud-config-server + 2.2.0.BUILD-SNAPSHOT + spring-cloud-config-server + spring-cloud-config-server + https://projects.spring.io/spring-cloud/spring-cloud-config-server/ + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-server + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-config-server + https://github.com/spring-cloud/spring-cloud-config/spring-cloud-config-server + + + + org.springframework.boot + spring-boot-configuration-processor + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-jdbc + 2.2.1.RELEASE + compile + true + + + org.springframework.boot + spring-boot-starter-data-redis + 2.2.1.RELEASE + compile + true + + + org.springframework.cloud + spring-cloud-config-client + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.boot + spring-boot-starter-actuator + 2.2.1.RELEASE + compile + + + org.springframework.boot + spring-boot-starter-web + 2.2.1.RELEASE + compile + + + org.springframework.security + spring-security-crypto + 5.2.1.RELEASE + compile + + + org.springframework.security + spring-security-rsa + 1.0.7.RELEASE + compile + + + spring-core + org.springframework + + + spring-security-crypto + org.springframework.security + + + + + org.springframework.credhub + spring-credhub-core + 2.0.0.RELEASE + compile + true + + + org.eclipse.jgit + org.eclipse.jgit + 5.1.3.201810200350-r + compile + + + org.eclipse.jgit + org.eclipse.jgit.http.apache + 5.1.3.201810200350-r + compile + + + org.yaml + snakeyaml + 1.25 + compile + + + com.fasterxml.jackson.dataformat + jackson-dataformat-yaml + 2.10.0 + compile + + + org.tmatesoft.svnkit + svnkit + 1.8.12 + compile + true + + + com.amazonaws + aws-java-sdk-core + 1.11.52 + compile + true + + + com.amazonaws + aws-java-sdk-s3 + 1.11.52 + compile + true + + + org.springframework.boot + spring-boot-autoconfigure-processor + 2.2.1.RELEASE + compile + true + + + com.google.auth + google-auth-library-oauth2-http + 0.15.0 + compile + true + + + diff --git a/spring-cloud-starter-config/.flattened-pom.xml b/spring-cloud-starter-config/.flattened-pom.xml new file mode 100644 index 00000000..3b166174 --- /dev/null +++ b/spring-cloud-starter-config/.flattened-pom.xml @@ -0,0 +1,118 @@ + + + 4.0.0 + + org.springframework.cloud + spring-cloud-config + 2.2.0.BUILD-SNAPSHOT + + org.springframework.cloud + spring-cloud-starter-config + 2.2.0.BUILD-SNAPSHOT + spring-cloud-starter-config + Spring Cloud Starter + https://projects.spring.io/spring-cloud + + Pivotal Software, Inc. + https://www.spring.io + + + + Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + Copyright 2014-2015 the original author or authors. + + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + https://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied. + + See the License for the specific language governing permissions and + limitations under the License. + + + + + dsyer + Dave Syer + dsyer at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + sgibb + Spencer Gibb + sgibb at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + lead + + + + mgrzejszczak + Marcin Grzejszczak + mgrzejszczak at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + rbaxter + Ryan Baxter + rbaxter at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + omaciaszeksharma + Olga Maciaszek-Sharma + omaciaszeksharma at pivotal.io + Pivotal Software, Inc. + https://www.spring.io + + developer + + + + + scm:git:git://github.com/spring-cloud/spring-cloud-config.git/spring-cloud-starter-config + scm:git:ssh://git@github.com/spring-cloud/spring-cloud-config.git/spring-cloud-starter-config + https://github.com/spring-cloud/spring-cloud-config/spring-cloud-starter-config + + + + org.springframework.cloud + spring-cloud-starter + 2.2.0.BUILD-SNAPSHOT + compile + + + org.springframework.cloud + spring-cloud-config-client + 2.2.0.BUILD-SNAPSHOT + compile + + + com.fasterxml.jackson.core + jackson-databind + 2.10.0 + compile + + +