Commit Graph

80 Commits

Author SHA1 Message Date
buildmaster
f96aab5bd1 Bumping versions 2024-03-27 21:18:38 +00:00
buildmaster
eee0c1a09a Going back to snapshots 2024-03-27 13:51:37 +00:00
buildmaster
4913a2673a Update SNAPSHOT to 4.1.1 2024-03-27 13:50:06 +00:00
buildmaster
dc9d207d80 Bumping versions 2023-11-22 10:36:17 +00:00
Ryan Baxter
dd322e5d72 Merge branch '4.0.x' 2023-11-21 15:29:21 -05:00
Ryan Baxter
875d00699d Merge branch '3.1.x' into 4.0.x 2023-11-21 15:29:04 -05:00
Ryan Baxter
558545dbfb Fixing doc includes 2023-11-02 15:15:59 -04:00
buildmaster
f59bdc6e54 Bumping versions 2023-09-26 10:35:12 +00:00
buildmaster
26cb8184b7 Bumping versions 2023-09-22 13:47:42 +00:00
Spencer Gibb
59a40db4f7 Antora migration (#2328)
* Migrate Structure

* Insert explicit ids for headers

* Remove unnecessary asciidoc attributes

* Copy default antora files

* Fix indentation for all pages

* Split files

* Generate a default navigation

* Remove includes

* Fix cross references

* Enable Section Summary TOC for small pages

* WIP

* Antora migration

---------

Co-authored-by: Marcin Grzejszczak <mgrzejszczak@vmware.com>
2023-09-19 12:42:15 -04:00
buildmaster
9e7fd9117a Bumping versions 2022-02-24 00:30:01 +00:00
buildmaster
3ecceb1276 Going back to snapshots 2022-02-17 16:46:14 +00:00
buildmaster
b40c219c57 Update SNAPSHOT to 3.1.1 2022-02-17 16:43:03 +00:00
buildmaster
c4defcaab0 Bumping versions 2022-02-03 20:49:29 +00:00
buildmaster
7fdb94a1b4 Bumping versions 2021-11-26 20:49:19 +00:00
buildmaster
8ea0f02c68 Bumping versions 2021-09-27 20:48:22 +00:00
buildmaster
d832ed5a22 Bumping versions 2021-03-09 09:59:23 +00:00
Olga Maciaszek-Sharma
c82b120edf Merge pull request #1810 from spring-cloud/add-spring-boot-config-info-to-quickstart
Add Spring Boot config data import to quiskstart.
2021-03-03 11:34:57 +01:00
buildmaster
23cfb81adf Bumping versions 2021-03-02 09:59:18 +00:00
Olga MaciaszekSharma
442c4e5d39 Fix after review. 2021-02-26 18:32:04 +01:00
buildmaster
ef35a43deb Bumping versions 2020-12-14 09:58:58 +00:00
buildmaster
5545624a0f Bumping versions 2020-11-13 09:59:18 +00:00
Olga Maciaszek-Sharma
9bbd634ff1 Fix README 2020-08-11 19:01:02 +02:00
Marcin Grzejszczak
b153f639be Migrated to docs.spring.io & updated sc-build 2020-06-04 13:37:36 +02:00
buildmaster
827ccee470 Going back to snapshots 2020-05-28 17:25:11 +00:00
buildmaster
39264d6ba0 Update SNAPSHOT to 2.2.3.RELEASE 2020-05-28 17:21:41 +00:00
buildmaster
2d6e15bd18 Going back to snapshots 2020-03-04 15:57:40 +00:00
buildmaster
bbb5f19ce2 Update SNAPSHOT to 2.2.2.RELEASE 2020-03-04 15:54:56 +00:00
buildmaster
7e0290e973 Bumping versions 2019-09-17 09:58:07 +00:00
buildmaster
cc862d686a Bumping versions 2019-07-23 09:59:18 +00:00
buildmaster
62b0c771d4 Going back to snapshots 2019-07-03 17:53:58 +00:00
buildmaster
0e229c91b4 Update SNAPSHOT to 2.2.0.M1 2019-07-03 17:53:09 +00:00
Spring Operator
c6b902cb47 URL Cleanup
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).

These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* [ ] http://myconfigserver.com (200) with 2 occurrences could not be migrated:
   ([https](https://myconfigserver.com) result ConnectTimeoutException).

These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.

* [ ] http://doc.gitlab.com/ee/web_hooks/web_hooks.html (302) with 2 occurrences migrated to:
  https://docs.gitlab.com/ee/web_hooks/web_hooks.html ([https](https://doc.gitlab.com/ee/web_hooks/web_hooks.html) result SSLHandshakeException).
* [ ] http://:foobar:@localhost:9999 (UnknownHostException) with 1 occurrences migrated to:
  https://:foobar:@localhost:9999 ([https](https://:foobar:@localhost:9999) result UnknownHostException).
* [ ] http://:foobar@localhost:9999 (UnknownHostException) with 1 occurrences migrated to:
  https://:foobar@localhost:9999 ([https](https://:foobar@localhost:9999) result UnknownHostException).
* [ ] http://authenticated.http.proxy (UnknownHostException) with 2 occurrences migrated to:
  https://authenticated.http.proxy ([https](https://authenticated.http.proxy) result UnknownHostException).
* [ ] http://authenticated.https.proxy (UnknownHostException) with 2 occurrences migrated to:
  https://authenticated.https.proxy ([https](https://authenticated.https.proxy) result UnknownHostException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
  https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://example/git (UnknownHostException) with 10 occurrences migrated to:
  https://example/git ([https](https://example/git) result UnknownHostException).
* [ ] http://foo:8877/ (UnknownHostException) with 2 occurrences migrated to:
  https://foo:8877/ ([https](https://foo:8877/) result UnknownHostException).
* [ ] http://foo:8877/bar (UnknownHostException) with 1 occurrences migrated to:
  https://foo:8877/bar ([https](https://foo:8877/bar) result UnknownHostException).
* [ ] http://foo:bar@localhost:9999 (UnknownHostException) with 2 occurrences migrated to:
  https://foo:bar@localhost:9999 ([https](https://foo:bar@localhost:9999) result UnknownHostException).
* [ ] http://foobar:@localhost:9999 (UnknownHostException) with 1 occurrences migrated to:
  https://foobar:@localhost:9999 ([https](https://foobar:@localhost:9999) result UnknownHostException).
* [ ] http://foobar@localhost:9999 (UnknownHostException) with 1 occurrences migrated to:
  https://foobar@localhost:9999 ([https](https://foobar@localhost:9999) result UnknownHostException).
* [ ] http://git/team-a/config-repo.git (UnknownHostException) with 4 occurrences migrated to:
  https://git/team-a/config-repo.git ([https](https://git/team-a/config-repo.git) result UnknownHostException).
* [ ] http://git/team-b/config-repo.git (UnknownHostException) with 2 occurrences migrated to:
  https://git/team-b/config-repo.git ([https](https://git/team-b/config-repo.git) result UnknownHostException).
* [ ] http://gitea.lawyers.corp/avatars/5868737ae078a4441031bf550d16e967 (UnknownHostException) with 2 occurrences migrated to:
  https://gitea.lawyers.corp/avatars/5868737ae078a4441031bf550d16e967 ([https](https://gitea.lawyers.corp/avatars/5868737ae078a4441031bf550d16e967) result UnknownHostException).
* [ ] http://gitea.lawyers.corp/avatars/dbc87f99ecd29cb0eb4447807ad73f9f (UnknownHostException) with 1 occurrences migrated to:
  https://gitea.lawyers.corp/avatars/dbc87f99ecd29cb0eb4447807ad73f9f ([https](https://gitea.lawyers.corp/avatars/dbc87f99ecd29cb0eb4447807ad73f9f) result UnknownHostException).
* [ ] http://gitea.lawyers.corp/internal/lawsuits (UnknownHostException) with 1 occurrences migrated to:
  https://gitea.lawyers.corp/internal/lawsuits ([https](https://gitea.lawyers.corp/internal/lawsuits) result UnknownHostException).
* [ ] http://gitea.lawyers.corp/internal/lawsuits.git (UnknownHostException) with 1 occurrences migrated to:
  https://gitea.lawyers.corp/internal/lawsuits.git ([https](https://gitea.lawyers.corp/internal/lawsuits.git) result UnknownHostException).
* [ ] 78b77379c4 (UnknownHostException) with 1 occurrences migrated to:
  78b77379c4 ([https](78b77379c4) result UnknownHostException).
* [ ] 70767b558d...78b77379c4 (UnknownHostException) with 1 occurrences migrated to:
  70767b558d...78b77379c4 ([https](70767b558d...78b77379c4) result UnknownHostException).
* [ ] http://http.proxy (UnknownHostException) with 2 occurrences migrated to:
  https://http.proxy ([https](https://http.proxy) result UnknownHostException).
* [ ] http://https.proxy (UnknownHostException) with 2 occurrences migrated to:
  https://https.proxy ([https](https://https.proxy) result UnknownHostException).
* [ ] http://server-host-doesnt-exist:1234 (UnknownHostException) with 1 occurrences migrated to:
  https://server-host-doesnt-exist:1234 ([https](https://server-host-doesnt-exist:1234) result UnknownHostException).
* [ ] http://somegitserver/somegitrepo (UnknownHostException) with 6 occurrences migrated to:
  https://somegitserver/somegitrepo ([https](https://somegitserver/somegitrepo) result UnknownHostException).
* [ ] http://somehost (UnknownHostException) with 8 occurrences migrated to:
  https://somehost ([https](https://somehost) result UnknownHostException).
* [ ] http://user:password@localhost:8888 (UnknownHostException) with 1 occurrences migrated to:
  https://user:password@localhost:8888 ([https](https://user:password@localhost:8888) result UnknownHostException).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
  https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd) result 404).

These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.

* [ ] http://EditorConfig.org with 1 occurrences migrated to:
  https://EditorConfig.org ([https](https://EditorConfig.org) result 200).
* [ ] http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html with 1 occurrences migrated to:
  https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html ([https](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html) result 200).
* [ ] http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html with 1 occurrences migrated to:
  https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html ([https](https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html) result 200).
* [ ] http://docs.aws.amazon.com/general/latest/gr/signature-version-4.html with 2 occurrences migrated to:
  https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html ([https](https://docs.aws.amazon.com/general/latest/gr/signature-version-4.html) result 200).
* [ ] http://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html with 1 occurrences migrated to:
  https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html ([https](https://docs.aws.amazon.com/sdk-for-java/v1/developer-guide/credentials.html) result 200).
* [ ] http://example.com/mike/diaspora with 3 occurrences migrated to:
  https://example.com/mike/diaspora ([https](https://example.com/mike/diaspora) result 200).
* [ ] http://example.com/mike/diaspora.git with 3 occurrences migrated to:
  https://example.com/mike/diaspora.git ([https](https://example.com/mike/diaspora.git) result 200).
* [ ] b6568db1bc with 1 occurrences migrated to:
  b6568db1bc ([https](b6568db1bc) result 200).
* [ ] da1560886d with 1 occurrences migrated to:
  da1560886d ([https](da1560886d) result 200).
* [ ] http://example.com/svn/ with 1 occurrences migrated to:
  https://example.com/svn/ ([https](https://example.com/svn/) result 200).
* [ ] http://git.mydoc.io/?t=154711 with 1 occurrences migrated to:
  https://git.mydoc.io/?t=154711 ([https](https://git.mydoc.io/?t=154711) result 200).
* [ ] http://serverfault.com/questions/377348/when-does-tmp-get-cleared/377349 with 1 occurrences migrated to:
  https://serverfault.com/questions/377348/when-does-tmp-get-cleared/377349 ([https](https://serverfault.com/questions/377348/when-does-tmp-get-cleared/377349) result 200).
* [ ] http://subversion.apache.org/ with 2 occurrences migrated to:
  https://subversion.apache.org/ ([https](https://subversion.apache.org/) result 200).
* [ ] http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/ with 5 occurrences migrated to:
  https://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/ ([https](https://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/) result 200).
* [ ] http://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/ with 5 occurrences migrated to:
  https://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/ ([https](https://svn.apache.org/repos/asf/subversion/trunk/tools/hook-scripts/) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
  https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html with 2 occurrences migrated to:
  https://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html ([https](https://www.oracle.com/technetwork/java/javase/downloads/jce-6-download-429243.html) result 200).
* [ ] http://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html with 2 occurrences migrated to:
  https://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html ([https](https://www.oracle.com/technetwork/java/javase/downloads/jce-7-download-432124.html) result 200).
* [ ] http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html with 2 occurrences migrated to:
  https://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html ([https](https://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html) result 200).
* [ ] http://git.oschina.net/oschina/webhook with 1 occurrences migrated to:
  https://git.oschina.net/oschina/webhook ([https](https://git.oschina.net/oschina/webhook) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html with 1 occurrences migrated to:
  https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html ([https](https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSGettingStartedGuide/AWSCredentials.html) result 302).
* [ ] http://eclipse.org with 1 occurrences migrated to:
  https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
  https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.danga.com/memcached/ with 1 occurrences migrated to:
  https://www.danga.com/memcached/ ([https](https://www.danga.com/memcached/) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
  https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).

These URLs were intentionally ignored.

* http://127.0.0.1:%s/test/endpoint with 1 occurrences
* http://127.0.0.1:8200 with 1 occurrences
* http://127.0.0.1:8200/v1/foo/bar/secret/ with 2 occurrences
* http://127.0.0.1:8200/v1/secret/ with 9 occurrences
* http://127.0.0.1:8200/v1/secret/data/ with 2 occurrences
* http://localhost with 23 occurrences
* http://localhost/ with 5 occurrences
* http://localhost/path/ with 2 occurrences
* http://localhost/test.git with 3 occurrences
* http://localhost/test1.git with 1 occurrences
* http://localhost/test2.git with 1 occurrences
* http://localhost/value-test.git with 1 occurrences
* http://localhost1/test.git with 1 occurrences
* http://localhost1:8888/ with 1 occurrences
* http://localhost2/test.git with 1 occurrences
* http://localhost:8888 with 9 occurrences
* http://localhost:8888/myapp/default with 1 occurrences
* http://localhost:8889 with 3 occurrences
* http://localhost:9999 with 9 occurrences
2019-03-27 13:06:48 -04:00
kamalakarp
6a105a7502 Adds support for the optional X-Vault-Namespace header.
fixes gh-1259
2019-03-01 13:22:14 -05:00
Ryan Baxter
ab26f7c3c1 Merge remote-tracking branch 'origin/2.0.x' 2019-02-27 11:56:12 -05:00
buildmaster
499d0f5ec1 Bumping versions 2019-02-14 17:36:31 +00:00
buildmaster
334c381ac8 Bumping versions 2019-01-03 16:54:48 +00:00
buildmaster
a3eebde434 Going back to snapshots 2018-12-20 21:00:26 +00:00
buildmaster
4d46fabc2b Update SNAPSHOT to 2.1.0.RC3 2018-12-20 20:59:38 +00:00
buildmaster
76e8686b08 Going back to snapshots 2018-12-11 21:40:34 +00:00
buildmaster
acc4331697 Update SNAPSHOT to 2.1.0.RC2 2018-12-11 21:39:50 +00:00
buildmaster
b622ae6593 Going back to snapshots 2018-12-11 16:26:21 +00:00
buildmaster
c895adc230 Update SNAPSHOT to 2.1.0.RC1 2018-12-11 16:25:27 +00:00
buildmaster
c476c9c4c0 Going back to snapshots 2018-11-19 23:06:20 +00:00
buildmaster
c8a980611b Update SNAPSHOT to 2.1.0.M3 2018-11-19 23:05:35 +00:00
buildmaster
663d9e503b Going back to snapshots 2018-11-18 09:23:50 +00:00
buildmaster
987575ecd4 Update SNAPSHOT to 2.1.0.M2 2018-11-18 09:23:07 +00:00
buildmaster
89cc0dc70d Going back to snapshots 2018-09-21 19:46:48 +00:00
buildmaster
c3a093e02a Update SNAPSHOT to Greenwich.M1 2018-09-21 19:45:51 +00:00
Spencer Gibb
7276b3cb4c polish docs 2018-03-21 16:29:41 -04:00