Andy Wilkinson
a2bb4e8ab8
Start building against Micrometer Tracing 1.1.3 snapshots
...
See gh-36296
2023-07-10 13:59:47 +01:00
Andy Wilkinson
0d22afc8e2
Merge branch '3.0.x' into 3.1.x
2023-07-10 13:57:15 +01:00
Andy Wilkinson
8659372551
Merge branch '2.7.x' into 3.0.x
2023-07-10 13:57:08 +01:00
Andy Wilkinson
9a03a353ec
Start building against Spring Security 5.7.10 snapshots
...
See gh-36295
2023-07-10 13:56:57 +01:00
Andy Wilkinson
c351b7a331
Merge branch '3.0.x' into 3.1.x
2023-07-10 13:53:12 +01:00
Andy Wilkinson
4a9327b3f1
Start building against Spring Security 6.0.5 snapshots
...
See gh-36293
2023-07-10 13:43:24 +01:00
Andy Wilkinson
7462065f38
Start building against Reactor Bom 2022.0.9 snapshots
...
See gh-36292
2023-07-10 13:43:19 +01:00
Andy Wilkinson
b1f9be6a28
Start building against Micrometer Tracing 1.0.8 snapshots
...
See gh-36291
2023-07-10 13:43:14 +01:00
Andy Wilkinson
0d06747b41
Fix problem with @ and : chars in Mongo username and password
...
Fixes gh-36261
2023-07-10 13:35:08 +01:00
Andy Wilkinson
1085c1707e
Merge branch '3.0.x' into 3.1.x
2023-07-07 12:19:15 +01:00
Andy Wilkinson
732424f7cb
Polish
2023-07-07 12:19:05 +01:00
Andy Wilkinson
c4157bb515
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36276
2023-07-07 12:07:07 +01:00
Andy Wilkinson
cc80bb78fe
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36275
2023-07-07 12:06:51 +01:00
Andy Wilkinson
52f732920b
Support multiple health groups with an additional path with Jersey
...
This commit knowingly makes breaking API changes to
JerseyHealthEndpointAdditionalPathResourceFactory. We considered
other options but they all had the potential to be backwards
incompatible in one way or another. Faced with that situation we
concluded that the likelihood of anyone using the modified API
directly is small enough to warrant making the breaking changes.
If it becomes apparent that we have misjudged things we can revisit
the changes in the future.
Closes gh-36250
2023-07-07 11:21:56 +01:00
Andy Wilkinson
b7099094b9
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36268
2023-07-06 19:42:47 +01:00
Andy Wilkinson
4d70b83e80
Improve javadoc of ClientHttpRequestFactories
...
Closes gh-36267
2023-07-06 19:42:17 +01:00
Andy Wilkinson
ea91b2f861
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36247
2023-07-06 12:30:09 +01:00
Andy Wilkinson
7ae030adad
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36245
2023-07-06 12:29:38 +01:00
Andy Wilkinson
76cd102aa6
Upgrade CI images to ubuntu:jammy-20230624
...
Closes gh-36246
2023-07-06 12:28:22 +01:00
Andy Wilkinson
e1459c922e
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36259
2023-07-06 12:11:55 +01:00
Andy Wilkinson
f63e84c25f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36258
2023-07-06 12:11:43 +01:00
Andy Wilkinson
4e4da9fce0
Disable parallel execution for PR builds on GitHub Actions
...
Closes gh-36257
2023-07-06 12:11:08 +01:00
Andy Wilkinson
64eaca4db3
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36255
2023-07-06 11:32:33 +01:00
Andy Wilkinson
81510441aa
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36254
2023-07-06 11:25:52 +01:00
Andy Wilkinson
142a3983a0
Check that AutoConfiguration classes are listed in imports file
...
Closes gh-36253
2023-07-06 11:19:03 +01:00
Phillip Webb
034803ee2f
Polish
2023-07-05 20:59:39 +01:00
Andy Wilkinson
c9f8d92656
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36237
2023-07-05 09:47:43 +01:00
Andy Wilkinson
e17aff09cc
Merge pull request #36167 from izeye
...
* gh-36167:
Polish "Use Stream.toList()"
Use Stream.toList()
Closes gh-36167
2023-07-05 09:42:15 +01:00
Andy Wilkinson
0e815d2342
Polish "Use Stream.toList()"
...
See gh-36167
2023-07-05 09:39:38 +01:00
Johnny Lim
0fa58c04e7
Use Stream.toList()
...
See gh-36167
2023-07-05 09:38:19 +01:00
Andy Wilkinson
20cfc3c9d0
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36235
2023-07-05 09:19:49 +01:00
Andy Wilkinson
bdead8d0e3
Merge pull request #36168 from eddumelendez
...
* gh-36168:
Use spring-amqp-bom
Closes gh-36168
2023-07-05 09:19:37 +01:00
Eddú Meléndez
f57e6a1fa5
Use spring-amqp-bom
...
See gh-36168
2023-07-05 09:19:24 +01:00
Andy Wilkinson
0bfc3c3872
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36233
2023-07-05 09:12:47 +01:00
Andy Wilkinson
e28aa19ec5
Merge pull request #36225 from quaff
...
* gh-36225:
Polish formatting in "Running Spring Batch Jobs on Startup"
Closes gh-36225
2023-07-05 09:12:35 +01:00
Yanming Zhou
9439494923
Polish formatting in "Running Spring Batch Jobs on Startup"
...
See gh-36225
2023-07-05 09:12:07 +01:00
Andy Wilkinson
bdb7fdc6fc
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36230
2023-07-05 09:09:26 +01:00
Andy Wilkinson
581c2633f8
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36229
2023-07-05 09:09:07 +01:00
Andy Wilkinson
300e50721f
Merge pull request #36224 from bbulgarelli
...
* gh-36224:
Polish "Check for Class and ResolvableType object type attributes"
Check for Class and ResolvableType object type attributes
Closes gh-36224
2023-07-05 09:08:57 +01:00
Andy Wilkinson
f4c996b432
Polish "Check for Class and ResolvableType object type attributes"
...
See gh-36224
2023-07-05 09:04:58 +01:00
Bernardo Bulgarelli
3a7185206e
Check for Class and ResolvableType object type attributes
...
See gh-36224
2023-07-05 09:04:04 +01:00
Andy Wilkinson
480049ef5b
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36227
2023-07-05 08:53:15 +01:00
Andy Wilkinson
cbc0f7117f
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36226
2023-07-05 08:52:55 +01:00
Andy Wilkinson
fe08c70973
Test Gradle plugin against Gradle 8.2
...
Closes gh-36207
2023-07-05 08:13:24 +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
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