Andy Wilkinson
d558c6adfa
Prepare the 3.5.x branch
6 months ago
Phillip Webb
9bf9442ec9
Next development version (v3.5.4-SNAPSHOT)
6 months ago
Phillip Webb
18e5e0647d
Merge branch '3.4.x'
...
Closes gh-46040
6 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
6 months ago
Phillip Webb
01a23c3d20
Next development version (v3.5.3-SNAPSHOT)
6 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
6 months ago
Andy Wilkinson
440ea79df1
Next development version (v3.5.2-SNAPSHOT)
6 months ago
Stéphane Nicoll
a816518679
Merge branch '3.4.x'
6 months ago
Stéphane Nicoll
05906cc047
Next development version (v3.4.8-SNAPSHOT)
6 months ago
Andy Wilkinson
74fe4adcaf
Upgrade to HttpClient5 5.5
...
Closes gh-46031
6 months ago
Andy Wilkinson
98632a1f48
Merge branch '3.4.x'
...
Closes gh-46030
6 months ago
Andy Wilkinson
50e5bfe912
Align our Lettuce version with that of Spring Data Redis
...
Closes gh-45704
6 months ago
Andy Wilkinson
28e33ef8d9
Merge branch '3.4.x'
...
See gh-46023
6 months ago
Andy Wilkinson
efb942e49b
Merge branch '3.3.x' into 3.4.x
...
See gh-46022
6 months ago
Andy Wilkinson
c63eba32f9
Revert "Publish releases using Central Portal"
...
This reverts commit 8681b9445b .
See gh-46012
6 months ago
Stéphane Nicoll
02f31f1ce2
Upgrade to Testcontainers 1.21.2
...
Closes gh-46029
6 months ago
Phillip Webb
8fcd4c6ece
Merge branch '3.4.x'
...
Closes gh-46028
6 months ago
Phillip Webb
aa4bf73464
Merge branch '3.3.x' into 3.4.x
...
Closes gh-46027
6 months ago
Phillip Webb
206785f838
Only cache JarFile URL keys that are cheap to lookup
...
Update `JarFileUrlKey` so that only URLs that have a cheap `equals()`
method call are cached. This should prevent expensive DNS lookups from
being performed.
Fixes gh-46015
6 months ago
Phillip Webb
77877b4c69
Merge pull request #45969 from Rutujakolte03
...
* pr/45969:
Polish 'Update README.adoc with link to CONTRIBUTING.adoc'
Update README.adoc with link to CONTRIBUTING.adoc
Closes gh-45969
6 months ago
Phillip Webb
3906dfaffe
Polish 'Update README.adoc with link to CONTRIBUTING.adoc'
...
See gh-45969
6 months ago
Rutuja
41421d9fd7
Update README.adoc with link to CONTRIBUTING.adoc
...
Update the README to help potential contributors find information.
See gh-45969
Signed-off-by: Rutuja <134671220+Rutujakolte03@users.noreply.github.com>
6 months ago
Andy Wilkinson
9d3686a255
Merge branch '3.4.x'
...
Closes gh-46023
6 months ago
Andy Wilkinson
29f09c9aec
Merge branch '3.3.x' into 3.4.x
...
Closes gh-46022
6 months ago
Andy Wilkinson
8681b9445b
Publish releases using Central Portal
...
Closes gh-46012
6 months ago
Andy Wilkinson
e525837c88
Merge branch '3.4.x'
...
Closes gh-46021
6 months ago
Andy Wilkinson
95a569987f
Merge branch '3.3.x' into 3.4.x
...
Closes gh-46020
6 months ago
Andy Wilkinson
13d265c282
Merge pull request #46016 from davidlj95
...
* gh-46016:
Fix Docker security options broken link in OCI images packaging docs
Closes gh-46016
6 months ago
Andy Wilkinson
d1ebe43805
Merge branch '3.4.x'
...
Closes gh-46019
6 months ago
Andy Wilkinson
7560e38adf
Merge branch '3.3.x' into 3.4.x
...
Closes gh-46018
6 months ago
David LJ
f4e04227f7
Fix Docker security options broken link in OCI images packaging docs
...
See gh-46016
Signed-off-by: David LJ <mail@davidlj95.com>
6 months ago
Andy Wilkinson
bab9071539
Revert "Work around Spring Framework cache pollution bug"
...
This reverts commit 4af0ee20d1 .
Closes gh-45984
6 months ago
Stéphane Nicoll
550cebc0ec
Merge branch '3.4.x'
6 months ago
Stéphane Nicoll
410485f873
Merge branch '3.3.x' into 3.4.x
6 months ago
Stéphane Nicoll
f6c88840e0
Upgrade to Spring Integration 6.3.11
...
Closes gh-45756
6 months ago
Moritz Halbritter
a6798172c6
Merge branch '3.4.x'
...
Closes gh-46009
6 months ago
Moritz Halbritter
d4db78987c
Merge branch '3.3.x' into 3.4.x
...
Closes gh-46008
6 months ago
Moritz Halbritter
6ef1830bc8
Document that /error is secured by default
...
Closes gh-45663
6 months ago
Moritz Halbritter
ac50eb73db
Merge branch '3.4.x'
...
Closes gh-46006
6 months ago
Moritz Halbritter
498df4939f
Remove unused JKS privateKeyPassword property from Couchbase
...
Closes gh-45883
6 months ago
Andy Wilkinson
fa81ecddc1
Merge branch '3.4.x'
...
Closes gh-45872
6 months ago
Andy Wilkinson
b6d8e72891
Merge branch '3.3.x' into 3.4.x
...
Closes gh-45870
6 months ago
Andy Wilkinson
d9e4b66eee
Add properties for new max part count and max part header size
...
To address CVE-2025-48976 and CVE-2025-48988, Tomcat 10.1.42 has
introduced two new configuration settings – maxPartCount and
maxPartHeaderSize. The default values for these configuration
settings have proven hard to get right and some applications have
had to increase the default limits. To ease their configuration in
Spring Boot, this commit introduces configuration properties for
the new settings:
- server.tomcat.max-part-count (maxPartCount)
- server.tomcat.max-part-header-size (maxPartHeaderSize)
The defaults are aligned with those of Tomcat 10.1.42
(10 and 512 bytes respectively).
Closes gh-45869
6 months ago
Moritz Halbritter
01cb25e7a4
Merge branch '3.4.x'
...
Closes gh-46005
6 months ago
Moritz Halbritter
84e0db53b3
Merge branch '3.3.x' into 3.4.x
...
Closes gh-46004
6 months ago
Moritz Halbritter
0f77dcb402
Use system properties to detect OpenJ9 JVMs when doing heapdumps
...
Closes gh-45973
6 months ago
Moritz Halbritter
86f736b677
Merge branch '3.4.x'
...
Closes gh-46002
6 months ago
Moritz Halbritter
22eec46ff7
Merge pull request #46001 from izeye
...
* pr/46001:
Polish gh-45721
Closes gh-46001
6 months ago
Johnny Lim
c6ba46c120
Polish gh-45721
...
See gh-46001
Signed-off-by: Johnny Lim <izeye@naver.com>
6 months ago
Phillip Webb
ccdd79fe16
Merge pull request #45968 from tanruian
...
* pr/45968:
Polish 'Improve binding performance of 'local.management.port' property source'
Improve binding performance of 'local.management.port' property source
Closes gh-45968
6 months ago