Andy Wilkinson
fc7e9d277b
Start building against Micrometer 1.10.9 snapshots
...
See gh-36178
2023-07-03 16:49:50 +01:00
Andy Wilkinson
339050fb89
Merge branch '2.7.x' into 3.0.x
2023-07-03 16:25:21 +01:00
Andy Wilkinson
1c5447d9f8
Start building against Spring Framework 5.3.29 snapshots
...
See gh-36174
2023-07-03 15:41:20 +01:00
Andy Wilkinson
a3990f16b9
Start building against Spring Data Bom 2021.2.14 snapshots
...
See gh-36173
2023-07-03 15:41:15 +01:00
Andy Wilkinson
b9881fa6f0
Start building against Reactor Bom 2020.0.34 snapshots
...
See gh-36172
2023-07-03 15:41:10 +01:00
Andy Wilkinson
90760e834f
Start building against Micrometer 1.9.13 snapshots
...
See gh-36171
2023-07-03 15:41:05 +01:00
Phillip Webb
f1b0d76d9b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36162
2023-07-02 19:46:45 +01:00
Phillip Webb
094cc5563e
Merge pull request #35902 from lasselindqvist
...
* pr/35902:
Polish 'Choose SAML party based on entity ID rather than always using first'
Choose SAML party based on entity ID rather than always using first
Closes gh-35902
2023-07-02 19:02:27 +01:00
Phillip Webb
b6990940b1
Polish 'Choose SAML party based on entity ID rather than always using first'
...
See gh-35902
2023-07-02 19:02:08 +01:00
Lasse Lindqvist
864af59adc
Choose SAML party based on entity ID rather than always using first
...
Update `Saml2RelyingPartyRegistrationConfiguration` so that
`RelyingPartyRegistrations` uses `collectionFromMetadataLocation`
rather than `fromMetadataLocation` and searches candidates for a
matching entity ID.
Prior to this commit, it was possible for the wrong provider to be
used if multiple candidates existed in the returned metadata.
See gh-35902
2023-07-02 18:54:34 +01:00
Phillip Webb
566549021b
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36159
2023-07-02 14:00:47 +01:00
Phillip Webb
51ee702dac
Allow configprops endpoint stringify primitive wrappers
...
Update `ConfigurationPropertiesReportEndpoint` so that primitive
wrapper input values in the Environment are stringified for display.
Fixes gh-36076
2023-07-02 13:59:30 +01:00
Andy Wilkinson
e272c0f160
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36151
2023-06-30 20:30:21 +01:00
Andy Wilkinson
4d1defdea4
Upgrade to Gradle 7.6.2
...
Closes gh-36150
2023-06-30 20:24:28 +01:00
Phillip Webb
a14ddd6900
Polish adoc formatting
2023-06-30 14:54:21 +01:00
Andy Wilkinson
70406452df
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36144
2023-06-30 14:47:20 +01:00
Andy Wilkinson
2b89b879f2
Merge pull request #34804 from eydunn
...
* gh-34804:
Polish "Fix asymmetry of equals when element has trailing dashes"
Fix asymmetry of equals when element has trailing dashes
Closes gh-34804
2023-06-30 14:38:51 +01:00
Andy Wilkinson
b06e7e60f9
Polish "Fix asymmetry of equals when element has trailing dashes"
...
See gh-34804
2023-06-30 14:38:31 +01:00
Eyðun Nielsen
a86429a62a
Fix asymmetry of equals when element has trailing dashes
...
See gh-34804
2023-06-30 14:37:47 +01:00
Andy Wilkinson
3d1ca62a6f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36141
2023-06-30 14:06:39 +01:00
Andy Wilkinson
7b565bd397
Merge pull request #36032 from garyrussell
...
* gh-36032:
Polish "Polish Kafka Properties Docs"
Polish Kafka Properties Docs
Closes gh-36032
2023-06-30 14:06:23 +01:00
Andy Wilkinson
362182efd8
Polish "Polish Kafka Properties Docs"
...
See gh-36032
2023-06-30 14:06:13 +01:00
Gary Russell
025063e708
Polish Kafka Properties Docs
...
There are 4 client types but there were a couple of places where not
all client types were mentioned (such as 'applies to producers,
consumers and admins').
See gh-36032
2023-06-30 14:01:26 +01:00
Andy Wilkinson
66aa55b65d
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36138
2023-06-30 13:00:25 +01:00
Andy Wilkinson
2cde94e13d
Merge pull request #36019 from dkswnkk
...
* gh-36019:
Fix typo in Using R2DBC
Closes gh-36019
2023-06-30 13:00:17 +01:00
JuHyeong Ahn
dbdb4d4e8d
Fix typo in Using R2DBC
...
See gh-36019
2023-06-30 12:59:49 +01:00
Moritz Halbritter
606063589f
Document trace propagation with RestTemplate and WebClient
...
Closes gh-34053
2023-06-30 10:44:14 +02:00
Andy Wilkinson
fa72f90a10
Avoid NPE when a PeriodicTrigger has no initial delay
...
Closes gh-36081
2023-06-30 08:47:34 +01:00
Andy Wilkinson
93f8bd2170
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36126
2023-06-30 08:25:53 +01:00
Andy Wilkinson
996252f929
Stop using deprecated classifier property
...
Closes gh-36125
2023-06-30 08:22:14 +01:00
Scott Frederick
884489e73a
Apply system properties to RestTemplate HttpClient
...
Fixes gh-35815
2023-06-29 16:31:09 -06:00
Andy Wilkinson
6effd6061c
Provide hints when template auto-config is excluded
...
Fixes gh-35682
2023-06-29 18:09:30 +01:00
Moritz Halbritter
2b398827de
Add "baggage" section to tracing docs
...
Closes gh-34977
2023-06-29 11:30:58 +02:00
Scott Frederick
80e72836ef
Disable Paketo builder native system test on Java 20
...
See gh-35897
2023-06-28 15:11:32 -06:00
Andy Wilkinson
79cd3a027a
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36098
2023-06-27 20:30:24 +01:00
Andy Wilkinson
9e1f2c4257
Tolerate Flway 9.20
...
Closes gh-36029
2023-06-27 20:22:24 +01:00
Andy Wilkinson
b3c321e40c
Polish javadoc of RestTemplateBuilder.requestFactory(Function)
...
Closes gh-36046
2023-06-27 20:13:11 +01:00
Andy Wilkinson
b2bc114d6f
Update javadoc to link to non-deprecated ConstructorBinding
...
Closes gh-36045
2023-06-27 20:08:03 +01:00
Andy Wilkinson
97773e5271
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36011
2023-06-27 14:30:11 +01:00
Andy Wilkinson
15d6858db9
Upgrade CI images to ubuntu:jammy-20230605
...
Closes gh-36012
2023-06-27 14:28:44 +01:00
Andy Wilkinson
ffbef7bb80
Test server.max-http-request-header-size with Undertow
...
Closes gh-36047
2023-06-27 13:50:04 +01:00
Andy Wilkinson
156bcb1dea
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36088
2023-06-27 11:18:13 +01:00
Andy Wilkinson
e8cbb9ae1b
Stop using deprecated JavaExec property in spring-boot-smoke-test-ant
...
Closes gh-36086
2023-06-27 11:17:50 +01:00
Andy Wilkinson
774993b510
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36083
2023-06-27 11:10:51 +01:00
Andy Wilkinson
0fdaba2487
Make TestSliceMetadata depend on source set's processResources task
...
Closes gh-36082
2023-06-27 11:10:30 +01:00
Andy Wilkinson
7d73b07161
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36078
2023-06-27 09:41:07 +01:00
Andy Wilkinson
92e488345d
Upgrade to nohttp 0.0.11
...
Closes gh-36074
2023-06-27 09:40:12 +01:00
Scott Frederick
4a3abdd7c3
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36053
2023-06-23 15:46:27 -06:00
Scott Frederick
a9d3acb12c
Merge pull request #36048 from izeye
...
* pr/36048:
Add Javadoc since to ImageReference.inTaglessForm()
Closes gh-36048
2023-06-23 15:45:56 -06:00
Johnny Lim
59d4bf97a1
Add Javadoc since to ImageReference.inTaglessForm()
...
See gh-36048
2023-06-23 15:45:29 -06:00