- 23 Oct, 2017 1 commit
-
-
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
-
- 18 Oct, 2017 1 commit
-
- 17 Oct, 2017 1 commit
-
-
Spencer Gibb authored
-
- 25 Sep, 2017 2 commits
-
-
Andre Dörnbrack authored
Modfied RibbonCommandContext to make request entity resettable. fixes gh-892
-
Ryan Baxter authored
* Remove @EnableDiscoveryClient and @EnableEurekaClient as there are now optional. Fixes #2241.
-
- 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.
-
- 11 Sep, 2017 1 commit
-
-
spccold authored
* simplify org.springframework.cloud.netflix.zuul.filters.ProxyRequestHelper#setResponse * Update ProxyRequestHelper.java
-
- 08 Sep, 2017 1 commit
-
-
Ryan Baxter authored
-
- 07 Sep, 2017 1 commit
-
-
Dominik Mostek authored
Cause can now be propagated to fallback provider in order to respond accordingly to a exception type. New interface is introduced in order not to break any existing falback providers.
-
- 31 Aug, 2017 3 commits
-
-
Tom Cawley authored
* Introduce getRoutesMap() so subclasses can have read/write access to configured/discovered routes.
-
Spencer Gibb authored
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 17 Aug, 2017 1 commit
-
-
Biju Kunjummen authored
-
- 10 Aug, 2017 1 commit
-
-
Spencer Gibb authored
Otherwise useServlet31 was always returning false. fixes gh-2196
-
- 04 Aug, 2017 2 commits
-
-
Biju Kunjummen authored
Signed-off-by:
João Salavessa <joao.salavessa@sky.uk>
-
Olivier Bourgain authored
-
- 21 Jul, 2017 1 commit
-
-
Daniel Lavoie authored
Fixes gh-665
-
- 20 Jul, 2017 1 commit
-
-
Spencer Gibb authored
On certain platforms and compilers the generated bytecode is not what the configuration expected. By moving inner classes to the upper level and using @Import this will guarantee the proper order. fixes gh-2086
-
- 19 Jul, 2017 1 commit
-
-
Spencer Gibb authored
On certain platforms and compilers the generated bytecode is not what the configuration expected. By moving inner classes to the upper level and using @Import this will guarantee the proper order. fixes gh-2086
-
- 13 Jul, 2017 1 commit
-
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 11 Jul, 2017 1 commit
-
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 09 Jul, 2017 1 commit
-
-
Ryan Baxter authored
Takes advantage of new builder pattern. Also reverted elimination of properties for feign and ribbon.
-
- 08 Jul, 2017 1 commit
-
-
Gregor Zurowski authored
Add a parameter to control the level of details returned with the routes actuator endpoint. If requested, return all available Zuul route details including ID, prefix, sensitive headers, etc. Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 07 Jul, 2017 3 commits
-
-
Eko Kurniawan Khannedy authored
* add feign client properties * configure feign builder from properties if exists * change string config to class config and add unit test for feign client using configuration properties * refactoring and add primary flag configuration * add decode404 in feign client configuration properties * change unit test properties decode404 to true * remove lombok from FeignClientProperties and change primary attribute to default-to-properties fixes gh-1931
-
Biju Kunjummen authored
* Support for re-writing Location Headers * Added additional constructor for Route, removed auto-configuration of LocationRewriteFilter * Polished docs, more tests
-
Ryan Baxter authored
-
- 06 Jul, 2017 1 commit
-
-
Gregor Zurowski authored
Signed-off-by:
Gregor Zurowski <gregor@zurowski.org>
-
- 01 Jul, 2017 1 commit
-
-
Yongsung Yoon authored
* Add options for RibbonCommand to use separate thread pools for hystrix * Remove lombok annotation and Add getter/setter for ZuulProperties$HystrixThreadPool * Add doc about how to configure hystrix thread pools in Zuul Developer Guide * Add testcases for HystrixThreadPoolKey of RibbonCommand * Tiny change about if block in AbstractRibbonCommand
-
- 30 Jun, 2017 1 commit
-
-
Spencer Gibb authored
fixes gh-2063
-
- 28 Jun, 2017 2 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
- 15 Jun, 2017 1 commit
-
-
Piotr Mionskowski authored
existing strategy if present. Fixes #2035
-
- 09 Jun, 2017 4 commits
-
-
André Dörnbrack authored
-
Dave Syer authored
-
André Dörnbrack authored
-
André Dörnbrack authored
-
- 08 Jun, 2017 3 commits
-
-
Ryan Baxter authored
-
Ryan Baxter authored
-
Spencer Gibb authored
-
- 07 Jun, 2017 1 commit
-
-
Jin Zhang authored
-