Olga Maciaszek-Sharma
f661105e63
Fix gh 177 add sc loadbalancer support ( #239 )
...
* Add FeignBlockingLoadBalancerClient, configurations for default, apache
httpclient and okhttp setup. Add autoconfiguration. Init fix for gh-177.
* Fix SC loadbalancer dependencies.
* Fix generating Feign response when instance not found.
* Fix configuration.
* Add tests for FeignBlockingLoadBalancerClient and FeignLoadBalancerAutoConfiguration.
* Fix checkstyle and formatting.
* Refactor, add docs and javadocs.
* Fix author name.
* Fix docs after code review.
5 years ago
kingj
bc10583bf3
Adding gzip support for Spring Decoder ( #230 )
...
* Adding gzip support for Spring Decoder
* Restoring test config
* Switch to medium resource class in circleci. (#231 )
* Adding gzip support for Spring Decoder
* Restoring test config
* Creating extra property for Gzip Decoder
* Fixing requested changes and updating doc
* Missed one change request
* Removing some properties
5 years ago
buildmaster
cb1ea20f3f
Going back to snapshots
5 years ago
buildmaster
6bfc684967
Update SNAPSHOT to 2.2.0.RC1
5 years ago
buildmaster
64d63cbb39
Going back to snapshots
5 years ago
buildmaster
d963ebd0f0
Update SNAPSHOT to 2.2.0.M3
5 years ago
Robert Resch
1e1562b24a
FeignClientBuilder.Builder should always return the generic builder ( #215 )
...
* FeignClientBuilder should always return the generic builder
* Test also FeignClientBuilder.Builder ContextId
5 years ago
buildmaster
7eb7067752
Bumping versions
5 years ago
李家奉
bc4bfb5b7a
Fix FeignClientBuilder fallback ( #197 )
...
* fix FeignClientBuilder fallback
* Fix FeignClientBuilder fallback
* Fix FeignClientBuilder fallback
* Update FeignClientBuilderTests.java
* Update FeignClientBuilderTests.java
* Update FeignClientBuilderTests.java
5 years ago
Olga Maciaszek-Sharma
b2791605b7
Upgrade feign-core to 10.4.0. Fixes gh-220.
5 years ago
Ryan Baxter
eecc51e695
Upgrade to OpenFeign 10.4.0. Fixes #220
5 years ago
buildmaster
4e6c1b2d04
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
5 years ago
buildmaster
d8cdade30f
Going back to snapshots
5 years ago
buildmaster
b16904f15e
Update SNAPSHOT to 2.1.3.RELEASE
5 years ago
Olga Maciaszek-Sharma
96ae8479aa
Remove unused jersey dependency. Add dependency version for okhttp.
5 years ago
Marcin Grzejszczak
37fd2d4448
Hardcoded the jersey-apache-client4 version
5 years ago
buildmaster
c32b8568cf
Going back to snapshots
5 years ago
buildmaster
654479a696
Update SNAPSHOT to 2.2.0.M2
5 years ago
Spencer Gibb
35b9de7f6e
Updates to support latest hateoas changes.
5 years ago
buildmaster
2294dee616
Bumping versions
5 years ago
Glosur
2cdc1aceeb
Fix serialization of Pageable.unpaged
5 years ago
Glosur
ead4c47fcb
Fix serialization of Pageable.unpaged
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
Spencer Gibb
27380898a8
Updates to 2.1.3.BUILD-SNAPSHOT and build to 2.1.7
5 years ago
buildmaster
d5031f8618
Bumping versions to 2.1.4.BUILD-SNAPSHOT after release
5 years ago
buildmaster
b5539198e6
Going back to snapshots
5 years ago
buildmaster
36d63a1b9f
Update SNAPSHOT to 2.1.2.RELEASE
5 years ago
hectorespert
2e8a5833a9
Fix GH-127 add support for HATEOAS ( #140 )
...
* Fix gh-127, HATEOAS support
* Fix gh-127, HATEOAS support tests
* Add DefaultCurieProvider for HAL Jackson http converter
6 years ago
buildmaster
c4284683ad
Bumping versions to 2.1.3.BUILD-SNAPSHOT after release
6 years ago
buildmaster
21805a9989
Going back to snapshots
6 years ago
buildmaster
b1a8917796
Update SNAPSHOT to 2.1.2.RELEASE
6 years ago
Zhan Bin
f76a81fe6b
Improve pageable parameter names. ( #181 )
...
Improve pageable parameter names by reusing spring boot properties.
6 years ago
Jánoky László Viktor
3a60921794
Overridable QueryMapEncoder ( #183 )
...
Added the possibility to override the default QueryMapEncoder by defining a custom one in the ApplicationContext.
6 years ago
Ryan Baxter
e531539e77
Fixing formatting
6 years ago
Ryan Baxter
2e21175087
Formatting
6 years ago
Ryan Baxter
10dda1601e
Remove test, as the framework now catches this case at startup.
6 years ago
Olga Maciaszek-Sharma
15be7111ec
Upgrade openfeign to 10.2.3 and feign-form to 3.8.0. ( #185 )
...
Fixes gh-143.
6 years ago
Olga Maciaszek-Sharma
35ec2913d9
Fix handling adding multiple parametrs for key. Fixes gh-171. ( #172 )
6 years ago
Ryan Baxter
4092cb10cc
Fixing tests
6 years ago
Ryan Baxter
05893e57e7
Fixing test failures
6 years ago
Spring Operator
09f9382a51
URL Cleanup ( #163 )
...
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://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://maven.apache.org/xsd/maven-4.0.0.xsd with 5 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 10 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
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
Ryan Baxter
fff4975c1e
Fixing test
6 years ago
Spring Operator
5a54a612cf
URL Cleanup ( #158 )
...
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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 114 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
6 years ago
Spring Operator
75faca6c17
URL Cleanup ( #157 )
...
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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 114 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
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
Spring Operator
43c53739cf
URL Cleanup ( #153 )
...
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://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://maven.apache.org/xsd/maven-4.0.0.xsd with 5 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 10 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
6 years ago
Marcin Grzejszczak
33fa5b1b6b
Bumped openfeign to 2.2.0
6 years ago