Commit Graph

29404 Commits

Author SHA1 Message Date
Moritz Halbritter
1cf4acfd1b Merge branch '3.4.x'
Closes gh-45921
2025-06-12 12:15:45 +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
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
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
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
5b759c750b Deprecate GraphQlProperties.DeprecatedSse
Closes gh-45878
2025-06-11 10:30:00 +01: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
b1454efb9d Upgrade to Reactor Bom 2024.0.7
Closes gh-45765
2025-06-10 17:20:26 +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
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
Andy Wilkinson
bfe60a95f0 Merge branch '3.3.x' into 3.4.x
Closes gh-45859
2025-06-09 17:01:09 +01:00
Andy Wilkinson
8fa7843d71 Remove dependency management for Micrometer Context Propagation
It's now managed as part of Micrometer's bom so we no longer need to
manage it separately (and our separate management was being overriden
by Micrometer's bom anyway).

Closes gh-45852
2025-06-09 16:25:20 +01:00
Andy Wilkinson
abc0077140 Remove redundant test
Support for Zipkin export using a RestTemplate- or WebClient-based
sender was deprecated in 3.3 and then removed in 3.5. This made
redundant the tests that checked there was no cycle when using
RestTemplate or WebClient.

Closes gh-45847
2025-06-09 16:21:28 +01:00
Phillip Webb
564b65bc78 Permit write and delete operations on Cloud Foundry with Spring Security
Update `CloudFoundryActuatorAutoConfiguration` so that CSRF protection
is ignored for Cloud Foundry endpoint requests. This aligns with the
behavior of Spring Boot 3.4 where `ignoring()` was used for security
configuration. With the migration to `permitAll()` we now need
additional CSRF configuration.

Fixes gh-45848
2025-06-09 10:50:19 +01:00
Stéphane Nicoll
edb25fed30 Upgrade to XmlUnit2 2.10.2
Closes gh-45841
2025-06-06 13:28:29 +02:00
Stéphane Nicoll
90b0a51bb0 Upgrade to Testcontainers 1.21.1
Closes gh-45840
2025-06-06 13:28:29 +02:00
Stéphane Nicoll
af4a78776b Upgrade to REST Assured 5.5.5
Closes gh-45839
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
78df00a0ca Upgrade to Pulsar 4.0.5
Closes gh-45838
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
63d1a0c97a Upgrade to Prometheus Client 1.3.8
Closes gh-45837
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
95755d71c4 Upgrade to Postgresql 42.7.6
Closes gh-45836
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
6299e366a5 Upgrade to Netty 4.1.122.Final
Closes gh-45835
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
8b16831004 Upgrade to Jetty 12.0.22
Closes gh-45834
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
d7f33e3565 Upgrade to Jetty Reactive HTTPClient 4.0.10
Closes gh-45833
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
9de24a4a3a Upgrade to Jaybird 6.0.2
Closes gh-45832
2025-06-06 13:28:28 +02:00