Commit Graph

21510 Commits

Author SHA1 Message Date
Andy Wilkinson
c7f32bb8ee Upgrade to API Guardian 1.1.2
Closes gh-36726
2023-08-04 13:49:30 +01:00
Stephane Nicoll
1df70c9f9b Merge branch '3.0.x' into 3.1.x
Closes gh-36738
2023-08-04 14:36:15 +02:00
Stephane Nicoll
6ee002456d Merge branch '2.7.x' into 3.0.x
Closes gh-36737
2023-08-04 14:36:04 +02:00
Stephane Nicoll
747dbc35fe Warmup connection pool in ConnectionPoolMetricsTests
Closes gh-36474
2023-08-04 14:29:59 +02:00
Stephane Nicoll
2e37b0ae47 Merge branch '3.0.x' into 3.1.x
Closes gh-36735
2023-08-04 14:12:04 +02:00
Stephane Nicoll
de632dd77b Merge branch '2.7.x' into 3.0.x
Closes gh-36734
2023-08-04 14:11:51 +02:00
Stephane Nicoll
fd88024402 Add @since for JavaVersion values
Closes gh-36608
2023-08-04 14:09:12 +02:00
Andy Wilkinson
80f9d5c9e4 Upgrade to Testcontainers 1.18.3
Closes gh-36722
2023-08-04 11:49:12 +01:00
Andy Wilkinson
0ce260fa02 Upgrade to Spock Framework 2.3-groovy-4.0
Closes gh-36721
2023-08-04 11:49:12 +01:00
Andy Wilkinson
a642769d73 Upgrade to MockK 1.13.5
Closes gh-36720
2023-08-04 11:49:11 +01:00
Andy Wilkinson
14cf2335ee Upgrade to Maven Resolver 1.9.14
Closes gh-36719
2023-08-04 11:49:11 +01:00
Andy Wilkinson
bbe01a89b0 Upgrade to Maven Invoker 3.2.0
Closes gh-36718
2023-08-04 11:49:10 +01:00
Andy Wilkinson
0457519fab Upgrade to Maven 3.9.4
Closes gh-36717
2023-08-04 11:49:10 +01:00
Andy Wilkinson
63a94f762a Upgrade to Janino 3.1.10
Closes gh-36716
2023-08-04 09:19:18 +01:00
Andy Wilkinson
de3d39b880 Upgrade to Commons FileUpload 1.5
Closes gh-36715
2023-08-04 09:19:14 +01:00
Andy Wilkinson
533168b31b Upgrade to API Guardian 1.1.2
Closes gh-36714
2023-08-04 09:19:09 +01:00
Andy Wilkinson
80a6873a98 Upgrade to Testcontainers 1.18.3
Closes gh-36710
2023-08-04 08:22:57 +01:00
Andy Wilkinson
f0d2f6e991 Upgrade to Spock Framework 2.3-groovy-3.0
Closes gh-36709
2023-08-04 08:22:57 +01:00
Andy Wilkinson
4b552d5c44 Upgrade to MockK 1.13.5
Closes gh-36708
2023-08-04 08:22:56 +01:00
Andy Wilkinson
2c7fe47529 Upgrade to Maven Resolver 1.9.14
Closes gh-36707
2023-08-04 08:22:56 +01:00
Andy Wilkinson
7fcf4c7dcf Upgrade to Maven Invoker 3.2.0
Closes gh-36706
2023-08-04 08:22:56 +01:00
Andy Wilkinson
59bd6879a2 Upgrade to Maven 3.9.4
Closes gh-36705
2023-08-04 08:22:55 +01:00
Andy Wilkinson
a709625c24 Upgrade to Commons FileUpload 1.5
Closes gh-36704
2023-08-03 14:55:27 +01:00
Andy Wilkinson
f24b56b541 Upgrade to API Guardian 1.1.2
Closes gh-36703
2023-08-03 14:55:22 +01:00
Andy Wilkinson
664581eb90 Merge branch '3.0.x' into 3.1.x
Closes gh-36700
2023-08-03 12:44:26 +01:00
Andy Wilkinson
c6dc505932 Auto-configure JsonpMapper even with user-defined transport
Closes gh-36698
2023-08-03 12:44:13 +01:00
Andy Wilkinson
12a2c615a9 Merge branch '3.0.x' into 3.1.x
Closes gh-36696
2023-08-03 10:10:22 +01:00
Andy Wilkinson
803c155e69 Order default customizers so that they can be overridden
Closes gh-36674
2023-08-03 10:09:27 +01:00
Scott Frederick
ecd2b0178f Merge branch '3.0.x' into 3.1.x
Closes gh-36690
2023-08-02 17:50:56 -05:00
Scott Frederick
e25c267585 Update Paketo builder references in documentation
Closes gh-36688
2023-08-02 17:49:32 -05:00
Moritz Halbritter
4b09d444ba Upgrade to R2DBC Proxy 1.1.2.RELEASE
Closes gh-36672
2023-08-02 11:28:03 +02:00
Andy Wilkinson
92361b5545 Merge branch '3.0.x' into 3.1.x
Closes gh-36664
2023-08-01 20:03:01 +01:00
Andy Wilkinson
51b81ced6f Merge branch '2.7.x' into 3.0.x
Closes gh-36663
2023-08-01 20:01:20 +01:00
Andy Wilkinson
28b3054a9e Try to stabilize DataCouchbaseTestIntegrationTests
Closes gh-36662
2023-08-01 19:58:28 +01:00
Andy Wilkinson
0d646d7c26 Polish "Support ServiceConnection beans in slice tests"
See gh-36037
2023-08-01 18:12:53 +01:00
Eddú Meléndez
4dfb60c9a3 Support ServiceConnection beans in slice tests
Previously, to use `@ServiceConnection` on a `@Bean` method in a sliced
test required ServiceConnectionAutoConfiguration to be imported using
`@ImportAutoConfiguration`. This commit removes the need for this
import by registering ServiceConnectionAutoConfiguration in specific
slice test annotations.

See gh-36037
2023-08-01 18:09:57 +01:00
Michael Simons
ef3b99ee51 Fix test declaration in Neo4jAutoConfigurationTests
The test was annotated `@Bean`, must be `@Test`.

See gh-36649
2023-07-31 17:12:57 +02:00
Andy Wilkinson
5f72e441d0 Polish "Add note about enabling docker compose support in tests"
See gh-36636
2023-07-31 09:47:24 +01:00
Matteo Bianchi
0e43e81e73 Add note about enabling docker compose support in tests
See gh-36636
2023-07-31 09:39:05 +01:00
Andy Wilkinson
65bc351847 Merge branch '3.0.x' into 3.1.x
Closes gh-36634
2023-07-28 12:22:36 +01:00
Andy Wilkinson
3e99118a48 Merge branch '2.7.x' into 3.0.x
Closes gh-36633
2023-07-28 12:22:21 +01:00
Andy Wilkinson
21ce7a08fc Polish "Polish"
See gh-36620
2023-07-28 11:40:34 +01:00
Johnny Lim
5a205dbfd1 Polish
See gh-36620
2023-07-28 11:35:33 +01:00
Andy Wilkinson
8f576c36a2 Merge branch '3.0.x' into 3.1.x
Closes gh-36630
2023-07-28 11:31:59 +01:00
Andy Wilkinson
81844c04c4 Merge branch '2.7.x' into 3.0.x
Closes gh-36629
2023-07-28 11:31:49 +01:00
rob-valor
4bbfc5e630 Correct RestTemplateBuilder#defaultHeader javadoc
Replace reactor.netty.http.client.HttpClientRequest with
org.springframework.http.client.ClientHttpRequest

See gh-36614
2023-07-28 11:30:46 +01:00
Andy Wilkinson
c3fda93346 Merge branch '3.0.x' into 3.1.x
Closes gh-36627
2023-07-28 11:01:12 +01:00
Andy Wilkinson
a92c1abf70 Merge branch '2.7.x' into 3.0.x
Closes gh-36626
2023-07-28 11:00:59 +01:00
Andy Wilkinson
c44e7376b4 Upgrade to Spring Asciidoctor Extensions 0.6.2
Closes gh-36625
2023-07-28 10:53:48 +01:00
Andy Wilkinson
3ba5f501ea Merge branch '3.0.x' into 3.1.x
Closes gh-36622
2023-07-28 10:10:58 +01:00