Commit Graph

54911 Commits

Author SHA1 Message Date
Moritz Halbritter
1cf4acfd1b Merge branch '3.4.x'
Closes gh-45921
2025-06-12 12:15:45 +02:00
Moritz Halbritter
77454a6703 Merge pull request #45792 from shekharAggarwal
* pr/45792:
  Add SSL response structure to actuator info endpoint documentation

Closes gh-45792
2025-06-12 12:15:28 +02:00
Shekhar Aggarwal
dcd3a23d02 Add SSL response structure to actuator info endpoint documentation
See gh-45792

Signed-off-by: Shekhar Aggarwal <aggarwalshekhar99@gmail.com>
2025-06-12 12:03:24 +02:00
Moritz Halbritter
69b7c04736 Merge branch '3.4.x'
Closes gh-45919
2025-06-12 12:00:39 +02:00
Moritz Halbritter
775704942d Merge branch '3.3.x' into 3.4.x
Closes gh-45918
2025-06-12 12:00:17 +02:00
Moritz Halbritter
f62b26eff9 Merge pull request #45855 from wonyongg
* pr/45855:
  Remove constants from CloudFoundryVcapEnvironmentPostProcessor

Closes gh-45855
2025-06-12 12:00:03 +02:00
wonyongg
a300d2c9f0 Remove constants from CloudFoundryVcapEnvironmentPostProcessor
This commit removes the VCAP_APPLICATION and VCAP_SERVICES constants
from the CloudFoundryVcapEnvironmentPostProcessor class, replacing them
with string literals.

See gh-45855

Signed-off-by: wonyongg <111210881+wonyongg@users.noreply.github.com>
2025-06-12 11:46:48 +02:00
Moritz Halbritter
9ffdb5ce4b Merge branch '3.4.x'
Closes gh-45917
2025-06-12 11:43:41 +02:00
Moritz Halbritter
066dd0f5e1 Merge branch '3.3.x' into 3.4.x
Closes gh-45916
2025-06-12 11:43:30 +02:00
Moritz Halbritter
b868cdf9fe Merge pull request #45882 from quaff
* pr/45882:
  Inner class 'SpringBootWebFluxSecurityConfiguration' should be static

Closes gh-45882
2025-06-12 11:43:13 +02:00
Yanming Zhou
0ebe00a1d6 Inner class 'SpringBootWebFluxSecurityConfiguration' should be static
See gh-45882

Signed-off-by: Yanming Zhou <zhouyanming@gmail.com>
2025-06-12 11:32:06 +02:00
Moritz Halbritter
99a7ac6588 Merge branch '3.4.x'
Closes gh-45915
2025-06-12 11:30:01 +02:00
Moritz Halbritter
52e5b45d83 Merge pull request #45887 from ngocnhan-tran1996
* pr/45887:
  Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean

Closes gh-45887
2025-06-12 11:21:23 +02:00
Tran Ngoc Nhan
8fcc1dd0fe Update javadoc of test slice annotations to suggest MockitoBean rather than MockBean
See gh-45887

Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com>
2025-06-12 11:16:02 +02:00
Andy Wilkinson
5141620615 Merge branch '3.4.x'
Closes gh-45913
2025-06-12 10:07:30 +01:00
Andy Wilkinson
ec3eeb7185 Merge branch '3.3.x' into 3.4.x
Closes gh-45912
2025-06-12 10:06:22 +01:00
Andy Wilkinson
ca21600fae Use Framework's StreamUtils instead of Commons Compress's IOUtils
Closes gh-45911
2025-06-12 10:00:30 +01:00
Andy Wilkinson
653064144e Merge branch '3.4.x' 2025-06-12 09:27:14 +01:00
Andy Wilkinson
a45fe68e3e Merge branch '3.3.x' into 3.4.x 2025-06-12 09:26:50 +01:00
Andy Wilkinson
aa7e2fc0a3 Polish 2025-06-12 09:26:25 +01:00
Andy Wilkinson
5b759c750b Deprecate GraphQlProperties.DeprecatedSse
Closes gh-45878
2025-06-11 10:30:00 +01:00
Stéphane Nicoll
0daf3f5897 Merge branch '3.4.x' 2025-06-10 17:30:00 +02:00
Stéphane Nicoll
f229cedd6d Merge branch '3.3.x' into 3.4.x 2025-06-10 17:29:51 +02:00
Stéphane Nicoll
60ce7e06ae Upgrade to Tomcat 10.1.42
Closes gh-45872
2025-06-10 17:24:44 +02:00
Stéphane Nicoll
e02ab50789 Upgrade to Reactor Bom 2024.0.7
Closes gh-45778
2025-06-10 17:24:40 +02:00
Stéphane Nicoll
b496b8d0fd Upgrade to Infinispan 15.2.3.Final
Closes gh-45871
2025-06-10 17:24:40 +02:00
Stéphane Nicoll
d25068d65a Upgrade to Tomcat 10.1.42
Closes gh-45870
2025-06-10 17:20:30 +02:00
Stéphane Nicoll
b1454efb9d Upgrade to Reactor Bom 2024.0.7
Closes gh-45765
2025-06-10 17:20:26 +02:00
Stéphane Nicoll
aff4dcc2c0 Upgrade to Tomcat 10.1.42
Closes gh-45869
2025-06-10 17:12:53 +02:00
Stéphane Nicoll
d9d8dfbac6 Upgrade to Reactor Bom 2023.0.19
Closes gh-45751
2025-06-10 17:12:49 +02:00
Andy Wilkinson
3e3be2b407 Polish 2025-06-10 11:07:38 +01:00
Andy Wilkinson
9a1ca2fe83 Stop ignoring prefixed environment variables in management context
Binding in the child context does not work correctly when an
environment prefix has been configured. The prefix is not applied
to the child context's Environment and, therefore, prefixed
environment variables are ignored during binding.

We can fix the problem by reusing the parent context's
ManagementServerProperties rather than binding them again in the
child context. Doing so will fix the problem reported in gh-45857
that was introduced in 020fd7b and will also avoid an unnecessary
second binding of the properties.

gh-45858 may fix the problem more generally by applying the prefix
to the child context's environment. This would benefit situations
where the properties need to be bound in the child context because
they haven't already been bound in the parent.

Closes gh-45847
2025-06-10 10:31:37 +01:00
Stéphane Nicoll
f66159e4b1 Upgrade to MongoDB 5.5.1
Closes gh-45865
2025-06-10 10:18:19 +02:00
Stéphane Nicoll
415c8ce5b0 Upgrade to Caffeine 3.2.1
Closes gh-45864
2025-06-10 10:18:15 +02:00
Andy Wilkinson
523c26c75d Merge branch '3.4.x'
Closes gh-45863
2025-06-10 09:00:34 +01:00
Andy Wilkinson
515abc4221 Include all auto-config modules in auto-config classes appendix
Closes gh-45861
2025-06-10 08:58:42 +01:00
Stéphane Nicoll
71be71ecdb Merge branch '3.4.x' 2025-06-10 07:44:09 +02:00
Stéphane Nicoll
58a9119778 Merge branch '3.3.x' into 3.4.x 2025-06-10 07:44:01 +02:00
Stéphane Nicoll
7378a613b1 Upgrade to Micrometer Tracing 1.5.1
Closes gh-45777
2025-06-10 07:04:58 +02:00
Stéphane Nicoll
3f7be2f4e6 Upgrade to Micrometer 1.15.1
Closes gh-45776
2025-06-10 07:04:58 +02:00
Stéphane Nicoll
c4d4615f6d Upgrade to Micrometer Tracing 1.4.7
Closes gh-45764
2025-06-10 07:04:40 +02:00
Stéphane Nicoll
3564b359b9 Upgrade to Micrometer 1.14.8
Closes gh-45763
2025-06-10 07:04:40 +02:00
Stéphane Nicoll
aa2a547602 Upgrade to Micrometer Tracing 1.3.13
Closes gh-45750
2025-06-10 07:04:35 +02:00
Stéphane Nicoll
c2528b1bfd Upgrade to Micrometer 1.13.15
Closes gh-45749
2025-06-10 07:04:35 +02:00
Phillip Webb
4301186a95 Fix SystemEnvironmentPropertyMapper tests and remove duplicate names
See gh-45741
2025-06-09 17:53:48 -07:00
Phillip Webb
bb13eaa837 Support lower case configuration properties system environment names
Update `SystemEnvironmentPropertyMapper` to generate both mappings
in both the original case and upper case.

This restores the behavior of Spring Boot 3.4 where the system
environment could contain lowercase names.

Fixes gh-45741
2025-06-09 18:06:26 +01:00
Phillip Webb
2f891c250b Merge branch '3.4.x' 2025-06-09 18:06:20 +01:00
Phillip Webb
740362d394 Merge branch '3.3.x' into 3.4.x 2025-06-09 17:44:25 +01:00
Phillip Webb
f12d96886a Test SpringIterableConfigurationPropertySource support lower case names
Add a test to ensure that `SpringIterableConfigurationPropertySource`
can support lower case names.

See gh-45741
2025-06-09 17:44:05 +01:00
Andy Wilkinson
c2c1fc90b3 Merge branch '3.4.x'
Closes gh-45860
2025-06-09 17:01:18 +01:00