Spencer Gibb
|
6553bce9f6
|
Fixes test to call proper method.
|
5 years ago |
Gaemi
|
0ddf816016
|
Modify newContentType to be reflected in downstream requests in ModifyRequestBodyGatewayFilterFactory
Fixes gh-1305
Fixes gh-1306
|
5 years ago |
Alexander Holbreich
|
356c003260
|
fixing copy paste error on path_route
fixes gh-1581
|
5 years ago |
Adriano Scheffer
|
7b673a8e87
|
Lazily test AsyncPredicate for 'and' and 'or' operations.
fixes gh-1571
|
5 years ago |
Young Jun Seo
|
67241a3e6f
|
Fixed typo
fateway -> gateway
fixes gh-1565
|
5 years ago |
Timothy
|
47f640c915
|
Adds protected reconstructURI method.
Allows URI mapping behavior to be overridden for ReactiveLoadBalancerClientFilter.
Fixes gh-1524
|
5 years ago |
Ingyu Hwang
|
b017891fe7
|
Adjust position of AfterRoutePredicateFactory
fixes gh-1557
|
5 years ago |
Spencer Gibb
|
799577edb7
|
Creates HttpClientCustomizer.
This allows users to customize the Reactor Netty HttpClient without loosing auto configuration.
fixes gh-1546
|
5 years ago |
Guy Lewin
|
60653ee240
|
Allow HttpClient creation to be customized by subclasses.
fixes gh-1577
|
5 years ago |
Spencer Gibb
|
d4f2b6860d
|
Merge branch '2.1.x' into 2.2.x
|
5 years ago |
Spencer Gibb
|
2a3389e6a7
|
Updates CustomBlockHoundIntegration to whitelist more netty
|
5 years ago |
Spencer Gibb
|
4243621d2f
|
Adds documentation of a custom route predicate.
fixes gh-400
|
5 years ago |
Spencer Gibb
|
6c9ca19887
|
Updates documentation of configuration and shortcut types.
Adds documentation for HeaderFilters
fixes gh-799
|
5 years ago |
Mahendra Patel
|
8c21563c51
|
Document Weight predicate #1072
|
5 years ago |
Spencer Gibb
|
4e67364b49
|
Updates retry filter factory to document support for other HTTP methods.
fixes gh-1302
|
5 years ago |
Spencer Gibb
|
4fbadeec7e
|
Implements missing methods
|
5 years ago |
Tim Peeters
|
01f314a475
|
Adds configurable maxLifeTime in HttpClientProperties.
fixes gh-1542
|
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
|
8af1005865
|
Merge branch '2.1.x'
|
5 years ago |
Spencer Gibb
|
64a579d68d
|
Adds max response header configuration.
fixes gh-1457
|
5 years ago |
buildmaster
|
86b0455e59
|
Bumping versions
|
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 |
Derek OKeeffe
|
85df9b463f
|
update redirect filter doc to describe no://op (#1332)
Co-authored-by: Spencer Gibb <sgibb@pivotal.io>
|
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
|
1d1813be61
|
Bumping versions
|
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
|
7076b48256
|
Merge branch '2.1.x'
|
5 years ago |
Spencer Gibb
|
427983e550
|
Restores removed classes and marks them deprecated.
Fixes gh-1480
|
5 years ago |
Spencer Gibb
|
d7d2d2b151
|
Merge branch '2.1.x'
|
5 years ago |
Spencer Gibb
|
c17ecae070
|
Ignores weight concurrency test
|
5 years ago |
Spencer Gibb
|
917334bc0f
|
Merge branch '2.1.x'
|
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
|
41aeb51e6b
|
Merge pull request #1489 from ryanjbaxter/forward-fallbacks-not-working
Remove routed attribute when executing fallbacks in circuit breakers. Fixes #1421
|
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
|
de7d59bc72
|
Merge branch '2.1.x'
|
5 years ago |