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
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
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
c8c7452848
Added checkstyle
6 years ago
charliemordant
505a83e6a4
registers PageJacksonModule in FeignClientConfiguration
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
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
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
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
buildmaster
71675455a3
Going back to snapshots
6 years ago
buildmaster
a39e6316b5
Update SNAPSHOT to Greenwich.M1
6 years ago
Eugene
e0bf63bed1
Added support for MultipartFile ( #66 )
...
Fixes gh-62
### Notes
The solution is based on
```
<dependency>
<groupId>io.github.openfeign.form</groupId>
<artifactId>feign-form-spring</artifactId>
<version>3.3.0</version>
</dependency>
```
Class `feign.form.spring.SpringFormEncoder` was added inside `org.springframework.cloud.openfeign.support.SpringEncoder` because it's doesn't has some checks:
1. Check of `bodyType` on null.
`org.springframework.cloud.openfeign.support.SpringEncoder#encode` don't handle situation when `bodyType` is null.
2. No check for content type `multipart/form-data` in header.
`feign.form.FormEncoder` requires `multipart/form-data` in header for proper processing.
All this checks added and tests are passed.
6 years ago
Nicklas Holm
a33fd6d869
Add spring boot configuration processor. Fixes #63 ( #64 )
6 years ago
Spencer Gibb
88fae41f02
Updates to work with boot 2.1.0
6 years ago
buildmaster
34cb91bc4c
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
6 years ago
buildmaster
58dc45d230
Going back to snapshots
6 years ago
buildmaster
80af701ccf
Update SNAPSHOT to 2.0.1.RELEASE
6 years ago
Ryan Baxter
69461d4385
Adding spring boot autoconfigure processor. Fixes #43 .
6 years ago
buildmaster
51ad63231d
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
7 years ago
buildmaster
6c09501d77
Going back to snapshots
7 years ago
buildmaster
7e1c91c8b8
Update SNAPSHOT to 2.0.0.RELEASE
7 years ago
buildmaster
af02a8c692
Going back to snapshots
7 years ago
buildmaster
21be1e129c
Update SNAPSHOT to 2.0.0.RC2
7 years ago
Ryan Baxter
01a2cda776
Remove misplaced StringEncoder setting when dealing with protobuf. Porting change from sc-netflix #2453
7 years ago
buildmaster
f4fc531857
Going back to snapshots
7 years ago
buildmaster
596b42291f
Update SNAPSHOT to 2.0.0.RC1
7 years ago
buildmaster
17fa94f704
Going back to snapshots
7 years ago
buildmaster
baf92c8226
Update SNAPSHOT to 2.0.0.M2
7 years ago
buildmaster
d68016149d
Going back to snapshots
7 years ago
buildmaster
92ccccac2f
Update SNAPSHOT to 2.0.0.M1
7 years ago
Ryan Baxter
139cc9dab4
Changes and new tests from Netflix
7 years ago
Ryan Baxter
217443048f
openfeign project
7 years ago
buildmaster
3c0c054d62
Bumping versions to 1.4.3.BUILD-SNAPSHOT after release
7 years ago
buildmaster
3a07faf23a
Going back to snapshots
7 years ago
buildmaster
0bfa706a39
Update SNAPSHOT to 1.4.2.RELEASE
7 years ago