Commit Graph

53560 Commits

Author SHA1 Message Date
Stéphane Nicoll
1fd5ad5d60 Merge pull request #45965 from csbiy
* pr/45965:
  Upgrade copyright year of changed file
  Replace explicit loop with forEach method reference

Closes gh-45965
2025-06-15 21:03:44 +02:00
Stéphane Nicoll
a8dd8213fd Upgrade copyright year of changed file
See gh-45965
2025-06-15 21:02:27 +02:00
csbiy
b3e1f97630 Replace explicit loop with forEach method reference
See gh-45965

Signed-off-by: csbiy <katd6@naver.com>
2025-06-15 21:01:51 +02:00
Andy Wilkinson
3911507b36 Prevent NAME environment variable from affecting test
Closes gh-45874
2025-06-13 18:47:51 +01:00
Stéphane Nicoll
7c2addd57d Merge branch '3.3.x' into 3.4.x 2025-06-13 16:58:00 +02:00
Stéphane Nicoll
8c7c33231c Upgrade to Spring Data Bom 2024.1.7
Closes gh-45767
2025-06-13 16:48:14 +02:00
Stéphane Nicoll
250c76ebbc Upgrade to Jackson Bom 2.18.4.1
Closes gh-45957
2025-06-13 16:48:14 +02:00
Stéphane Nicoll
ecefd43fae Upgrade to Hibernate 6.6.18.Final
Closes gh-45956
2025-06-13 16:48:14 +02:00
Stéphane Nicoll
91ff768035 Upgrade to Spring Data Bom 2024.0.13
Closes gh-45754
2025-06-13 16:47:49 +02:00
Stéphane Nicoll
3d92d12e8e Merge branch '3.3.x' into 3.4.x
Closes gh-45960
2025-06-13 16:46:43 +02:00
Stéphane Nicoll
0656190cb0 Use Jackson bom in buildSrc
Closes gh-45959
2025-06-13 16:43:32 +02:00
Andy Wilkinson
70b3f625d8 Merge branch '3.3.x' into 3.4.x
Closes gh-45951
2025-06-13 09:39:04 +01:00
Andy Wilkinson
fdbddcf606 Work around unwanted side-effect of getCredentials()
Previously, we called getCredentials() to determine whether or not a
repository requires authentication. Unfortunately, the method has the
unwanted side-effect of assigning empty username and password
credentials to a repository that previously did not require
authentication and did not, therefore, have any credentials. These
empty credentials can then cause subsequent failures because
"Username must not be null!".

There's no side-effect-free public API for accessing a repository's
credentials. Instead, we're using some internal API on
AuthenticationSupportedInternal. If this causes problems when
upgrading to a new version of Gradle a different approach will be
required. For example, we could pass in the repositories in two
separate collections: those that require authentication and those
that don't.

Closes gh-45950
2025-06-13 09:34:25 +01:00
Stéphane Nicoll
e950a085f8 Fix casing of ServerProperties.Jetty.Accesslog.FORMAT
Closes gh-45884
2025-06-13 08:22:29 +02:00
Stéphane Nicoll
ab1dec0a5b Merge branch '3.3.x' into 3.4.x 2025-06-12 21:44:35 +02:00
Stéphane Nicoll
9653b7ffd2 Upgrade to Spring LDAP 3.2.13
Closes gh-45758
2025-06-12 21:32:31 +02:00
Stéphane Nicoll
59e9d25232 Upgrade to Spring Framework 6.2.8
Closes gh-45755
2025-06-12 21:32:30 +02:00
Stéphane Nicoll
a18b2c88a9 Upgrade to Postgresql 42.7.7
Closes gh-45941
2025-06-12 21:32:30 +02:00
Stéphane Nicoll
8835d23e59 Upgrade to jOOQ 3.19.24
Closes gh-45940
2025-06-12 21:32:30 +02:00
Stéphane Nicoll
5bbc0755ef Upgrade to Spring LDAP 3.2.13
Closes gh-45758
2025-06-12 21:31:07 +02:00
Stéphane Nicoll
9e48eed0ee Upgrade to Spring Framework 6.1.21
Closes gh-45755
2025-06-12 21:31:07 +02:00
Stéphane Nicoll
cc21ec3b27 Upgrade to Postgresql 42.7.7
Closes gh-45941
2025-06-12 21:31:07 +02:00
Stéphane Nicoll
ea7c750909 Upgrade to jOOQ 3.19.24
Closes gh-45940
2025-06-12 21:31:02 +02:00
Moritz Halbritter
493bf08956 Merge pull request #45894 from wonyongg
* pr/45894:
  Fix typo in variable name

Closes gh-45894
2025-06-12 12:43:30 +02:00
wonyongg
449cb23614 Fix typo in variable name
See gh-45894

Signed-off-by: wonyongg <111210881+wonyongg@users.noreply.github.com>
2025-06-12 12:18:15 +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
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
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
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
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
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
Stéphane Nicoll
f229cedd6d Merge branch '3.3.x' into 3.4.x 2025-06-10 17:29:51 +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
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
58a9119778 Merge branch '3.3.x' into 3.4.x 2025-06-10 07:44:01 +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