Olga MaciaszekSharma
835b9b5746
Fix checkstyle.
1 year ago
Olga Maciaszek-Sharma
a29f28506f
Remove vulnerable transitive dependency.
3 years ago
Olga MaciaszekSharma
b4fb3fe7b4
Refactor.
4 years ago
Olga MaciaszekSharma
b8129f52b7
Use delegate in RetryableFeignLoadBalancer when url present. Fixes gh-494.
4 years ago
Olga Maciaszek-Sharma
bbef08205d
Use CircuitBreaker even when no fallback. ( #466 )
4 years ago
Olga Maciaszek-Sharma
efe264d2bb
Adjust to ribbon changes in commons ( #300 )
...
* Adjust to Ribbon changes in commons.
* Switch to using LoadBalancerClient bean instead of BlockingLoadBalancerClient bean following changes in commons. Remove references of Ribbon from docs and javadocs.
5 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
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
Spencer Gibb
d01bcdf29c
Adds support for Iterable but not Collection parameters.
...
This was removed as part of #48 .
fixes gh-135
6 years ago
Ryan Baxter
4ac6429152
Polishing checkstyle
6 years ago
charliemordant
6e0e63644b
checkstyle rules applied to pageable support
6 years ago
Marcin Grzejszczak
c8c7452848
Added checkstyle
6 years ago