Phillip Webb
092428e752
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38424
2023-11-20 20:35:31 -08:00
Phillip Webb
1e4d605ab7
Merge pull request #38403 from jonatan-ivanov
...
* pr/38403:
Update access log pattern to align with Tomcat 10
Closes gh-38403
2023-11-20 20:35:21 -08:00
Jonatan Ivanov
d5c22b9f5a
Update access log pattern to align with Tomcat 10
...
As of Tomcat 10 "%D" changed to mean microseconds instead of
milliseconds.
See gh-38403
2023-11-20 20:34:48 -08:00
Phillip Webb
f68df82b30
Support lenient ContainerConnectionDetailsFactory hint registration
...
Update `ContainerConnectionDetailsFactory` hint registration logic
so that types are optional on the classpath.
See gh-36606
Fixes gh-38392
2023-11-20 16:26:22 -08:00
Andy Wilkinson
6229d5de3d
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38401
2023-11-20 21:00:23 +00:00
Andy Wilkinson
a1db63b726
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38400
2023-11-20 20:59:56 +00:00
Andy Wilkinson
b4348ecf19
Don't set next version when staging final version
...
Closes gh-38399
2023-11-20 20:57:45 +00:00
Andy Wilkinson
afe6e99ec0
Merge branch '3.0.x' into 3.1.x
...
See gh-38396
2023-11-20 10:52:45 +00:00
Andy Wilkinson
8b5f3f3176
Merge branch '2.7.x' into 3.0.x
...
See gh-38395
2023-11-20 10:52:28 +00:00
Andy Wilkinson
83d1d8e36d
Parameterize Artifactory repository names
...
See gh-38394
2023-11-20 10:51:53 +00:00
Andy Wilkinson
d8cd5d955b
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38396
2023-11-20 10:39:34 +00:00
Andy Wilkinson
6b8f38e873
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38395
2023-11-20 10:39:11 +00:00
Andy Wilkinson
81ced3ecdb
Improve parameterization of the CI pipeline
...
Closes gh-38394
2023-11-20 10:36:58 +00:00
Andy Wilkinson
a9f49e1085
Upgrade to Spring HATEOAS 2.1.3
...
Closes gh-38375
2023-11-16 15:59:26 +00:00
Andy Wilkinson
0d7e1e1c27
Merge branch '3.0.x' into 3.1.x
2023-11-16 15:58:54 +00:00
Andy Wilkinson
473b801c52
Upgrade to Spring HATEOAS 2.0.7
...
Closes gh-38374
2023-11-16 15:58:41 +00:00
Andy Wilkinson
301c76e2c2
Merge branch '2.7.x' into 3.0.x
2023-11-16 15:58:08 +00:00
Andy Wilkinson
19f8e042a6
Upgrade to Spring HATEOAS 1.5.6
...
Closes gh-38373
2023-11-16 15:57:56 +00:00
Andy Wilkinson
a0f94172cb
Upgrade to Spring Framework 6.0.14
...
Closes gh-38301
2023-11-16 15:04:46 +00:00
Andy Wilkinson
a11bda6a9a
Merge branch '3.0.x' into 3.1.x
2023-11-16 15:04:15 +00:00
Andy Wilkinson
77cce80da7
Upgrade to Spring Framework 6.0.14
...
Closes gh-38294
2023-11-16 15:04:02 +00:00
Andy Wilkinson
4a38d032af
Restore use of avg in JPA smoke test
...
Closes gh-34895
2023-11-16 14:40:13 +00:00
Andy Wilkinson
a68eae66e1
Start building against Spring HATEOAS 2.1.3 snapshots
...
See gh-38375
2023-11-16 12:12:21 +00:00
Andy Wilkinson
60a70c9365
Merge branch '3.0.x' into 3.1.x
2023-11-16 12:11:12 +00:00
Andy Wilkinson
15e9ae91ea
Start building against Spring HATEOAS 2.0.7 snapshots
...
See gh-38374
2023-11-16 12:10:58 +00:00
Andy Wilkinson
9362658ed5
Merge branch '2.7.x' into 3.0.x
2023-11-16 12:10:07 +00:00
Andy Wilkinson
239e8a640e
Start building against Spring HATEOAS 1.5.6 snapshots
...
See gh-38373
2023-11-16 12:09:55 +00:00
Andy Wilkinson
1a3feb3c10
Merge branch '3.0.x' into 3.1.x
2023-11-16 09:42:45 +00:00
Andy Wilkinson
bdf4582860
Merge branch '2.7.x' into 3.0.x
2023-11-16 09:42:33 +00:00
Andy Wilkinson
4d63983493
Start building against Spring Kafka 3.0.13 snapshots
...
See gh-38370
2023-11-16 09:41:42 +00:00
Andy Wilkinson
87e2b1ea8e
Upgrade to Spring Framework 5.3.31
...
Closes gh-38283
2023-11-16 09:38:35 +00:00
Andy Wilkinson
8b72e5612b
Start building against Spring Kafka 3.0.13 snapshots
...
See gh-38369
2023-11-15 19:21:09 +00:00
Andy Wilkinson
37b2567aeb
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38365
2023-11-15 16:00:05 +00:00
Andy Wilkinson
ff555c5ceb
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38364
2023-11-15 15:57:39 +00:00
Andy Wilkinson
c2156d6803
Remove static state from CF web endpoint integration tests
...
The mocks being static meant that their state was shared across each
test in the class. This resulted in the tests being order dependent.
This commit uses instance variables to hold the mocks, thereby
ensuring that they're recreated for each test as part of the standard
JUnit lifecycle.
Closes gh-38363
2023-11-15 15:16:24 +00:00
Moritz Halbritter
9c1c18c2b9
Document that tracing is disabled in tests in the "Tracing" section
...
Closes gh-33975
2023-11-15 09:06:39 +01:00
Andy Wilkinson
b7c7b47c97
Upgrade to Reactor Bom 2022.0.13
...
Closes gh-38299
2023-11-14 20:46:00 +00:00
Andy Wilkinson
4d295dbc3e
Merge branch '3.0.x' into 3.1.x
2023-11-14 20:45:15 +00:00
Andy Wilkinson
7f6014f411
Upgrade to Reactor Bom 2022.0.13
...
Closes gh-38292
2023-11-14 20:45:03 +00:00
Andy Wilkinson
bf5564ae12
Merge branch '2.7.x' into 3.0.x
2023-11-14 20:44:29 +00:00
Andy Wilkinson
9b8bcec33e
Upgrade to Reactor Bom 2020.0.38
...
Closes gh-38280
2023-11-14 20:44:18 +00:00
Andy Wilkinson
38b5f80ba6
Merge branch '3.0.x' into 3.1.x
...
Closes gh-38357
2023-11-14 20:01:29 +00:00
Andy Wilkinson
88393da438
Upgrade to AspectJ 1.9.20.1
...
Closes gh-38355
2023-11-14 20:00:47 +00:00
Moritz Halbritter
22a991b334
Document tags format used in Gradle and Maven plugins
...
Closes gh-33088
2023-11-14 17:03:50 +01:00
Moritz Halbritter
83da5a5bd8
Document how to remove base path from Cloud Foundry actuator endpoints
...
Closes gh-24991
2023-11-14 16:29:28 +01:00
Andy Wilkinson
d43b95d08c
Merge branch '3.0.x' into 3.1.x
2023-11-14 14:50:17 +00:00
Andy Wilkinson
a829722461
Merge branch '2.7.x' into 3.0.x
2023-11-14 14:50:05 +00:00
Andy Wilkinson
8d01944666
Start building against Spring WS 3.1.8 snapshots
...
See gh-38284
2023-11-14 13:40:27 +00:00
Phillip Webb
b902bf6aca
Merge branch '3.0.x' into 3.1.x
2023-11-13 10:42:32 -08:00
Phillip Webb
09e5a2f24a
Update copyright year of changed files
2023-11-13 10:42:26 -08:00