Commit Graph

43614 Commits

Author SHA1 Message Date
Andy Wilkinson
c3e2c9d684 Polish "Support Jetty in ClientHttpRequestFactories"
See gh-36116
2023-07-04 17:49:07 +01:00
Arjen Poutsma
7ceece3d3d Support Jetty in ClientHttpRequestFactories
This commit introduces support for the JettyClientHttpRequestFactory
in ClientHttpRequestFactories.

See gh-36116
2023-07-04 17:49:07 +01:00
Phillip Webb
2cbd916cdb Merge branch '3.1.x'
Closes gh-36221
2023-07-04 15:21:32 +01:00
Phillip Webb
b8dbe89d58 Merge pull request #36170 from izeye
* pr/36170:
  Use kebab-case for property default values in metadata

Closes gh-36170
2023-07-04 15:21:19 +01:00
Johnny Lim
e97c5a7118 Use kebab-case for property default values in metadata
See gh-36170
2023-07-04 15:20:42 +01:00
Phillip Webb
41cdfb891f Merge branch '3.1.x'
Closes gh-36220
2023-07-04 15:18:42 +01:00
Phillip Webb
2e11349c93 Merge branch '3.0.x' into 3.1.x
Closes gh-36219
2023-07-04 15:18:32 +01:00
Phillip Webb
9884abb379 Merge branch '2.7.x' into 3.0.x
Closes gh-36218
2023-07-04 15:18:15 +01:00
Phillip Webb
9d1dced050 Merge pull request #34978 from bedla
* pr/34978:
  Polish 'Improve Kubernetes probe customization documentation'
  Improve Kubernetes probe customization documentation

Closes gh-34978
2023-07-04 15:17:37 +01:00
Phillip Webb
fc31e14e72 Polish 'Improve Kubernetes probe customization documentation'
See gh-34978
2023-07-04 15:17:20 +01:00
Ivo Smid
028ff3a7be Improve Kubernetes probe customization documentation
See gh-34978
2023-07-04 15:17:20 +01:00
Andy Wilkinson
eb58ade3a2 Merge branch '3.1.x'
Closes gh-36216
2023-07-04 15:13:51 +01:00
Andy Wilkinson
215763bded Merge branch '3.0.x' into 3.1.x
Closes gh-36215
2023-07-04 15:13:35 +01:00
Andy Wilkinson
b764b5beee Merge branch '2.7.x' into 3.0.x
Closes gh-36214
2023-07-04 15:13:19 +01:00
Andy Wilkinson
1f75ba557e Document HTTP client auto-detection for RestTemplate and WebClient
Closes gh-34136
2023-07-04 15:09:40 +01:00
Phillip Webb
0adf09b9dc Switch ImportsContextCustomizer to use MergedAnnotations.search
Closes gh-36211
2023-07-04 14:06:38 +01:00
Phillip Webb
7c942679ad Polish 'Switch ImportsContextCustomizer to use MergedAnnotations.search'
See gh-36211
2023-07-04 14:05:48 +01:00
Laurent Martelli
4562189125 Switch ImportsContextCustomizer to use MergedAnnotations.search #36211
Use `MergedAnnotations.search` in `ImportsContextCustomizer` rather than
needing dedicated search logic.

See gh-36211
2023-07-04 13:58:53 +01:00
Andy Wilkinson
2350d9c870 Adapt to Data changes missed due to predictive test selection
See gh-36190
2023-07-04 12:39:52 +01:00
Andy Wilkinson
9985c845f2 Adapt to Framework changes missed due to predictive test selection
See gh-36198
2023-07-04 12:39:52 +01:00
Phillip Webb
b2985676aa Merge branch '3.1.x'
Closes gh-36210
2023-07-04 12:19:47 +01:00
Phillip Webb
97ef8f38a4 Merge branch '3.0.x' into 3.1.x
Closes gh-36209
2023-07-04 12:19:20 +01:00
Phillip Webb
ab7e4da703 Merge branch '2.7.x' into 3.0.x
Closes gh-36208
2023-07-04 12:18:52 +01:00
Phillip Webb
b7ad85cbba Merge pull request #34917 from lmartelli
* pr/34917:
  Use MergedAnnotations for `@AliasFor` support
  Test that ImportsContextCustomizer can support @AliasFor

Closes gh-34917
2023-07-04 12:17:58 +01:00
Phillip Webb
5d0640a356 Use MergedAnnotations for @AliasFor support
Update `ImportsContextCustomizer` to use `MergedAnnotations` so
that `@AliasFor` can be supported.

See gh-34917
2023-07-04 12:17:58 +01:00
Laurent Martelli
9baf23ccd5 Test that ImportsContextCustomizer can support @AliasFor
Add test to ensure that `ImportsContextCustomizer` can support
`@AliasFor` annotations.

See gh-34917
2023-07-04 12:17:58 +01:00
Andy Wilkinson
45abf8aaeb Merge branch '3.1.x'
Closes gh-36206
2023-07-04 11:40:31 +01:00
Andy Wilkinson
13d5cda704 Merge branch '3.0.x' into 3.1.x
Closes gh-36205
2023-07-04 11:40:21 +01:00
Andy Wilkinson
f1d87b309c Merge branch '2.7.x' into 3.0.x
Closes gh-36204
2023-07-04 11:40:10 +01:00
Andy Wilkinson
1850d192ed Merge pull request #36201 from dependabot[bot]
* gh-36201:
  Upgrade to gradle/gradle-build-action 2.5.1

Closes gh-36201
2023-07-04 11:39:59 +01:00
dependabot[bot]
189beb34cd Upgrade to gradle/gradle-build-action 2.5.1
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action) from 2.4.2 to 2.5.1.
- [Release notes](https://github.com/gradle/gradle-build-action/releases)
- [Commits](749f47bda3...40b6781dcd)

---
updated-dependencies:
- dependency-name: gradle/gradle-build-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

See gh-36201
2023-07-04 11:39:11 +01:00
Andy Wilkinson
5a9ca67fba Start building against Spring Framework 6.2.0-M2 snapshots
See gh-36198
2023-07-04 10:20:33 +01:00
Andy Wilkinson
1fa079d9b5 Start building against Micrometer Tracing 1.2.0 snapshots
See gh-36199
2023-07-04 09:44:55 +01:00
Andy Wilkinson
afdc133d6a Start building against Spring Session 3.2.0 snapshots
See gh-36196
2023-07-04 09:44:54 +01:00
Andy Wilkinson
e1b5eb5040 Start building against Spring Security 6.2.0 snapshots
See gh-36195
2023-07-04 09:44:54 +01:00
Andy Wilkinson
32d8355191 Start building against Spring Kafka 3.0.9 snapshots
See gh-36194
2023-07-04 09:44:54 +01:00
Andy Wilkinson
1e0a572dfa Start building against Spring Integration 6.2.0 snapshots
See gh-36193
2023-07-04 09:44:54 +01:00
Andy Wilkinson
c794f52085 Start building against Spring HATEOAS 2.2.0 snapshots
See gh-36192
2023-07-04 09:44:53 +01:00
Andy Wilkinson
f85ba2a37e Start building against Spring GraphQL 1.2.2 snapshots
See gh-36191
2023-07-04 09:44:53 +01:00
Andy Wilkinson
ec8e1e2c95 Start building against Spring Data Bom 2023.1.0 snapshots
See gh-36190
2023-07-04 09:44:53 +01:00
Andy Wilkinson
e847e662c2 Start building against Spring Batch 5.1.0 snapshots
See gh-36189
2023-07-03 19:26:45 +01:00
Andy Wilkinson
dc1d458e64 Start building against Micrometer 1.12.0 snapshots
See gh-36188
2023-07-03 19:26:40 +01:00
Andy Wilkinson
a191f3e458 Merge branch '3.1.x' 2023-07-03 19:22:46 +01:00
Andy Wilkinson
d0a61c2e78 Start building against Spring Kafka 3.0.9 snapshots
See gh-36187
2023-07-03 17:52:53 +01:00
Andy Wilkinson
3c00a04211 Start building against Spring GraphQL 1.2.2 snapshots
See gh-36186
2023-07-03 17:52:48 +01:00
Andy Wilkinson
921691284d Start building against Spring Framework 6.0.11 snapshots
See gh-36185
2023-07-03 17:52:43 +01:00
Andy Wilkinson
9d0e058352 Start building against Spring Data Bom 2023.0.2 snapshots
See gh-36184
2023-07-03 17:52:38 +01:00
Andy Wilkinson
ffd3944bc7 Start building against Micrometer 1.11.2 snapshots
See gh-36183
2023-07-03 17:52:33 +01:00
Andy Wilkinson
38fdef6ec4 Merge branch '3.1.x' 2023-07-03 17:42:04 +01:00
Andy Wilkinson
1ff999c2a2 Merge branch '3.0.x' into 3.1.x 2023-07-03 17:41:42 +01:00