Olga Maciaszek-Sharma
|
14eb8a7bb1
|
Merge remote-tracking branch 'origin/2.2.x'
# Conflicts:
# docs/src/main/asciidoc/_configprops.adoc
|
4 years ago |
Olga Maciaszek-Sharma
|
a79d82584e
|
Update docs.
|
4 years ago |
Marcin Grzejszczak
|
e32b10b60f
|
Added support for Spring Cloud CircuitBreaker
fixes gh-279
|
4 years ago |
Marcin Grzejszczak
|
5497f5a37c
|
Migrated to docs.spring.io & updated sc-build
|
5 years ago |
Olga Maciaszek-Sharma
|
7311e4abc8
|
Update README.
|
5 years ago |
Ryan Baxter
|
a85294a835
|
Add documentation about early initialization errors. Fixes #221
|
5 years ago |
buildmaster
|
de39e67e18
|
Going back to snapshots
|
5 years ago |
buildmaster
|
78037a1161
|
Update SNAPSHOT to 2.1.4.RELEASE
|
5 years ago |
buildmaster
|
ecfd1b4cee
|
Bumping versions
|
5 years ago |
Marcin Grzejszczak
|
5ce9fcf9f8
|
Added configprops; fixes gh-218
|
5 years ago |
buildmaster
|
d8cdade30f
|
Going back to snapshots
|
5 years ago |
buildmaster
|
b16904f15e
|
Update SNAPSHOT to 2.1.3.RELEASE
|
5 years ago |
buildmaster
|
ebd80b5115
|
Bumping versions
|
5 years ago |
buildmaster
|
866d20d976
|
Going back to snapshots
|
5 years ago |
buildmaster
|
0d891d284a
|
Update SNAPSHOT to 2.2.0.M1
|
5 years ago |
buildmaster
|
b5539198e6
|
Going back to snapshots
|
5 years ago |
buildmaster
|
36d63a1b9f
|
Update SNAPSHOT to 2.1.2.RELEASE
|
5 years ago |
buildmaster
|
21805a9989
|
Going back to snapshots
|
6 years ago |
buildmaster
|
b1a8917796
|
Update SNAPSHOT to 2.1.2.RELEASE
|
6 years ago |
Spring Operator
|
1347724cdf
|
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).
# Fixed URLs
## Fixed But Review Recommended
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://foo.com:8000/ (ConnectTimeoutException) with 2 occurrences migrated to:
https://foo.com:8000/ ([https](https://foo.com:8000/) result ConnectTimeoutException).
* [ ] http://foo.com:8000/abc/bcd.json (ConnectTimeoutException) with 1 occurrences migrated to:
https://foo.com:8000/abc/bcd.json ([https](https://foo.com:8000/abc/bcd.json) result ConnectTimeoutException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://tp/abc/bcd.json (UnknownHostException) with 1 occurrences migrated to:
https://tp/abc/bcd.json ([https](https://tp/abc/bcd.json) result UnknownHostException).
## Fixed Success
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://asciidoctor.org with 1 occurrences migrated to:
https://asciidoctor.org ([https](https://asciidoctor.org) result 200).
* [ ] http://example.com with 2 occurrences migrated to:
https://example.com ([https](https://example.com) result 200).
* [ ] http://github.com/ with 1 occurrences migrated to:
https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 1 occurrences migrated to:
https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) 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://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://raw.github.com/ with 1 occurrences migrated to:
https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://service.com with 1 occurrences migrated to:
https://service.com ([https](https://service.com) result 301).
* [ ] 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.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).
# Ignored
These URLs were intentionally ignored.
* http://PROD-SVC with 2 occurrences
* http://Url/ with 1 occurrences
* http://bad_hostname with 1 occurrences
* http://bar with 1 occurrences
* http://bar/ with 1 occurrences
* http://foo with 19 occurrences
* http://foo/ with 4 occurrences
* http://foo/?name=%7bcookie with 1 occurrences
* http://foo:7777/ with 1 occurrences
* http://good-name with 2 occurrences
* http://listener with 6 occurrences
* http://localhost with 11 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8081/ with 1 occurrences
|
6 years ago |
Spring Operator
|
a81c53a55c
|
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).
# Fixed URLs
## Fixed But Review Recommended
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://foo.com:8000/ (ConnectTimeoutException) with 2 occurrences migrated to:
https://foo.com:8000/ ([https](https://foo.com:8000/) result ConnectTimeoutException).
* [ ] http://foo.com:8000/abc/bcd.json (ConnectTimeoutException) with 1 occurrences migrated to:
https://foo.com:8000/abc/bcd.json ([https](https://foo.com:8000/abc/bcd.json) result ConnectTimeoutException).
* [ ] http://PROD-SVC (UnknownHostException) with 2 occurrences migrated to:
https://PROD-SVC ([https](https://PROD-SVC) result UnknownHostException).
* [ ] http://Url/ (UnknownHostException) with 1 occurrences migrated to:
https://Url/ ([https](https://Url/) result UnknownHostException).
* [ ] http://bad_hostname (UnknownHostException) with 1 occurrences migrated to:
https://bad_hostname ([https](https://bad_hostname) result UnknownHostException).
* [ ] http://bar (UnknownHostException) with 1 occurrences migrated to:
https://bar ([https](https://bar) result UnknownHostException).
* [ ] http://bar/ (UnknownHostException) with 1 occurrences migrated to:
https://bar/ ([https](https://bar/) result UnknownHostException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://foo (UnknownHostException) with 19 occurrences migrated to:
https://foo ([https](https://foo) result UnknownHostException).
* [ ] http://foo/ (UnknownHostException) with 4 occurrences migrated to:
https://foo/ ([https](https://foo/) result UnknownHostException).
* [ ] http://foo/?name=%7bcookie (UnknownHostException) with 1 occurrences migrated to:
https://foo/?name=%7bcookie ([https](https://foo/?name=%7bcookie) result UnknownHostException).
* [ ] http://foo:7777/ (UnknownHostException) with 1 occurrences migrated to:
https://foo:7777/ ([https](https://foo:7777/) result UnknownHostException).
* [ ] http://good-name (UnknownHostException) with 2 occurrences migrated to:
https://good-name ([https](https://good-name) result UnknownHostException).
* [ ] http://listener (UnknownHostException) with 6 occurrences migrated to:
https://listener ([https](https://listener) result UnknownHostException).
* [ ] http://tp/abc/bcd.json (UnknownHostException) with 1 occurrences migrated to:
https://tp/abc/bcd.json ([https](https://tp/abc/bcd.json) 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).
## Fixed Success
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://asciidoctor.org with 1 occurrences migrated to:
https://asciidoctor.org ([https](https://asciidoctor.org) result 200).
* [ ] http://example.com with 2 occurrences migrated to:
https://example.com ([https](https://example.com) result 200).
* [ ] http://github.com/ with 1 occurrences migrated to:
https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 1 occurrences migrated to:
https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) 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://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://raw.github.com/ with 1 occurrences migrated to:
https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://service.com with 1 occurrences migrated to:
https://service.com ([https](https://service.com) result 301).
* [ ] 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.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost with 11 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8081/ with 1 occurrences
|
6 years ago |
Marcin Grzejszczak
|
33fa5b1b6b
|
Bumped openfeign to 2.2.0
|
6 years ago |
buildmaster
|
7a6c0a42f6
|
Going back to snapshots
|
6 years ago |
buildmaster
|
d73c61f0f0
|
Update SNAPSHOT to 2.1.1.RELEASE
|
6 years ago |
Ryan Baxter
|
537599fad2
|
Adding codacy badge
|
7 years ago |
Ryan Baxter
|
1fa53b8bf9
|
Added codecov link to readme
|
7 years ago |
Ryan Baxter
|
8138dbd792
|
Adding circleci badge
|
7 years ago |
Ryan Baxter
|
bc9741591b
|
Documentation updates
|
7 years ago |
Dave Syer
|
9d1eed6a82
|
Add script to build contract utils
|
7 years ago |
Gregor Zurowski
|
d9738a7ee5
|
Remove Lombok from documentation
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
|
7 years ago |
Ryan Baxter
|
8359016981
|
Updating generated README
|
8 years ago |
Ryan Baxter
|
b09b0bcdbd
|
Added Codacy badge to README
|
8 years ago |
Spencer Gibb
|
306b43624b
|
update readme
|
8 years ago |
Dave Syer
|
c03ae0ab47
|
Update README with new CLA link
|
8 years ago |
Dave Syer
|
f6cd2d279d
|
Update README
|
9 years ago |
Dave Syer
|
043a965db3
|
Update README and remove .settings.xml where appropriate
|
9 years ago |
Jakub Narloch
|
bca86191b3
|
Spring Mvc RxJava integration.
Support for Single via a ReturnValueHandler.
Support for Observable via SseEmitter.
|
9 years ago |
Spencer Gibb
|
9c3010074d
|
Update readme for code of conduct.
See https://github.com/spring-cloud/spring-cloud-build/issues/26
|
9 years ago |
Dave Syer
|
05f75e70da
|
Update to 1.1.0.M3
|
9 years ago |
Spencer Gibb
|
0cbfc20293
|
updated README
|
9 years ago |
Spencer Gibb
|
67f0035885
|
update README from sources
|
9 years ago |
Dave Syer
|
67748d6626
|
Update readmes
|
9 years ago |
Spencer Gibb
|
ce96c83401
|
updated README from sources
|
10 years ago |
Dave Syer
|
fa7286ebdb
|
Fix badge in README
|
10 years ago |
Dave Syer
|
9768a76bf5
|
Update README
|
10 years ago |
Spencer Gibb
|
99d43ba3a7
|
fix EurekaRibbonAutoConfiguration
|
10 years ago |
Dave Syer
|
39356928a1
|
Add maven processor for docs
|
10 years ago |
Dave Syer
|
1cea38f312
|
Fix comment pre-amble in README
|
10 years ago |
Dave Syer
|
344c7b2c75
|
Finish moving README to adoc
|
10 years ago |
Dave Syer
|
563df2a975
|
Move README to src/main/asciidoc
|
10 years ago |