Spencer Gibb
eb95038952
Disables jmx for test
6 years ago
Spencer Gibb
1233a6290e
Changes from ResponseStatus annotation to ResponseStatusException.
...
This allows to change the status without requiring another exception type.
6 years ago
Spencer Gibb
8cb0549a1b
Increases timeout for test
6 years ago
Spencer Gibb
68d048f897
Adds message back to response in case of timeout exception.
...
fixes gh-820
6 years ago
Spencer Gibb
ea0c6c1b5a
Merge branch '2.0.x'
6 years ago
Spencer Gibb
df3db1bcc4
Throw an error when an 'lb:' scheme is used, but there is no handler.
...
fixes gh-822
6 years ago
Spencer Gibb
67014de3c4
Merge branch '2.0.x'
6 years ago
Spencer Gibb
b25e6b15e9
Guards against NPE.
...
see gh-789
6 years ago
Spencer Gibb
dbf5660f24
Changes to use Spring Assert
6 years ago
Spencer Gibb
5fb6bfdcf8
Changes to use Spring Assert
6 years ago
Ryan Baxter
68f97e9c49
Merge pull request #797 from Gsealy/delete-lombok
...
remove lombok in doc
6 years ago
Ryan Baxter
2be6424e86
Merge pull request #811 from JWThewes/master
...
Fixed typo
6 years ago
Spencer Gibb
887a5bac1a
Merge branch '2.0.x'
6 years ago
Spencer Gibb
7019231127
Merge branch 'aftersss-2.0.x' into 2.0.x
6 years ago
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