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
Spring Operator
115e87b6ce
URL Cleanup ( #144 )
...
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://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
6 years ago
Marcin Grzejszczak
33fa5b1b6b
Bumped openfeign to 2.2.0
6 years ago
Marcin Grzejszczak
2c824ff39c
HTTP to HTTPS
6 years ago
buildmaster
6f9e1f63dc
Bumping versions to 2.1.2.BUILD-SNAPSHOT after release
6 years ago
buildmaster
7a6c0a42f6
Going back to snapshots
6 years ago
buildmaster
d73c61f0f0
Update SNAPSHOT to 2.1.1.RELEASE
6 years ago
Spencer Gibb
d01bcdf29c
Adds support for Iterable but not Collection parameters.
...
This was removed as part of #48 .
fixes gh-135
6 years ago
Marcin Grzejszczak
47f2850751
ConditionalOnClass on a method should not use a class
6 years ago
Ryan Baxter
702e1c7340
Merge branch 'Tcharl-1604'
6 years ago
Ryan Baxter
4ac6429152
Polishing checkstyle
6 years ago
charliemordant
6e0e63644b
checkstyle rules applied to pageable support
6 years ago
charliemordant
f8352de786
merge conflicts
6 years ago
Marcin Grzejszczak
c8c7452848
Added checkstyle
6 years ago
Olga Maciaszek-Sharma
1f37891ffe
Fixes gh-107 ( #113 )
...
* Fixes gh-107
* Remove unnecessary assignment.
6 years ago
charliemordant
505a83e6a4
registers PageJacksonModule in FeignClientConfiguration
6 years ago
charliemordant
76dbc7d21f
Merge branch 'master' of github.com:spring-cloud/spring-cloud-openfeign into 1604
6 years ago
buildmaster
b176e3a958
Bumping versions
6 years ago
buildmaster
eb7e4d3082
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
6 years ago
buildmaster
c76b02b8a3
Going back to snapshots
6 years ago
buildmaster
c1418bafee
Update SNAPSHOT to 2.1.0.RELEASE
6 years ago
Frank Pavageau
67fa03dcd9
Upgrade feign-form to 3.5.0 ( #106 )
...
The earlier versions are not compatible with Feign 10.1.0 when using the
form encoder.
Fixes #105
6 years ago
Spencer Gibb
5804d12511
Bumps spring cloud build to 2.1.2.BUILD-SNAPSHOT
6 years ago
charliemordant
23ec2a1c43
License headers
6 years ago
Ryan Baxter
d148672e13
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
a693c30930
Add null check for retry policy. Fixes #101
6 years ago
Piotr Smolarski
e227808b9d
Support Multiple Clients Using The Same Service ( #90 )
...
* Use serviceId as url target if present.
Fixes gh-67
* Code review fixes and improvements
* Fix test
* Add contextId to override bean name of feign client and its configuration.
* Add documentation
* Add contextId example to documentation
6 years ago
charliemordant
642d3e6961
Spring data pageable support
6 years ago
buildmaster
3051c4c1fd
Going back to snapshots
6 years ago
buildmaster
fb6676d634
Update SNAPSHOT to 2.1.0.RC3
6 years ago
Ryan Baxter
c1bbb9cbb3
Updating API usage for Boot 2.1.x.
6 years ago
Spencer Gibb
e65f78f06b
Merge branch '2.0.x'
6 years ago
Ryan Baxter
4e7e187323
Fix bug where host contains protocol characters ( #97 )
...
Fixes #94
6 years ago
Olga Maciaszek-Sharma
a1a45125ea
Upgrade openfeign to 10.1.0 ( #95 )
...
Upgrade to OpenFeign 10.1.0
6 years ago
Ryan Baxter
b00abe7b68
Fixing docs
6 years ago
buildmaster
b9cb792820
Going back to snapshots
6 years ago
buildmaster
a38ebe40c8
Update SNAPSHOT to 2.1.0.RC2
6 years ago
buildmaster
a064530141
Going back to snapshots
6 years ago
buildmaster
61afb5dcd6
Update SNAPSHOT to 2.1.0.RC1
6 years ago
Ryan Baxter
20017afdca
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
wzslw
88a6682f46
Update pom.xml ( #88 )
...
Remove duplicate dependency
6 years ago
Ryan Baxter
f267c2255b
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
dd7b869a12
Uncommenting assert
6 years ago
Momo
d46fb3a92e
Add support for feign's QueryMap annotation for Object mapping ( #79 )
...
* Add QueryMapParameterProcessor
* Add license to QueryMapParameterProcessor
* Use SpringQueryMap instead of QueryMap. Add test.
* Add documentation and license to SpringQueryMap
* SpringQueryMap docs
* Fix typos
6 years ago
buildmaster
cc2fe823c3
Going back to snapshots
6 years ago
buildmaster
f1975e5200
Update SNAPSHOT to 2.1.0.M2
6 years ago
buildmaster
5ddd771ed5
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
6 years ago
buildmaster
9f9c41ab59
Going back to snapshots
6 years ago
buildmaster
4dd68ca2f2
Update SNAPSHOT to 2.0.2.RELEASE
6 years ago
Ryan Baxter
af094d0bfc
Remove rogue content in docs
6 years ago