Andy Wilkinson
cec5c22fb1
Upgrade to Spring WS 4.0.8
...
Closes gh-38296
2023-11-21 13:23:47 +00:00
Andy Wilkinson
741905e294
Upgrade to Spring RESTDocs 3.0.1
...
Closes gh-38449
2023-11-21 13:23:47 +00:00
Andy Wilkinson
e559159f04
Upgrade to Spring Kafka 3.0.13
...
Closes gh-38369
2023-11-21 13:23:42 +00:00
Andy Wilkinson
a37566fd86
Upgrade to Spring Integration 6.0.9
...
Closes gh-38295
2023-11-21 13:23:41 +00:00
Andy Wilkinson
420091b9c8
Upgrade to Spring Data Bom 2022.0.12
...
Closes gh-38293
2023-11-21 13:23:41 +00:00
Andy Wilkinson
a0b1b4641a
Upgrade to SAAJ Impl 3.0.3
...
Closes gh-38448
2023-11-21 13:23:40 +00:00
Andy Wilkinson
76c72f6621
Upgrade to Netty 4.1.101.Final
...
Closes gh-38447
2023-11-21 13:23:35 +00:00
Andy Wilkinson
c8a53a640d
Upgrade to Lettuce 6.2.7.RELEASE
...
Closes gh-38445
2023-11-21 13:23:26 +00:00
Andy Wilkinson
9c20596650
Upgrade to Jetty 11.0.18
...
Closes gh-38444
2023-11-21 13:23:21 +00:00
Andy Wilkinson
d2e08c84ed
Upgrade to Jetty Reactive HTTPClient 3.0.10
...
Closes gh-38443
2023-11-21 13:23:16 +00:00
Andy Wilkinson
ef5fe58a42
Upgrade to Jakarta XML WS 4.0.1
...
Closes gh-38442
2023-11-21 13:23:11 +00:00
Andy Wilkinson
77ced55843
Upgrade to Jakarta XML SOAP 3.0.1
...
Closes gh-38441
2023-11-21 13:23:06 +00:00
Andy Wilkinson
1dc908e8bc
Upgrade to Jakarta Json 2.1.3
...
Closes gh-38440
2023-11-21 13:23:02 +00:00
Andy Wilkinson
88683496df
Upgrade to Infinispan 14.0.21.Final
...
Closes gh-38439
2023-11-21 13:22:57 +00:00
Andy Wilkinson
fb3f97a4fa
Upgrade to Glassfish JAXB 4.0.4
...
Closes gh-38438
2023-11-21 13:22:52 +00:00
Andy Wilkinson
85e55fee9c
Upgrade to Dropwizard Metrics 4.2.22
...
Closes gh-38437
2023-11-21 13:22:48 +00:00
Andy Wilkinson
70c3bceb64
Upgrade to DB2 JDBC 11.5.9.0
...
Closes gh-38436
2023-11-21 13:22:43 +00: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
Andy Wilkinson
473b801c52
Upgrade to Spring HATEOAS 2.0.7
...
Closes gh-38374
2023-11-16 15:58:41 +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
8b72e5612b
Start building against Spring Kafka 3.0.13 snapshots
...
See gh-38369
2023-11-15 19:21:09 +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
Andy Wilkinson
7f6014f411
Upgrade to Reactor Bom 2022.0.13
...
Closes gh-38292
2023-11-14 20:45:03 +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
88393da438
Upgrade to AspectJ 1.9.20.1
...
Closes gh-38355
2023-11-14 20:00:47 +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
09e5a2f24a
Update copyright year of changed files
2023-11-13 10:42:26 -08:00
Phillip Webb
2cabcbc8fa
Polish adoc formatting
2023-11-13 09:27:15 -08:00
Andy Wilkinson
74b395bda4
Upgrade to Micrometer Tracing 1.0.12
...
Closes gh-38291
2023-11-13 15:50:00 +00:00
Andy Wilkinson
721ac5d7ee
Upgrade to Micrometer 1.10.13
...
Closes gh-38290
2023-11-13 15:49:59 +00:00
Andy Wilkinson
318f7bb5f0
Upgrade to Dependency Management Plugin 1.1.4
...
Closes gh-38344
2023-11-13 15:49:58 +00:00
Andy Wilkinson
3460913338
Upgrade to Micrometer 1.9.17
...
Closes gh-38279
2023-11-13 15:28:04 +00:00
Moritz Halbritter
ba998302bd
Polish "Add a Restarting a stopped or failed Job section to the batch howto"
...
See gh-38326
2023-11-13 12:08:06 +01:00
Lars Uffmann
00ce9aab00
Add a Restarting a stopped or failed Job section to the batch howto
...
See gh-38326
2023-11-13 12:06:01 +01:00
Lars Uffmann
e41b36273f
Remove unnecessary JobOperator bean definition
...
See gh-38325
2023-11-13 11:46:38 +01:00
Moritz Halbritter
1022e1bdd2
Merge branch '2.7.x' into 3.0.x
...
Closes gh-38332
2023-11-13 09:07:43 +01:00
Christoph Dreis
af0df78bd0
Fix link to Elasticsearch health indicator
...
See gh-38330
2023-11-13 09:04:06 +01:00
Andy Wilkinson
7130663d6d
Start building against Spring WS 4.0.8 snapshots
...
See gh-38296
2023-11-10 12:20:29 +00:00
Andy Wilkinson
3edc3d993c
Start building against Spring Integration 6.0.9 snapshots
...
See gh-38295
2023-11-10 12:20:24 +00:00
Andy Wilkinson
593ae30d81
Start building against Spring Data Bom 2022.0.12 snapshots
...
See gh-38293
2023-11-10 12:20:15 +00:00
Andy Wilkinson
9f9faf7435
Start building against Reactor Bom 2022.0.13 snapshots
...
See gh-38292
2023-11-10 12:20:10 +00:00
Andy Wilkinson
66502b48a7
Start building against Micrometer Tracing 1.0.12 snapshots
...
See gh-38291
2023-11-10 12:20:05 +00:00
Andy Wilkinson
1c8a43dc55
Start building against Micrometer 1.10.13 snapshots
...
See gh-38290
2023-11-10 12:20:00 +00:00
Moritz Halbritter
40063ee1f9
Update Spring Security links
2023-11-10 11:01:23 +01:00
Moritz Halbritter
d29f7a88b4
Update Spring Framework links
...
Closes gh-36241
2023-11-10 10:47:54 +01:00
Moritz Halbritter
8ac2e3e38f
Fix broken link to Spring Data Envers
...
As of version 3.0, this project has been merged into Spring Data JPA.
2023-11-10 08:53:09 +01:00
Andy Wilkinson
c95b5409b1
Start building against Spring Data Bom 2021.2.18 snapshots
...
See gh-38282
2023-11-09 17:00:03 +00:00
Andy Wilkinson
edc6da27f2
Start building against Spring Batch 4.3.10 snapshots
...
See gh-38281
2023-11-09 16:59:58 +00:00
Andy Wilkinson
274ac907d2
Start building against Reactor Bom 2020.0.38 snapshots
...
See gh-38280
2023-11-09 16:59:54 +00:00