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
65ee46e1ef
Merge branch '2.1.x'
5 years ago
Spencer Gibb
b517f7d800
Adds recursive filter check
5 years ago
Spencer Gibb
1e263bbc86
Revert "Moves random uuid back to constructor, but only if config is set."
...
This reverts commit 0997dc6f
5 years ago
Spencer Gibb
6e92e1e9ad
Merge branch '2.1.x'
5 years ago
Spencer Gibb
90759bd8d7
Ignore test
5 years ago
Spencer Gibb
94134d2d03
Merge branch '2.1.x'
5 years ago
Spencer Gibb
0997dc6fd7
Moves random uuid back to constructor, but only if config is set.
...
By default, no random ids will be generated.
5 years ago
Spencer Gibb
61ebec17d1
Merge branch '2.1.x'
5 years ago
Spencer Gibb
b4eb30045a
Lowers concurrent test time to 10s
5 years ago
Alexey Nakidkin
c773e05787
Fixes gh-1459 Thread-safe WeightCalculatorWebFilter
5 years ago
Spencer Gibb
dd9107594e
Merge branch '2.1.x'
5 years ago
Spencer Gibb
8bb7f786ee
Only set id if not already set.
5 years ago
Spencer Gibb
91da37317a
Merge branch 'Anonymous-Coward-gh-1450-better-non-standard-response-handling'
5 years ago
Florin Pastorel Jurcovici
0962dbf2c0
Fixes handling of non-standard status in decorated responses.
...
Fixes gh-1450
5 years ago
Spencer Gibb
d7258c8401
Updates to boundedElastic scheduler
5 years ago
Spencer Gibb
b50a74bb35
Merge branch '2.1.x'
5 years ago
Spencer Gibb
6936c83b18
Moves blocking random uuid to route definition locator.
...
This allows the blocking calls to be put on the elastic scheduler.
5 years ago
Spencer Gibb
661717fe54
Backports more blocking fixes
5 years ago
buildmaster
76e7c0c907
Bumping versions
5 years ago
Ryan Baxter
748dba56a4
Merge pull request #1120 from Fetsivalen/add-per-routes-timeouts
...
Fixes #1112
5 years ago
Stefan_Stus
096646f87c
add possibility to override response and connect timeouts per route #1112
5 years ago
Spencer Gibb
e4e9af6883
Merge branch '2.1.x'
5 years ago
Spencer Gibb
27d97d5940
Merge branch 'timpeeters-2.1.x' into 2.1.x
5 years ago
Alexey Nesterov
45dd8ac61e
Keep Host header in the outbound request ( #1412 )
...
Commit 0d2b87a
changed how outbound request headers are updated, instead of using
HttpClientOperations.headers() method to merged headers, HttpHeaders.add() is now used.
However HttpClientOperations.headers() method treats Host header
specially and do not override it from the provided headers collection.
This fix just copies the same logic within NettyRoutingFilter for
backward compatibility.
There is one issue with this approach, if Host header is set by a filter
it will be ignored. However this is how it worked before, with
HttpClientOperations.headers() method in place.
gh-1345
5 years ago
Spencer Gibb
d38d1d11a6
Merge branch 'hammadirshad-master'
5 years ago
Muhammad Hammad
f5b97e394d
Separates Resilience4j and Hystrix circuit breaker autoconfiguration
...
fixes gh-1145
5 years ago
Spencer Gibb
fe22507ae6
Formatting
5 years ago
Spencer Gibb
a47f232fb1
Migrates to new OutputCaptureRule
5 years ago
Ryan Scheidter
c56c7e722d
Fixed duplicate Host header issue ( #1468 )
...
Fixes gh-1438
5 years ago
Spencer Gibb
d8c8d0d494
More blockhound exclusions.
5 years ago
Spencer Gibb
fde52f9ce8
More blockhound exclusions.
5 years ago
Spencer Gibb
d1c1876642
Removes junit jupiter dep mgmgt that is now in boot
5 years ago
Spencer Gibb
6a1bf8d1ee
Merge branch '2.1.x'
5 years ago
Tim Ysewyn
1d151215af
Fixed blocking call for route discovery ( #1342 )
...
* Made "reactive" call great again
* Added BlockHound integration
fixes gh-1104
5 years ago
Spencer Gibb
1eb84605ee
Updates circuit breaker error page assertions
5 years ago
Alexandre Picard-Lemieux
4635961813
Adding ConditionalOnMissingBean for the name of the bean ( #1452 )
5 years ago
Spencer Gibb
c8df400f01
fixes uri format
5 years ago
Spencer Gibb
6a9c64b635
Updates null check
5 years ago
Spencer Gibb
746c28e941
Updates assertions for tests
5 years ago
buildmaster
c57a5f71f5
Bumping versions
5 years ago
Ziemowit
069f24d568
Allow to configure maxIdleTime property for HttpClient ( #1411 )
...
* Allow to configure maxIdleTime property for HttpClient
Since 0.9.0.RELEASE of reactor netty there is a possibility
to configure the pooled connection max idle time.
This commit gives the possibility to set it via spring configuration.
* Changes after review
5 years ago
buildmaster
99053359d7
Bumping versions
5 years ago
buildmaster
d7eb329755
Bumping versions to 2.2.1.BUILD-SNAPSHOT after release
5 years ago
buildmaster
8fe6171a6b
Going back to snapshots
5 years ago
buildmaster
5c82e529d5
Update SNAPSHOT to 2.2.0.RELEASE
5 years ago
Ryan Baxter
6f86a5cabf
Merge branch 'master' of github.com:spring-cloud/spring-cloud-gateway
5 years ago