Phillip Webb
cf6dd4b631
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46176
9 months ago
Phillip Webb
2128a84492
Never attempt to resolve local address for nested URLs
...
Update `nested:` Handler to always return `null` from `getHostAddress`
in an attempt to improve performance on Windows.
Fixes gh-46063
9 months ago
Moritz Halbritter
250027d93e
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46174
9 months ago
Moritz Halbritter
e2571a41bf
Exclude ReactorAutoConfiguration from lazy initialization
...
Closes gh-45846
9 months ago
Stéphane Nicoll
a0f22e3043
Merge pull request #46060 from dmitrysulman
...
* pr/46060:
Add Logback Access Reactor Netty to community starters
Closes gh-46060
9 months ago
Dmitry Sulman
a8f11004e7
Add Logback Access Reactor Netty to community starters
...
See gh-46060
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
9 months ago
Moritz Halbritter
8e389da5f7
Merge branch '3.4.x' into 3.5.x
9 months ago
Stéphane Nicoll
7e0d1647d1
Fix import
...
See gh-46064
9 months ago
Stéphane Nicoll
eeec8701b3
Merge branch '3.4.x' into 3.5.x
9 months ago
Stéphane Nicoll
f07e0dee96
Fix import
...
See gh-46064
9 months ago
Moritz Halbritter
4fad815743
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46170
9 months ago
Moritz Halbritter
9993c66590
Merge pull request #46164 from nosan
...
* pr/46164:
Exclude NettyAutoConfiguration from global lazy init
Closes gh-46164
9 months ago
Dmytro Nosan
4b7e3519c2
Exclude NettyAutoConfiguration from global lazy init
...
This commits registers LazyInitializationExcludeFilter to exclude
NettyAutoConfiguration from global lazy init.
See gh-46164
Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>
9 months ago
Stéphane Nicoll
73e4cccd8c
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46168
9 months ago
Stéphane Nicoll
03fdc55b29
Merge pull request #46064 from dmitrysulman
...
* pr/46064:
Polish "Fix issues with Kotlin examples in Antora docs"
Fix issues with Kotlin examples in Antora docs
Closes gh-46064
9 months ago
Stéphane Nicoll
399cee4b0e
Polish "Fix issues with Kotlin examples in Antora docs"
...
See gh-46064
9 months ago
Dmitry Sulman
eb9e2f19a8
Fix issues with Kotlin examples in Antora docs
...
See gh-46064
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com>
9 months ago
Moritz Halbritter
e99c3a900f
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46011
9 months ago
Stéphane Nicoll
a39db3991d
Merge pull request #46160 from ngocnhan-tran1996
...
* pr/46160:
Adapt tests to run assertions on map in ContextPairsTests
Closes gh-46160
9 months ago
Tran Ngoc Nhan
af0e7ace3e
Adapt tests to run assertions on map in ContextPairsTests
...
See gh-46160
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
9 months ago
Moritz Halbritter
e661f6ec1b
Use fixed clock when testing SslInfo
...
Closes gh-45573
9 months ago
Moritz Halbritter
0f5650ab1a
Merge branch '3.4.x' into 3.5.x
9 months ago
Moritz Halbritter
099ad30033
Update IntelliJ IDEA copyright profile
...
See gh-46065
9 months ago
Phillip Webb
d3c55740e1
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46066
9 months ago
Phillip Webb
ab41199880
Update copyright year for checkstyle and eclipse
...
Closes gh-46065
9 months ago
Phillip Webb
61c2d0766b
Merge branch '3.4.x' into 3.5.x
...
See gh-46066
9 months ago
Phillip Webb
3aeb18d618
Add license header to gradle files
...
See gh-46065
9 months ago
Phillip Webb
198745fe4f
Merge branch '3.4.x' into 3.5.x
...
See gh-46066
9 months ago
Phillip Webb
9863d3da66
Add license header to kotlin files
...
See gh-46065
9 months ago
Phillip Webb
bd9b1d2a25
Merge branch '3.4.x' into 3.5.x
...
See gh-46066
9 months ago
Phillip Webb
6cfc7196f4
Add license header to java files
...
See gh-46065
9 months ago
Phillip Webb
a37c84b7c5
Merge branch '3.4.x' into 3.5.x
...
See gh-46066
9 months ago
Phillip Webb
d66b28fcba
Update end copyright year to 'present'
...
See gh-46065
9 months ago
Phillip Webb
923f7d0ce1
Merge branch '3.4.x' into 3.5.x
...
Closes gh-46069
9 months ago
Phillip Webb
72b78f7b47
Upgrade to spring-javaformat 0.0.47
...
Closes gh-46068
9 months ago
Andy Wilkinson
d558c6adfa
Prepare the 3.5.x branch
9 months ago
Phillip Webb
9bf9442ec9
Next development version (v3.5.4-SNAPSHOT)
9 months ago
Phillip Webb
18e5e0647d
Merge branch '3.4.x'
...
Closes gh-46040
9 months ago
Phillip Webb
cb9cf45b7f
Restore previous source in Context.withSource calls
...
Fix `Context.withSource` is the `Binder` to ensure that the previous
source is restored once the callback has completed.
This update is especially important in Spring Boot 3.5+ since indexed
binding calls `withSource` multiple times.
Fixes gh-46039
9 months ago
Phillip Webb
01a23c3d20
Next development version (v3.5.3-SNAPSHOT)
9 months ago
Phillip Webb
7b553d9093
Protect against null names when filter is applied more than once
...
Update `FilteredIterableConfigurationPropertiesSource` to fix a
regression caused by commit 8f14dca1 that occurs if the `filter()`
method is called on an already filtered source.
Fixes gh-46032
9 months ago
Andy Wilkinson
440ea79df1
Next development version (v3.5.2-SNAPSHOT)
9 months ago
Stéphane Nicoll
a816518679
Merge branch '3.4.x'
9 months ago
Stéphane Nicoll
05906cc047
Next development version (v3.4.8-SNAPSHOT)
9 months ago
Andy Wilkinson
74fe4adcaf
Upgrade to HttpClient5 5.5
...
Closes gh-46031
9 months ago
Andy Wilkinson
98632a1f48
Merge branch '3.4.x'
...
Closes gh-46030
9 months ago
Andy Wilkinson
50e5bfe912
Align our Lettuce version with that of Spring Data Redis
...
Closes gh-45704
9 months ago
Andy Wilkinson
28e33ef8d9
Merge branch '3.4.x'
...
See gh-46023
9 months ago
Andy Wilkinson
efb942e49b
Merge branch '3.3.x' into 3.4.x
...
See gh-46022
9 months ago
Andy Wilkinson
c63eba32f9
Revert "Publish releases using Central Portal"
...
This reverts commit 8681b9445b611c76e63839762bac8edd0e150dd7.
See gh-46012
9 months ago