Commit Graph

54867 Commits

Author SHA1 Message Date
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
139436ea23 Merge branch '3.4.x' 2025-06-06 13:28:47 +02: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
Stéphane Nicoll
d02c14dee9 Upgrade to Infinispan 15.2.2.Final
Closes gh-45831
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
85fa9b62ef Upgrade to Hibernate 6.6.17.Final
Closes gh-45830
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
7cf0522264 Upgrade to Groovy 4.0.27
Closes gh-45829
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
99da7165a5 Upgrade to Git Commit ID Maven Plugin 9.0.2
Closes gh-45828
2025-06-06 13:28:28 +02:00
Stéphane Nicoll
6c56a425d3 Upgrade to Build Helper Maven Plugin 3.6.1
Closes gh-45827
2025-06-06 13:28:27 +02:00
Stéphane Nicoll
5ed967a07a Upgrade to Zipkin Reporter 3.5.1
Closes gh-45826
2025-06-06 13:28:27 +02:00
Stéphane Nicoll
a553327a9a Merge branch '3.3.x' into 3.4.x 2025-06-06 13:25:59 +02:00
Stéphane Nicoll
ede90e9e65 Upgrade to XmlUnit2 2.10.2
Closes gh-45825
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
e8d9b54a72 Upgrade to REST Assured 5.5.5
Closes gh-45824
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
2070a712ba Upgrade to Pulsar 3.3.7
Closes gh-45823
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
ab821ac25b Upgrade to Prometheus Client 1.3.8
Closes gh-45822
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
1210ed84de Upgrade to Postgresql 42.7.6
Closes gh-45821
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
191a7eccff Upgrade to Netty 4.1.122.Final
Closes gh-45820
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
eb05f0f9f6 Upgrade to Jetty 12.0.22
Closes gh-45819
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
3d4fe73b48 Upgrade to Jetty Reactive HTTPClient 4.0.10
Closes gh-45818
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
d5e7da00d6 Upgrade to Jaybird 5.0.8.java11
Closes gh-45817
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
70649ca011 Upgrade to Infinispan 15.0.15.Final
Closes gh-45816
2025-06-06 13:11:13 +02:00
Stéphane Nicoll
37e71e223d Upgrade to Hibernate 6.6.17.Final
Closes gh-45815
2025-06-06 13:11:12 +02:00
Stéphane Nicoll
41d3e4ab2c Upgrade to Groovy 4.0.27
Closes gh-45814
2025-06-06 13:11:12 +02:00
Stéphane Nicoll
26fa5cb0ee Upgrade to Git Commit ID Maven Plugin 9.0.2
Closes gh-45813
2025-06-06 13:11:12 +02:00
Stéphane Nicoll
e97d676309 Upgrade to Build Helper Maven Plugin 3.6.1
Closes gh-45812
2025-06-06 13:11:12 +02:00
Stéphane Nicoll
6106bdd969 Upgrade to Postgresql 42.7.6
Closes gh-45811
2025-06-06 13:11:04 +02:00
Stéphane Nicoll
ccbac59416 Upgrade to Netty 4.1.122.Final
Closes gh-45810
2025-06-06 13:11:04 +02:00
Stéphane Nicoll
8b13830106 Upgrade to Jetty 12.0.22
Closes gh-45809
2025-06-06 13:11:04 +02:00
Stéphane Nicoll
b163e6dbea Upgrade to Jetty Reactive HTTPClient 4.0.10
Closes gh-45808
2025-06-06 13:11:04 +02:00
Stéphane Nicoll
f7f1c1315b Upgrade to Jaybird 5.0.8.java11
Closes gh-45807
2025-06-06 13:11:03 +02:00
Stéphane Nicoll
a32be05751 Upgrade to Infinispan 15.0.15.Final
Closes gh-45806
2025-06-06 13:11:03 +02:00
Stéphane Nicoll
b8417c8221 Upgrade to Groovy 4.0.27
Closes gh-45805
2025-06-06 13:11:03 +02:00
Andy Wilkinson
458578033e Merge branch '3.4.x'
Closes gh-45844
2025-06-06 11:26:54 +01:00