- 19 Dec, 2017 1 commit
-
-
Tim Ysewyn authored
* Added util method to upgrade the connection to a secure one. - Adds support for websocket URIs - Fixes bug where a non-secure scheme other than http would be changed to https - Deprecated `updateToHttpsIfNeeded` in favor of `updateToSecureConnectionIfNeeded` * Expect http when no scheme was set * Skip update to secure connection when the uri is empty
-
- 08 Dec, 2017 1 commit
-
-
Ryan Baxter authored
* Fixes double encoding when creating secure URLs. Fixes #2478.
-
- 27 Nov, 2017 1 commit
-
-
Spencer Gibb authored
-
- 22 Nov, 2017 1 commit
-
-
Spencer Gibb authored
-
- 20 Nov, 2017 1 commit
-
-
Yongsung Yoon authored
* Add support loadBalancerKey in RibbonRoutingFilter * Add documentation about how to provide a loadBalancerKey to Ribbon * Add integrationtest for RibbonRoutingFilter's loadBalancerKey support
-
- 17 Nov, 2017 1 commit
-
-
Ryan Baxter authored
* Adds backoff policies when retrying requests. Fixes #2195 * fixing final variable
-
- 07 Nov, 2017 1 commit
-
-
Ryan Baxter authored
-
- 30 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 27 Oct, 2017 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 24 Oct, 2017 4 commits
-
-
Spencer Gibb authored
Lets user have full control over how the Observable is created with sane defaults for eager/non-eager cases.
-
Spencer Gibb authored
-
Stephane Maldini authored
- The fix adds a necessary buffer between the rx-rs adapter and the timeout operator introduced in AbstractCommand. Unfortunately, the hystrix operator does not comply with RS backpressure requirements. It will always request an unbounded demand to a source regardless of the command consumer demand. With this commit we protect RS adapter and downstream flow from overflow. Ideally a rework of the operator should be planned.
-
Spencer Gibb authored
-
- 23 Oct, 2017 2 commits
-
-
Spencer Gibb authored
-
Gregor Zurowski authored
* Add new Zuul filters endpoint and refactor routes endpoint * Refactor FiltersEndpoint - Extend from AbstractEndpoint and simplify code - Move tests classes into package endpoint - Remove usage of Lombok * Conditionally enable Zuul routes and filters endpoints * Provide FilterRegistry to FiltersEndpoint via constructor
-
- 19 Oct, 2017 2 commits
-
-
Spencer Gibb authored
Otherwise there would be an explosion of overloaded methods.
-
Spencer Gibb authored
-
- 18 Oct, 2017 1 commit
-
- 17 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 12 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 29 Sep, 2017 3 commits
-
-
Spencer Gibb authored
fixes gh-2298
-
Spencer Gibb authored
fixes gh-1982
-
Ryan Baxter authored
* Move Archaius to its own module. Fixes gh-2300\
-
- 28 Sep, 2017 6 commits
-
-
Spencer Gibb authored
fixes gh-2317
-
Spencer Gibb authored
fixes gh-2312
-
Spencer Gibb authored
fixes gh-2314
-
Spencer Gibb authored
-
Spencer Gibb authored
fixes gh-2309i
-
Ryan Baxter authored
-
- 26 Sep, 2017 2 commits
-
-
Spencer Gibb authored
-
Spencer Gibb authored
-
- 25 Sep, 2017 5 commits
-
-
Spencer Gibb authored
These things are now much better dealt with in Spring MVC and WebFlux
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Spencer Gibb authored
-
Andre Dörnbrack authored
Modfied RibbonCommandContext to make request entity resettable. fixes gh-892
-
- 22 Sep, 2017 1 commit
-
-
Matt Bray authored
According to: https://docs.spring.io/spring/docs/current/javadoc-api/org/springframework/web/bind/annotation/RequestMapping.html#headers-- the `headers` field can take several formats: 1. Require the header with a concrete value: `"My-Header=myValue"` 2. Require the header with any value: `"My-Header"` 3. Require the header is absent: `"!My-Header"` 4. Require the header with a negated value : `"My-Header!=myValue"` This fixes `parseHeaders` for cases 2-4 (which previously threw a `StringIndexOutOfBoundsException`). Fixes gh-1778.
-
- 21 Sep, 2017 2 commits