Spring Operator
36cc521a81
URL Cleanup ( #148 )
...
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://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).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences 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 with 1 occurrences 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 with 2 occurrences 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 with 10 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
6 years ago
buildmaster
3a79850467
Bumping versions to 2.0.4.BUILD-SNAPSHOT after release
6 years ago
buildmaster
117e2c2b01
Going back to snapshots
6 years ago
buildmaster
80de4e6b66
Update SNAPSHOT to 2.0.3.RELEASE
6 years ago
buildmaster
5f4acbe80e
Bumping versions
6 years ago
wzslw
88a6682f46
Update pom.xml ( #88 )
...
Remove duplicate dependency
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
9fc19bb6fe
Updating dependencies. Fixes #68
7 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.
7 years ago
buildmaster
34cb91bc4c
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
7 years ago
buildmaster
58dc45d230
Going back to snapshots
7 years ago
buildmaster
80af701ccf
Update SNAPSHOT to 2.0.1.RELEASE
7 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
Spencer Gibb
674b88b467
Updates to s-c-build 2.0.2.BUILD-SNAPSHOT
7 years ago
buildmaster
af02a8c692
Going back to snapshots
7 years ago
buildmaster
21be1e129c
Update SNAPSHOT to 2.0.0.RC2
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