Olga MaciaszekSharma
|
b4fb3fe7b4
|
Refactor.
|
2021-03-01 15:35:49 +01:00 |
|
Olga MaciaszekSharma
|
b8129f52b7
|
Use delegate in RetryableFeignLoadBalancer when url present. Fixes gh-494.
|
2021-03-01 15:19:20 +01:00 |
|
Olga Maciaszek-Sharma
|
bbef08205d
|
Use CircuitBreaker even when no fallback. (#466)
|
2021-01-22 16:53:32 +01:00 |
|
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
|
2019-03-20 10:29:58 -04:00 |
|
Spencer Gibb
|
d01bcdf29c
|
Adds support for Iterable but not Collection parameters.
This was removed as part of #48.
fixes gh-135
|
2019-03-04 17:48:23 -05:00 |
|
Ryan Baxter
|
4ac6429152
|
Polishing checkstyle
|
2019-02-26 20:24:00 -05:00 |
|
charliemordant
|
6e0e63644b
|
checkstyle rules applied to pageable support
|
2019-02-17 12:43:30 +01:00 |
|
Marcin Grzejszczak
|
c8c7452848
|
Added checkstyle
|
2019-02-05 18:46:31 +01:00 |
|