wenqi.huang
38b2168fed
ObjectProvider.getIfAvailable() is called too frequently, fix this performance problem.
6 years ago
Jan Thewes
569060c995
Fixed typo
...
Fixed an typo where an 'r' was missing and it was read as making instead of marking
6 years ago
Spencer Gibb
94f50ed37b
Changes test to not rely on nuber of calls for correct state.
6 years ago
Spencer Gibb
ae9e362131
Merge branch '2.0.x'
6 years ago
Spencer Gibb
e960eadb32
WeightCalculatorWebFilter now forces subscription of RouteLocator.
...
Because it needs to calculate the weights before predicates run, if the
predicates are all defined in yaml, weights aren't initialized until
after the first run, meaning weights are unavailable in the predicates.
WeightCalculatorWebFilter now listens for RoutesRefreshedEvent. When
triggered, it subscribes to RouteLocator, forcing initialization.
fixes gh-332
6 years ago
Spencer Gibb
81d2dfd6a8
Ordered imports
6 years ago
Spencer Gibb
b0d99f5403
Adds AddResponseParameterGatewayFilterFactoryTests
6 years ago
buildmaster
5a5435740e
Bumping versions
6 years ago
Gsealy
93560a5644
remove lombok in doc
6 years ago
buildmaster
175006b59f
Bumping versions to 2.1.1.BUILD-SNAPSHOT after release
6 years ago
buildmaster
5dbc30d833
Going back to snapshots
6 years ago
buildmaster
ac61a67e6e
Update SNAPSHOT to 2.1.0.RELEASE
6 years ago
Ryan Baxter
26ea5fbe90
Merge remote-tracking branch 'origin/2.0.x'
6 years ago
Ryan Baxter
08408e37a2
Merge pull request #788 from tony-clarke-amdocs/log-routes-from-gateway-properties
...
Add logging for routes loaded by gateway properties
6 years ago
Tony Clarke
229040a463
Add logging for routes loaded by gatewy properties
6 years ago
Ryan Baxter
712d349d08
no message
6 years ago
Ryan Baxter
09eacaadcf
Merge pull request #781 from young891221/handlerStrategies-performance-fix
...
create HandlerStrategies only one in ModifyRequestBodyGatewayFilterFactory. Fixes #760
6 years ago
Ryan Baxter
242fc34305
Validate that we actually have a hostname when using a load balanced URI. Fixes #779
6 years ago
Ryan Baxter
f7bac8c6e5
Merge pull request #786 from ryanjbaxter/loadbalanced-uri-validation
...
Validate that we actually have a hostname when using a load balanced URI
6 years ago
Ryan Baxter
99e05fa489
Validate that we actually have a hostname when using a load balanced URI. Fixes #779
6 years ago
young891221
eba10481b5
code refactoring
6 years ago
Spencer Gibb
88a5d5f334
Merge branch 'wangyuheng-master'
6 years ago
wangyuheng
f8faee2bcf
Adds getting redis configuration from default filter settings.
6 years ago
Spencer Gibb
d9649dc3c4
Merge branch '2.0.x'
6 years ago
emilnkrastev
dfc52c7ad1
Fix trailing slash in strip prefix filter ( #770 )
...
The existing Strip Prefix filter removes the trailing slash, which causes incoming requests to fail upon hitting the downstream service.
6 years ago
Spencer Gibb
8fe231e1d8
Merge branch '2.0.x'
6 years ago
artemMartynenko
6d2929a289
refactor null safety http method resolving for non standard method ( #741 )
...
* refactor null safety http method resolving for non standard method
6 years ago
artemMartynenko
9803a49cd6
refactor null safety http method resolving for non standard method ( #741 )
...
* refactor null safety http method resolving for non standard method
6 years ago
young891221
ad1dc247dc
create HandlerStrategies only one
6 years ago
Spencer Gibb
e313040fff
Bumps spring cloud build to 2.1.2.BUILD-SNAPSHOT
6 years ago
Spencer Gibb
3e50777569
Uses HttpClient bean rather than have constructor create it.
6 years ago
Spencer Gibb
6a81853ae8
trying to fix flakey test
6 years ago
Spencer Gibb
9300056f9b
Moves lambda to method reference
6 years ago
Spencer Gibb
e59318a3a3
Moves assertions after body is retrieved
6 years ago
Spencer Gibb
97036f5b29
more test debugging
6 years ago
Spencer Gibb
0a249c4e5e
refactors GatewayMetciFilterTests so each test had unique routeId
6 years ago
Spencer Gibb
19d34cecc6
more test debugging
6 years ago
Spencer Gibb
4a04513c51
Updates GatewayMetricsFilter order.
...
so timer finishes after other filters.
fixes gh-763
6 years ago
Spencer Gibb
7cf47cb110
adds missing test
6 years ago
Spencer Gibb
e17f0b46f0
removes unused imports
6 years ago
Spencer Gibb
2e706e1c89
removes unused @Ignore
6 years ago
Spencer Gibb
ad8bd2159e
Removes headers on retry that were added during failed response.
...
fixes gh-762
6 years ago
Spencer Gibb
ec3c9c7509
Documents retry filter does not support body.
...
fixes gh-761
6 years ago
Spencer Gibb
27fc8d3802
Adds formatting and debug exception for SpEL parsing.
6 years ago
Spencer Gibb
29b3fb4d4d
Disables jmx for test
6 years ago
Spencer Gibb
38ad61cd7e
Removes overridden HiddenHttpMethodFilter bean definition.
...
Replaces it with environment post processor that disables the bean by
property from boot.
fixes gh-732
6 years ago
Spencer Gibb
0cd2c4934e
Merge branch '2.0.x'
6 years ago
Spencer Gibb
78e82c4ea6
Run http headers filters for response after status code is set.
...
This makes the status code available to the filters.
fixes gh-757
6 years ago
Ryan Baxter
b2a12a7177
Merge pull request #737 from envious/documentation-type-fix
...
Fixed type in documentation related to custom filters
6 years ago
Ryan Baxter
3b41ee5b7a
Merge pull request #722 from ryanjbaxter/use-scheme-from-loadbalancer
...
Allow isSecure property of LoadBalancer ServiceInstance to determine the scheme of the URL
6 years ago