spencergibb
a624ba656d
Merge branch '3.1.x'
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
51a822eb92
removes comments
2 years ago
Tommas Yuan
2c90b25aba
rename test case name for issue 2541
2 years ago
spencergibb
520532b614
removes comments
2 years ago
Tommas Yuan
90e2d31537
rename test case name for issue 2541
2 years ago
Alexandre Arcanjo de Queiroz
8a9d063986
Fix properties in secure-headers documentation
2 years ago
spencergibb
d194aa7de9
Removes codacy image
...
See gh-2486
2 years ago
Wenjun Ruan
389ae56a8e
Remove code quality image in README.adoc ( #2539 )
2 years ago
spencergibb
d42c29d6d4
Merge branch 'rate-limiter-lua-script'
2 years ago
jizhuozhi
98b6ffda32
Add tests for request_rate_limiter.lua
...
Fixes gh-2532
2 years ago
spencergibb
f6d9692d82
Fixes code example lambda.
...
Fixes gh-2485
2 years ago
spencergibb
7c3729a84c
Merge branch '3.1.x'
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
spencergibb
1f048ae50e
Merge branch 'documentation-fix'
2 years ago
Harpal
6b15aac5b4
Documentation improvement
...
Fixes gh-2463
2 years ago
spencergibb
2f8777c6b0
Merge branch 'YunWZ/main'
2 years ago
YunWZ
3fa21ad3ac
Makes AddResponseHeaderGatewayFilterFactory a 'post' filter.
...
Fixes gh-2393
Fixes gh-2431
2 years ago
spencergibb
c5add134ca
Merge branch '3.1.x'
2 years ago
Henning Poettker
fb2b1c1784
ConditionalOnMissingBean for ReactiveOAuth2AuthorizedClientManager
2 years ago
spencergibb
bee680d388
formattingˆ
2 years ago
spencergibb
f8df845c61
Migrates to assertj in test
2 years ago
spencergibb
cb235831d6
Merge branch '3.1.x'
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
Junho, Kim
e007e6fa30
Enable kotlin route DSL ( #2825 )
...
* Add kotlin-maven-plugin to server module
* Add reactor-kotlin-extensions dependency
* Enable RouteDslTests.kt
* Enable kotlin compile and test case of kotlin route
2 years ago
buildmaster
ff79c5cc7b
Bumping versions
2 years ago
buildmaster
5abc15688a
Bumping versions
2 years ago
buildmaster
041691b580
Bumping versions to 4.0.1-SNAPSHOT after release
2 years ago
buildmaster
bb24225919
Going back to snapshots
2 years ago
buildmaster
e231631c10
Update SNAPSHOT to 4.0.0
2 years ago
spencergibb
52bd92b83b
Update micrometer docs plugin config
2 years ago
spencergibb
7eaee6ba65
Update micrometer docs version to 1.0.0
2 years ago
ruansheng
a5ea6ca46b
Fix caffeine class conditional ( #2807 )
2 years ago
Marcin Grzejszczak
548442dc07
Fix the Kotlin Maven plugin ( #2815 )
2 years ago
buildmaster
fdd348a104
Going back to snapshots
2 years ago
buildmaster
a42e29a9a1
Update SNAPSHOT to 4.0.0-RC3
2 years ago
spencergibb
9a5e942d8b
Polish "switch junit 4 tests to junit 5"
...
See gh-2365
2 years ago
Krishna
c26a7035df
Fixes gh-2365 switch junit 4 tests to junit 5 ( #2794 )
...
Removed most of Junit 4 imports and converted to Junit 5
ModifiedClasspathRunner needs to be modified in spring-cloud-test-support
Fixes gh-2365
2 years ago
spencergibb
f2d7d58445
Merge branch '3.1.x'
2 years ago
Marta Medio
ab7f79bd08
Avoid ClassCastException when using ServerHttpResponseDecorator
2 years ago
spencergibb
9db7b5e605
Uses TestSocketUtils from spring-framework
2 years ago
spencergibb
c527a4c1e1
Updates io.micrometer:context-propagation to 1.0.0
2 years ago
spencergibb
c0504a3777
Merge branch '3.1.x'
2 years ago
yanwenliang
53cc68fbf5
Fix NettyNettyWriteResponseFilter memory leak
2 years ago
buildmaster
2cf190cabf
Bumping versions
2 years ago
Ignacio Lozano
04cd541fe7
Allow Global CORS configuration to be disable ( #2779 )
...
Property: spring.cloud.gateway.globalcors.enabled
Reason: CORS filter was applied automatically and it doens't allow developers to customise CORS for specific scenarios. Disabling SCG listener allows developers to customise or reuse CORS logic.
2 years ago
buildmaster
545c684a0f
Going back to snapshots
2 years ago
buildmaster
a2e54506a3
Update SNAPSHOT to 4.0.0-RC2
2 years ago