Ryan Baxter
9ce253b644
Update SNAPSHOT to 1.3.3.RELEASE
2017-08-18 07:51:04 -04:00
Ryan Baxter
ed57c8f0fa
Merge pull request #2208 from ryanjbaxter/document-https-hystrix-dashboard
...
Document untrusted certificates when connecting to hystrix.stream endpoint
2017-08-17 14:32:52 -04:00
Ryan Baxter
07b99704ee
Fixes #1523 . Document untrusted certificates when connecting to hystrix.stream endpoint.
2017-08-17 14:02:14 -04:00
Biju Kunjummen
9440e4d153
Fixes #2083 . Porting #1916 to the 1.3.x branch.
2017-08-17 12:29:23 -04:00
Spencer Gibb
c2aa60f292
Update test of setContentLengthLong to include param.
...
Otherwise useServlet31 was always returning false.
fixes gh-2196
2017-08-10 13:58:45 -06:00
Ryan Baxter
040ce4db81
Merge pull request #2177 from repos-jmp/1.3.x
...
Fixes gh-2125
2017-08-04 10:51:08 -04:00
Jayanth MP
099c9024bb
Fixes gh-2125
...
(Updated okhttp3 from v3.6.0 to v3.8.1)
2017-08-02 17:24:19 +05:30
Spencer Gibb
1d6b47ceef
Bumping versions to 1.3.3.BUILD-SNAPSHOT after release
2017-07-20 11:39:09 -06:00
Spencer Gibb
cda1c876b2
Going back to snapshots
2017-07-20 11:39:08 -06:00
Spencer Gibb
6112ea2558
Update SNAPSHOT to 1.3.2.RELEASE
2017-07-20 11:30:44 -06:00
Spencer Gibb
97f1655ff7
Ensure ordering of feign ribbon client configuration.
...
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
2017-07-20 10:02:05 -06:00
Spencer Gibb
6b530b0269
Ensure ordering of ribbon client configuration.
...
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
2017-07-19 12:11:07 -06:00
Jayanth
e525ab7d64
Hystrix open threshold documentation ( #2136 )
...
fixes gh-1943
2017-07-18 17:18:01 -04:00
Spencer Gibb
afc8a99d7e
Add @NestedConfigurationProperty to transport.
...
Needed in `EurekaClientConfigBean` because `CloudEurekaTransportConfig` is a separate class.
Fixes gh-2138
2017-07-18 10:56:41 -06:00
Spencer Gibb
86b1f6ede3
Make aspect method public
...
fixes gh-2063
2017-06-30 17:10:27 -06:00
Ryan Baxter
003fefa61d
Bumping release version
2017-06-19 14:04:29 -04:00
Ryan Baxter
9a878b0fbd
Merge pull request #2044 from bright/override_all_hystrix_concurrency_strategy_methods
...
Override getThreadPool from HystrixConcurrencyStrategy and delegate to
2017-06-16 11:27:06 -04:00
Piotr Mionskowski
779b026e6b
Override getThreadPool from HystrixConcurrencyStrategy and delegate to
...
existing strategy if present. Fixes #2035
2017-06-15 06:06:58 +02:00
Dave Syer
aac7799e3e
Clean up Zuul context in all tests
2017-06-13 13:57:16 +01:00
Dave Syer
4783b07407
Support for multi-valued (batched) events in stream aggregator
...
This allows clients to send batched up events in the same format as
before (or to continue to send single events). We can switch the
default format to an array in 1.4.x.
2017-06-12 15:44:35 +01:00
André Dörnbrack
0334c5a289
Cleanup. Cherry picking #2031 .
2017-06-09 12:42:12 -04:00
André Dörnbrack
12a9a2e485
code cleanup
2017-06-09 12:34:04 -04:00
Dave Syer
a59f5e1c4f
Clean up some resources to keep tests running
2017-06-09 13:24:57 +01:00
Ryan Baxter
f0b424c84f
Merge pull request #2021 from ryanjbaxter/response-code-retry-close-wait
...
Close response when retry on certain status codes
2017-06-08 13:47:27 -04:00
Spencer Gibb
a69fe71406
Make archaius highest priority auto-configuration.
2017-06-08 11:35:05 -06:00
Ryan Baxter
0b2fc81be4
Closing response in Feign load balancer
2017-06-06 10:44:42 -04:00
Spencer Gibb
e08a6e8a48
Move zuul host routing timeouts to boot properties.
...
Previously, these were managed directly via archaius, but due to
some combination of changes in boot 1.5.x (likely a tomcat change as
zuul filters were initialzed in a servlet context listener) and Dalston,
The filter was created before archaius could be initialized.
The properties are backwards compatible and are in the
`ZuulProperties.Host` object.
fixes gh-1950
2017-06-05 16:40:12 -06:00
Ryan Baxter
7d06c140fa
Close response when retry on certain status codes. Fixes #1970 .
2017-06-05 14:36:49 -04:00
Ryan Baxter
562e604cee
Merge pull request #2002 from ryanjbaxter/deprecate-RetryableStatusCodeException
...
Deprecates RetryableStatusCodeException
2017-05-31 16:33:58 -04:00
Ryan Baxter
cb3613db71
Fixing typo
2017-05-31 14:35:38 -04:00
Ryan Baxter
7dbfe15d1a
Deprecates RetryableStatusCodeException in favor of the same class in s-c-commons
2017-05-31 14:22:15 -04:00
Spencer Gibb
7425f974cb
Adds timeout test.
...
see gh-1950
2017-05-25 14:51:58 -06:00
Spencer Gibb
58e62ebd06
Bumping versions to 1.3.2.BUILD-SNAPSHOT after release
2017-05-22 12:18:04 -06:00
Spencer Gibb
0de72d2dad
Going back to snapshots
2017-05-22 12:18:03 -06:00
Spencer Gibb
7898ad772b
Update SNAPSHOT to 1.3.1.RELEASE
2017-05-22 12:09:31 -06:00
Spencer Gibb
25a1881127
Ignore feign.hystrix.enabled.
...
Let SecurityContextConcurrencyStrategy be installed as the hystrix
concurrency strategy regardless of if feign's hystrix support is installed.
fixes gh-1969
2017-05-22 09:47:49 -06:00
Spencer Gibb
34350cb7ec
Merge branch 'strelok1-master'
2017-05-19 19:00:24 -06:00
Roman Rodov
e130ec03ad
Add management.context-path to status & health url
...
fixes gh-1795
2017-05-19 18:59:37 -06:00
Spencer Gibb
0cd544b4ce
Merge branch 'lalib-gh-1720'
2017-05-19 18:22:26 -06:00
balp
6362be8196
Adds ability to customize simple host conn pool
...
The timeToLive and timeUnit parameters added to configure connection pool.
Fixes gh-1720
2017-05-19 18:22:04 -06:00
Biju Kunjummen
aa4d9d62bc
Test for validating that local service instance resolves for hystrix metrics ( #1922 )
2017-05-19 18:40:49 -04:00
Spencer Gibb
cd44a52084
Update feign to 9.5.0
...
fixes gh-1956
2017-05-16 21:07:19 -06:00
Spencer Gibb
98fd3c7379
Upgrade Hystrix to v1.5.12
...
fixes gh-1955
2017-05-16 19:52:41 -06:00
Luke Tornquist
73b5609e63
Allow easier subclassing of SimpleRouteLocator
...
Fixes gh-1598
2017-05-15 14:48:15 -04:00
Jin Zhang
fe06370aa2
correct comments in FeignClient, SendResponseFilter, RibbonRoutingFilter ( #1935 )
2017-05-15 13:44:14 -04:00
Spencer Gibb
a1b1a7d702
Moves EurekaHealthIndicator creation to auto config.
...
Fixes a race condition introduced in 1.3.0
fixes gh-1933
2017-05-15 10:04:31 -06:00
Ryan Baxter
ccdf0d9f95
Removing duplicate and incorrect dependency. Fixes #1941 .
2017-05-15 10:48:39 -04:00
Ryan Baxter
287ce9c0ff
Merge pull request #1877 from yongsungyoon/master
...
Add @Component for Feign Hystrix Fallback example in doc
2017-05-11 11:40:39 -04:00
윤용성(Yongsung Yoon)/개발혁신팀/SKP
b8ed846247
Update docs to indicate the need of declaring feign's fallback implementation as a Spring bean
2017-05-11 11:29:59 +09:00
Ryan Baxter
2a9a62d0f6
Merge pull request #1926 from TheSentinel454/issues_1676_wildcard_type_support
...
Add support for Wildcard Types in Feign Client. Fixes gh-1676
2017-05-10 16:04:38 -04:00