Stephane Nicoll
124c148c51
Upgrade to Spring Integration 5.2.9
...
Closes gh-23956
2020-10-28 22:27:19 +01:00
Scott Frederick
d5b2836ec9
Provide content-length header to Docker API calls
...
Docker daemon authorization plugins reject POST or PUT requests that have a
content type `application/json` header but no content length header. This
commit ensures that a content length header is provided in these cases.
Fixes gh-22840
2020-10-28 15:15:32 -05:00
Phillip Webb
d79c23ef89
Upgrade MavenBuild versions
...
Align versions with those in the main build.
Closes gh-23937
2020-10-28 12:37:30 -07:00
Stephane Nicoll
d112b8a289
Upgrade to Spring AMQP 2.2.12
...
Closes gh-23784
2020-10-28 20:27:50 +01:00
Stephane Nicoll
90ee8b5a2a
Upgrade to Spring Integration 5.3.3
...
Closes gh-23780
2020-10-28 20:26:59 +01:00
Stephane Nicoll
47a5d7aab6
Upgrade to Micrometer 1.5.6
...
Closes gh-23791
2020-10-28 20:26:17 +01:00
Stephane Nicoll
a7503d82ec
Merge branch '2.2.x' into 2.3.x
2020-10-28 20:25:40 +01:00
Stephane Nicoll
f2afd28b9a
Upgrade to Spring AMQP 2.2.12
...
Closes gh-23783
2020-10-28 20:24:56 +01:00
Stephane Nicoll
560be634e0
Merge branch '2.1.x' into 2.2.x
2020-10-28 20:24:30 +01:00
Stephane Nicoll
b75e196de0
Upgrade to Spring Integration 5.1.13
...
Closes gh-23798
2020-10-28 20:23:35 +01:00
Andy Wilkinson
58aa34489f
Wait for DataSource init before allowing context refresh to complete
...
Closes gh-22852
2020-10-28 16:01:14 +00:00
Stephane Nicoll
b94fe90f24
Upgrade to Spring Data Neumann-SR5
...
Closes gh-23777
2020-10-28 16:37:08 +01:00
Stephane Nicoll
20e21a27b9
Merge branch '2.2.x' into 2.3.x
2020-10-28 16:36:38 +01:00
Stephane Nicoll
9c4e5904e7
Upgrade to Micrometer 1.3.15
...
Closes gh-23790
2020-10-28 16:30:05 +01:00
Stephane Nicoll
8bd7cc417e
Upgrade to Spring Data Moore-SR11
...
Closes gh-23776
2020-10-28 16:29:27 +01:00
Stephane Nicoll
29414c7c90
Merge branch '2.1.x' into 2.2.x
2020-10-28 16:28:52 +01:00
Stephane Nicoll
9ae2eb4007
Upgrade to Spring Data Lovelace-SR21
...
Closes gh-23775
2020-10-28 16:27:19 +01:00
Stephane Nicoll
0424689aee
Merge branch '2.2.x' into 2.3.x
...
Closes gh-23930
2020-10-28 16:18:00 +01:00
Stephane Nicoll
93e36a97ab
Remove version elements from Maven plugin documentation
...
This commit removes `<version>` from the Maven Plugin documentation
where it makes sense so that versions aren't hardcoded unnecessarily.
Rather, a plugin or dependency management should be in place so those
are not needed.
Closes gh-23909
2020-10-28 13:39:03 +01:00
Stephane Nicoll
a3818d690e
Fix custom layout example so that tokens are replaced
2020-10-28 13:37:59 +01:00
Stephane Nicoll
c02b16eeeb
Upgrade to Lettuce 5.3.5.RELEASE
...
Closes gh-23922
2020-10-28 08:03:44 +01:00
Stephane Nicoll
36d740fd68
Merge branch '2.2.x' into 2.3.x
2020-10-28 08:02:31 +01:00
Stephane Nicoll
6d80b91ae7
Merge branch '2.1.x' into 2.2.x
2020-10-28 07:59:53 +01:00
Stephane Nicoll
505a713a08
Upgrade to Micrometer 1.1.19
...
Closes gh-23789
2020-10-28 07:53:39 +01:00
Stephane Nicoll
e31f4bc06d
Revert to Spring AMQP 2.1.17
...
See gh-23782
2020-10-28 07:53:07 +01:00
Andy Wilkinson
c493bd7d3b
Merge branch '2.2.x' into 2.3.x
2020-10-27 15:55:52 +00:00
Andy Wilkinson
b9516bc77c
Await registration of http.server.requests meter
...
Previously, the test would make an HTTP request and, as soon as the
response was received, it would check the presence and value of the
http.server.requests meter. This create a race condition between the
meter being registered once the response had been flushed and the
meter's presence being checked. If the check won the race, the test
would fail.
This commit updates the test to wait for up to 5 seconds for the
meter to be present and have a count of 1, matching the single request
that has been made.
Fixes gh-23919
2020-10-27 15:54:22 +00:00
Stephane Nicoll
41f3470e09
Upgrade to Spring Framework 5.2.10
...
Closes gh-23526
2020-10-27 15:49:21 +01:00
Stephane Nicoll
f7be1beb4c
Merge branch '2.2.x' into 2.3.x
2020-10-27 15:48:45 +01:00
Stephane Nicoll
8b49f792cb
Upgrade to Spring Framework 5.2.10
...
Closes gh-23773
2020-10-27 15:48:17 +01:00
Stephane Nicoll
444b91073b
Merge branch '2.1.x' into 2.2.x
2020-10-27 15:47:39 +01:00
Stephane Nicoll
12f0709f9f
Upgrade to Spring Framework 5.1.19
...
Closes gh-23772
2020-10-27 15:45:34 +01:00
Stephane Nicoll
4769889c6b
Upgrade to JUnit 4.13.1
...
Closes gh-23876
2020-10-27 03:41:23 +01:00
Stephane Nicoll
30a9424f6c
Upgrade to JUnit Jupiter 5.6.3
...
Closes gh-23915
2020-10-27 03:40:41 +01:00
Stephane Nicoll
f727db3866
Upgrade to RSocket 1.0.3
...
Closes gh-23911
2020-10-27 03:37:58 +01:00
Stephane Nicoll
7d5635867b
Merge branch '2.2.x' into 2.3.x
2020-10-27 03:37:38 +01:00
Stephane Nicoll
d5cb6c1a4f
Upgrade to RSocket 1.0.3
...
Closes gh-23910
2020-10-27 03:25:59 +01:00
Stephane Nicoll
3119e85a32
Upgrade to Reactor Dysprosium-SR13
...
Closes gh-23770
2020-10-26 18:17:13 +01:00
Stephane Nicoll
7e7cd3e0dd
Merge branch '2.2.x' into 2.3.x
2020-10-26 18:16:54 +01:00
Stephane Nicoll
7fa5ff46f7
Upgrade to Reactor Dysprosium-SR13
...
Closes gh-23769
2020-10-26 18:15:58 +01:00
Stephane Nicoll
6f2b1359a2
Merge branch '2.1.x' into 2.2.x
2020-10-26 18:15:15 +01:00
Stephane Nicoll
a1699d34f0
Upgrade to Reactor Californium-SR22
...
Closes gh-23792
2020-10-26 18:14:28 +01:00
Andy Wilkinson
c0bb6ff667
Await registration of http.server.requests meter
...
Previously, the test would make an HTTP request and, as soon as the
response was received, it would check the presence and value of the
http.server.requests meter. This create a race condition between the
meter being registered once the response had been flushed and the
meter's presence being checked. If the check won the race, the test
would fail.
This commit updates the test to wait for up to 5 seconds for the
meter to be present and have a count of 1, matching the single request
that has been made.
Fixes gh-23863
2020-10-26 14:41:58 +00:00
Andy Wilkinson
dedd8e603d
Upgrade to Tomcat 9.0.39
...
Closes gh-23885
2020-10-26 12:58:40 +00:00
Andy Wilkinson
4b6ef6ef44
Upgrade to Spring Security 5.3.5.RELEASE
...
Closes gh-23884
2020-10-26 12:58:40 +00:00
Andy Wilkinson
1520de773d
Upgrade to RxJava2 2.2.20
...
Closes gh-23883
2020-10-26 12:58:40 +00:00
Andy Wilkinson
74e4d8effb
Upgrade to R2DBC Bom Arabba-SR8
...
Closes gh-23882
2020-10-26 12:58:40 +00:00
Andy Wilkinson
87c6ca0757
Upgrade to Postgresql 42.2.18
...
Closes gh-23881
2020-10-26 12:58:40 +00:00
Andy Wilkinson
48608896ab
Upgrade to Netty 4.1.53.Final
...
Closes gh-23880
2020-10-26 12:58:40 +00:00
Andy Wilkinson
890e61989f
Upgrade to Neo4j OGM 3.2.17
...
Closes gh-23879
2020-10-26 12:58:39 +00:00