Olga Maciaszek-Sharma
252f118bba
Merge remote-tracking branch 'origin/2.2.x'
...
# Conflicts:
# spring-cloud-openfeign-core/src/main/java/org/springframework/cloud/openfeign/FeignCircuitBreaker.java
# spring-cloud-openfeign-core/src/test/java/org/springframework/cloud/openfeign/circuitbreaker/CircuitBreakerTests.java
# src/checkstyle/checkstyle-suppressions.xml
2021-01-22 17:09:30 +01:00
Olga Maciaszek-Sharma
bbef08205d
Use CircuitBreaker even when no fallback. ( #466 )
2021-01-22 16:53:32 +01:00
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.
2020-02-22 14:11:30 +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
Dave Syer
3dd15621dc
Move docs to submodule for multi-module projects
2014-10-06 15:02:28 +01:00
Dave Syer
3668e2ad2b
Update travis build for docs sync
2014-10-06 09:15:55 +01:00
Dave Syer
c52dea33f0
Add stuff from article to docs
2014-10-03 11:09:45 +01:00
Spencer Gibb
03e6308335
remove the list of serviceIds and add ServiceListInitializer
2014-10-02 00:42:40 -06:00
Spencer Gibb
2daeed6c00
added some examples to docs
2014-10-01 22:26:56 -06:00
Dave Syer
31bc482a90
Fix Guardfile
2014-10-01 15:00:37 +01:00
Dave Syer
74828ab89f
Fix Guardfile
2014-10-01 14:56:30 +01:00
Dave Syer
9f8b56d3d5
Make readme generator more flexible
2014-09-29 16:44:15 +01:00
Dave Syer
1cea38f312
Fix comment pre-amble in README
2014-09-29 14:46:59 +01:00
Dave Syer
563df2a975
Move README to src/main/asciidoc
2014-09-29 14:12:56 +01:00
Dave Syer
edc8fffe5e
Move adoc to asciidoc
2014-09-29 12:09:19 +01:00
Dave Syer
21eb52fa27
Ensure server port is registered late enough with Eureka server
...
Because we were using Lifecycle to kick off the eureka registration the
local server port wasn't available yet. The change is to use an
ApplicationListener and listen for the event that contains the container
with its port instead.
Fixes gh-15
2014-09-29 10:52:37 +01:00
Spencer Gibb
998b7dc784
move netflix code from sandbox
2014-07-11 15:53:27 -06:00
Dave Syer
d454e42ac9
Add enabled flag
2014-07-11 17:25:43 +01:00
Dave Syer
800acce4bd
Add @Conditionals to EurekaClientAutoConfiguration
2014-07-11 17:04:15 +01:00
Dave Syer
8b199c5c73
Use Environment for defaulting app name and port
2014-07-11 16:59:32 +01:00
Dave Syer
5ee8c8c846
Initial version with client autoconfig
2014-07-11 16:46:38 +01:00