Ryan Baxter
0d19a55ddd
Merge pull request #2120 from gzurowski/remove-lombok-log-from-eureka-client
...
Remove Lombok logging from spring-cloud-netflix-eureka-client module
7 years ago
Ryan Baxter
ceef16f0c8
Merge pull request #2121 from gzurowski/remove-lombok-log-from-eureka-server
...
Remove Lombok logging from spring-cloud-netflix-eureka-server module
7 years ago
Ryan Baxter
187f34dfee
Merge pull request #2122 from gzurowski/remove-lombok-log-from-core
...
Remove Lombok logging from spring-cloud-netflix-core module
7 years ago
Ryan Baxter
96b1e40c0a
Merge pull request #2123 from gzurowski/fix-maven-warnings
...
Fix Maven warnings about missing plugin versions
7 years ago
Gregor Zurowski
63d77a8b81
Fix Maven warnings about missing plugin versions
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Gregor Zurowski
8022342e81
Remove Lombok logging from spring-cloud-netflix-eureka-server module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Gregor Zurowski
6379e15ce1
Remove Lombok logging from spring-cloud-netflix-eureka-client module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Gregor Zurowski
5b075623ff
Remove Lombok logging from spring-cloud-netflix-core module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Marco Schulte
46cbaa053c
Fixed NPE if origin is unset ( #2100 )
7 years ago
Ryan Baxter
ffc33b4c69
Merge pull request #2105 from gzurowski/routes-endpoint-details
...
Provide more Zuul route details in the routes actuator endpoint
7 years ago
Ryan Baxter
1d3773ab5e
Merge pull request #2111 from gzurowski/remove-lombok-from-turbine-stream
...
Remove Lombok from spring-cloud-netflix-turbine-stream module
7 years ago
Ryan Baxter
a968b4bec8
Merge pull request #2112 from gzurowski/remove-lombok-from-turbine
...
Remove Lombok from spring-cloud-netflix-turbine module
7 years ago
Ryan Baxter
65902d11e4
Merge pull request #2113 from gzurowski/remove-lombok-from-sidecar
...
Remove Lombok from spring-cloud-netflix-sidecare module
7 years ago
Ryan Baxter
050dc31c97
Merge pull request #2114 from gzurowski/remove-lombok-from-hystrix-dashboard
...
Remove Lombok from spring-cloud-netflix-hystrix-dashboard module
7 years ago
Gregor Zurowski
aae96faa76
Remove Lombok from spring-cloud-netflix-hystrix-dashboard module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Gregor Zurowski
0dea44acf4
Remove Lombok from spring-cloud-netflix-turbine module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Gregor Zurowski
b158f6f2b7
Remove Lombok from spring-cloud-netflix-turbine-stream module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Ryan Baxter
11da3d4e3c
Merge remote-tracking branch 'Upstream/master' into http-client-centralization
7 years ago
Gregor Zurowski
5f4fc247a4
Remove Lombok from spring-cloud-netflix-sidecare module
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Ryan Baxter
78ba3c5394
Cleanup and code review fixes.
7 years ago
Gregor Zurowski
781fa3ea0c
Add documentation about the detailed output of the routes endpoint
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Gregor Zurowski
a08b661af6
Remove usage of Lombok
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Ryan Baxter
d0009ba05a
Merge pull request #2087 from brenuart/gh1534
...
React on ContextClosedEvent only if from "our" context
7 years ago
Ryan Baxter
ab9b5ba3ec
Merge pull request #2104 from gzurowski/use-filter-constants
...
Use filter constants where appropriate
7 years ago
Ryan Baxter
70d39aae7b
Merge pull request #2107 from yongsungyoon/fix-compile-error-on-ejc
...
Fix compilation problem on eclipse java compiler
7 years ago
Ryan Baxter
56ccc46f5f
Added documentation
7 years ago
Ryan Baxter
ff33905704
Updating property names
7 years ago
Ryan Baxter
69739420fa
Takes advantage of new builder pattern. Also reverted elimination of properties for feign and ribbon.
7 years ago
Yongsung Yoon
2b593bc742
Fix compilation problem on eclipse java compiler
7 years ago
Gregor Zurowski
eb1b7baf1c
Provide more Zuul route details in the routes actuator endpoint
...
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>
7 years ago
Gregor Zurowski
05eef0e8f5
Use filter constants
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Eko Kurniawan Khannedy
c2c634707e
FeignClient Configuration Properties ( #1942 )
...
* 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
7 years ago
Biju Kunjummen
0579b326be
Support for re-writing Location Headers ( #1863 )
...
* Support for re-writing Location Headers
* Added additional constructor for Route, removed auto-configuration of LocationRewriteFilter
* Polished docs, more tests
7 years ago
Gregor Zurowski
70a26fec26
Use static import for constants ( #2103 )
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Ryan Baxter
02ec9bb98e
Merge remote-tracking branch 'Upstream/master' into http-client-centralization
7 years ago
Ryan Baxter
b2f608b884
OK HTTP Client changes
7 years ago
Gregor Zurowski
a496dc8170
Use constant utility classes instead of constant interfaces ( #2081 )
...
Signed-off-by: Gregor Zurowski <gregor@zurowski.org>
7 years ago
Bertrand Renuart
8ad15399d6
React on ContextClosedEvent only if originating from "our" context (not another like a child)
7 years ago
Yongsung Yoon
8e11514e7c
Add options for RibbonCommand to use separate thread pools for hystrix ( #2074 )
...
* 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
7 years ago
Spencer Gibb
89cb5573d9
bump commons to 1.3.0ˆ
7 years ago
Spencer Gibb
5856d76e65
Merge branch '1.3.x'
7 years ago
Spencer Gibb
86b1f6ede3
Make aspect method public
...
fixes gh-2063
7 years ago
Ryan Baxter
572305d7c8
Fixing code formatting
7 years ago
Ryan Baxter
2aa93abc0f
Centralizing HTTP client creation and configuration
7 years ago
Ryan Baxter
e2954d0117
Merge pull request #2059 from brandon-atkinson/gh-2042
...
Rename *Test.java -> *Tests.java. Fixes #2042
8 years ago
Brandon Atkinson
497b95ec64
Rename *Test.java -> *Tests.java. Fixes #2042
8 years ago
Ryan Baxter
02e7594de5
Bumping s-c-stream to Ditmars
8 years ago
Ryan Baxter
7efa68e853
Merge remote-tracking branch 'origin/1.3.x'
8 years ago
Ryan Baxter
003fefa61d
Bumping release version
8 years ago
Ryan Baxter
5c035768b0
Merge remote-tracking branch 'origin/1.3.x'
8 years ago