buildmaster
dd0aa46559
Going back to snapshots
2 years ago
buildmaster
2b6deaa611
Update SNAPSHOT to 3.1.6
2 years ago
spencergibb
671b4165c3
Polish gh-2872 Fixes for gateway routes on management port.
...
Updates the test to fail if NPE check isn't done.
2 years ago
spencergibb
a0e32e9d7a
Updates to use SocketUtilsˆ
2 years ago
Ignacio Lozano
539f0a7d1e
Fix NPE when autoconfigured WebTestClient is used
...
When `management.server.port` != `server.port` and test is using the autoconfigured WebTestClient, a NPE is raised by `RoutePredicateHandlerMapping`
[related gh-2870]
Fixes gh-2872
2 years ago
spencergibb
a2ef4895a4
Fixes for gateway routes on management port.
...
Uses the LocalAddress to check against management port because request.getURI().getPort() can be set by the host header "myhost:8888", for example.
Fixes gh-2870
2 years ago
spencergibb
180a052c76
Moves disabled if github actions to methods
2 years ago
spencergibb
69f75e5687
Disable test on github actions
2 years ago
wen-ys
aeb7df6ce4
Updates github actions versions
...
This removes deprecated messages from showing in the logs.
Fixes gh-2855
2 years ago
buildmaster
88a0e4ee0b
Bumping versions
2 years ago
buildmaster
6ff9979321
Bumping versions to 3.1.6-SNAPSHOT after release
2 years ago
buildmaster
882cb0c3d6
Going back to snapshots
2 years ago
buildmaster
25d93c1be3
Update SNAPSHOT to 3.1.5
2 years ago
buildmaster
20aa05fb2c
Bumping versions
2 years ago
spencergibb
22536f2702
Formatting for 3.1.x
2 years ago
wen-ys
2d67158c20
Fixes memory lean with cached body
...
Cached DataBuffer body in cacheRequestBodyAndRequest method is not released issue. because reference is missed because CACHED_REQUEST_BODY_ATTR key is overwritten to Java object.
Fixes gh-2842
2 years ago
spencergibb
7e4f43bbff
Removes unused import
2 years ago
spencergibb
6600555881
Clarifies scope of GlobalFilter to matched routes.
...
Fixes gh-2784
2 years ago
spencergibb
baad377db6
Removes jetbrains imports
...
Fixes gh-2793
2 years ago
spencergibb
e94887b97b
Update default connectTimeout to 30s according to reactor netty
...
Fixes gh-2793
2 years ago
spencergibb
a057d020c5
Replace circleci badge with github actions
2 years ago
spencergibb
7519b2ef6a
Replace circleci badge with github actions
2 years ago
dengliming
49708a5b07
Update README.adoc to point to main
...
Fixes gh-2268
2 years ago
Cristian Ruiz Bonilla
0e23b9bc2f
Throw an error when replenishRate > burstCapacity
...
Fixes gh-2453
2 years ago
ruansheng
65d84afcb8
Fixes redirect dsl accidental recursion.
...
Fixes gh-2798
2 years ago
Oliver
51137c2610
Update documentation for path route predicate
2 years ago
spencergibb
ec76763404
formattingˆ
2 years ago
zhenqiangyi
ee5ad6f462
Changes to use ThreadLocalRandom
...
Usually, multiple threads accessing the same random object will have some performance problems, so we can use ThreadLocalRandom by default
Fixes gh-2565
2 years ago
spencergibb
520532b614
removes comments
2 years ago
Tommas Yuan
90e2d31537
rename test case name for issue 2541
2 years ago
lzhpo
5b43c6579f
1. Replace keys with scan when get routeDefinitions.
...
2. Fix null pointer exception when filters are null.
2 years ago
Henning Poettker
fb2b1c1784
ConditionalOnMissingBean for ReactiveOAuth2AuthorizedClientManager
2 years ago
spencergibb
0fe10b119b
Migrates to assertj in test
2 years ago
wen-ys
0280f96d19
Don't cache body twice.
...
If "ServerWebExchangeUtils.cacheRequestBodyAndRequest" executed twice, first DataBuffer reference is missed without release.
Fixes gh-2838
2 years ago
Marcin Grzejszczak
548442dc07
Fix the Kotlin Maven plugin ( #2815 )
2 years ago
Marta Medio
ab7f79bd08
Avoid ClassCastException when using ServerHttpResponseDecorator
2 years ago
yanwenliang
53cc68fbf5
Fix NettyNettyWriteResponseFilter memory leak
2 years ago
buildmaster
2cf190cabf
Bumping versions
2 years ago
buildmaster
7873f854b5
Going back to snapshots
2 years ago
buildmaster
1ae40a4431
Update SNAPSHOT to 3.1.4
2 years ago
buildmaster
21a6b68349
Bumping versions to 3.1.5-SNAPSHOT after release
2 years ago
buildmaster
36edcd5929
Going back to snapshots
2 years ago
buildmaster
3791cb593c
Update SNAPSHOT to 3.1.4
2 years ago
buildmaster
da137d9940
Bumping versions
2 years ago
spencergibb
d5e95a6aab
Changes @ConditionalOnClass to use `name` rather than value
2 years ago
spencergibb
bf87531ce0
Merge branch 'v3.1.x/arios/keystore-grpc' into 3.1.x
2 years ago
spencergibb
0b58d77102
Polish gh-2699 Updates HttpClientFactory for backwards compatibility
...
If a user has extended HttpClientFactory and doesn't use the new SslConfigurer, the original protected methods need to be there. Those methods are marked as deprecated.
2 years ago
Abel Salgado Romero
774975a0fe
Adds support for 'use-insecure-trust-manager' & 'trustedX509Certificates' for GRPC Filter
...
* Generated certificate with domain name (required for 'trustedX509Certificates')
* Injected SslProperties in GRPC components to configure SslContext (ideally we want to reuse, not replicate, SCG context)
2 years ago
Alberto C. Ríos
22a9aec8bf
* Bump testcontainers
...
* Update _configprops.adoc
* Add grpc integration test
2 years ago
buildmaster
0568b306da
Bumping versions
2 years ago