Spencer Gibb
014528285c
Migrates from ribbon to spring cloud loadbalancer
5 years ago
Spencer Gibb
08a5f8b2de
Removes hystrix and ribbon references
5 years ago
Spencer Gibb
7d57ec259e
Removes maintenance mode bits of ribbon and hystrix
5 years ago
Spencer Gibb
0b3c03dc74
Updates to 3.0.0
5 years ago
Spencer Gibb
5786283774
Replaces deprecations
5 years ago
Spencer Gibb
ce7e5316fd
Ignores NettyRoutingFilterTests
...
Test is flakey on Jenkins, fails with connection reset by peer.
5 years ago
Ryan Baxter
124603254d
Update autoconfiguration for circuitbreaker filters. Fixes #1526
5 years ago
Spencer Gibb
85193a0d98
Updates Netty*Filter classes to use DefaultDataBuffer.
...
This avoids class cast exceptions when using MockServerHttpResponse.
Fixes gh-1491
It may also work for Tomcat, Jetty and Undertow.
See gh-145
5 years ago
Spencer Gibb
fb465e2291
Ignore hystrix tests for now.
5 years ago
Spencer Gibb
64a579d68d
Adds max response header configuration.
...
fixes gh-1457
5 years ago
Ijiekhuamen Rex
ff55cb325f
Fixed a minor typo ( #1380 )
5 years ago
Ugnius Rumsevicius
4a33f1bfd2
Update appendix globalcors config property ( #1348 )
...
* Add missing config property to metadata json
* Update test config to dash-case
5 years ago
Spencer Gibb
3c778858c5
Makes constuctor parameters ObjectProvider so they are lazy.
...
This eliminates possible early initialization errors with the ConversionService.
Fixes gh-1510
5 years ago
buildmaster
068b3de9b1
Bumping versions to 2.2.2.BUILD-SNAPSHOT after release
5 years ago
buildmaster
db14c7ced3
Going back to snapshots
5 years ago
buildmaster
7caaecad22
Update SNAPSHOT to 2.2.1.RELEASE
5 years ago
Spencer Gibb
fde529624a
ignore flakey tests
5 years ago
Spencer Gibb
7aa2bc879c
formatting
5 years ago
Spencer Gibb
bc8f8f0bf9
Adds missing method implementations
5 years ago
Spencer Gibb
9f836fb42d
Fixes import ordering
5 years ago
Spencer Gibb
427983e550
Restores removed classes and marks them deprecated.
...
Fixes gh-1480
5 years ago
Spencer Gibb
c17ecae070
Ignores weight concurrency test
5 years ago
Spencer Gibb
6855e15cb3
Updates addWeightConfig to remove synchronized.
...
Instead of modifying GroupWeightConfigs create a new one and replace it.
Fixes gh-1459
5 years ago
Ryan Baxter
bb1f4a2e9e
Add utility method to remove routed attribute
5 years ago
Spencer Gibb
f86cc4d315
Changes from map() to doOnNext().
...
put() can return null if there was no entry, this caused intermittent NPE.
5 years ago
Spencer Gibb
81ff34f858
Makes CachingRouteLocator earlier for event listeners.
...
fixes gh-1377
5 years ago
Ryan Baxter
0732b51d10
Remove routed attribute when executing fallbacks in circuit breakers. Fixes #1421
5 years ago
Spencer Gibb
259d4bd8ad
Updates test to wait for results
...
fixes gh-1487
5 years ago
Spencer Gibb
7ed77bc56c
Adapts to reactor 3.2
5 years ago
Spencer Gibb
02104c8517
formatting
5 years ago
Spencer Gibb
cb3d6208f5
Revert "Revert "Propagates reactor context thru HystrixCommand.""
...
This reverts commit 106e17a51c
.
5 years ago
Spencer Gibb
106e17a51c
Revert "Propagates reactor context thru HystrixCommand."
...
This reverts commit 648f8f999b
.
5 years ago
Spencer Gibb
648f8f999b
Propagates reactor context thru HystrixCommand.
...
Because of the RxJava and the Reactive Streams integration, subsequent filters lost the reactor context. The passes the context back to the filter.chain() call.
Fixes gh-1258
5 years ago
Spencer Gibb
1e7eeef7c7
Ignores test temporarily.
...
See gh-1487
5 years ago
Spencer Gibb
3b218baaa9
Propagates reactor context thru HystrixCommand.
...
Because of the RxJava and the Reactive Streams integration, subsequent filters lost the reactor context. The passes the context back to the filter.chain() call.
Fixes gh-1258
5 years ago
Spencer Gibb
bd79ed94b4
Removes .flattened-pom.xml
5 years ago
Spencer Gibb
1a2643d800
Ports refresh from CachingRouteDefinitionLocator
5 years ago
Viachaslau-Zinkevich
c5e05ce91b
Fix CachingRouteLocator issue during routes initialization ( #1460 )
5 years ago
buildmaster
0737c67567
Bumping versions
5 years ago
Viachaslau-Zinkevich
3605a8ea67
Fix CachingRouteLocator issue during routes initialization ( #1460 )
5 years ago
Dennis Menge
73bebc9962
Adds support for multiple HTTP methods in MethodRoutePredicate
...
Fixes gh-1473
5 years ago
buildmaster
40156436c4
Bumping versions
5 years ago
Ziemowit Stolarczyk
cf53f53f11
Updates ModifyResponseGatewayFilter to honor spring.codec.* props.
...
The spring.codec.max-in-memory-size property should be honored by ModifyResponseBodyGatewayFilterFactory.
Without it always default buffer size (262144) is taken and leads to
"org.springframework.core.io.buffer.DataBufferLimitException: Exceeded limit on max bytes to buffer : 262144"
5 years ago
Spencer Gibb
c9d3adae12
formatting
5 years ago
Dennis Menge
82a519d1d1
Fixes XForwardedHeadersFilter when prefix equals the actual resource
...
Fixes gh-1326
5 years ago
Spencer Gibb
c520fa1c2f
Trys to make test more robust
5 years ago
Spencer Gibb
0c2534665a
Ignores test because of java 13 failure
5 years ago
Spencer Gibb
b947fd3f70
Trys to make test more robust
5 years ago
Spencer Gibb
cbfb171fae
Ignores test because of java 13 failure
5 years ago
Spencer Gibb
b517f7d800
Adds recursive filter check
5 years ago