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
0ad687812f
Merge pull request #36037 from eddumelendez
...
* gh-36037:
Polish "Support ServiceConnection beans in slice tests"
Support ServiceConnection beans in slice tests
Closes gh-36037
2023-08-01 18:13:12 +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
Stephane Nicoll
523d86d48e
Merge pull request #36649 from michael-simons
...
* pr/36649:
Fix test declaration in Neo4jAutoConfigurationTests
Closes gh-36649
2023-07-31 17:16:03 +02: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
21d2fb6f22
Merge pull request #36636 from OnSuorce
...
* gh-36636:
Polish "Add note about enabling docker compose support in tests"
Add note about enabling docker compose support in tests
Closes gh-36636
2023-07-31 09:47:36 +01: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
0ead8d0314
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36597
2023-07-31 09:36:25 +01:00
Andy Wilkinson
06cb28d306
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36602
2023-07-31 09:35:58 +01:00
Andy Wilkinson
abf2ae792f
Upgrade Java 20 CI image to 20.0.2+10
...
Closes gh-36596
2023-07-31 09:35:33 +01:00
Andy Wilkinson
fd69477711
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36598
2023-07-31 09:32:54 +01:00
Andy Wilkinson
d3151cfb7e
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36599
2023-07-31 09:32:15 +01:00
Andy Wilkinson
3667813af9
Upgrade CI images to Docker 24.0.5
...
Closes gh-36595
2023-07-31 09:31:46 +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
36239df0da
Merge pull request #36620 from izeye
...
* gh-36620:
Polish "Polish"
Polish
Closes gh-36620
2023-07-28 11:40:49 +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
Andy Wilkinson
3f2c583bd7
Merge pull request #36614 from rob-valor
...
* gh-36614:
Correct RestTemplateBuilder#defaultHeader javadoc
Closes gh-36614
2023-07-28 11:31:39 +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
Andy Wilkinson
6b6e8b3fd4
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36621
2023-07-28 10:10:32 +01:00
Andy Wilkinson
a5c3747836
Merge pull request #36617 from dreis2211
...
* gh-36617:
Enable debug option for Kotlin in Gradle Plugin tests
Closes gh-36617
2023-07-28 10:10:20 +01:00
Christoph Dreis
42e89079d3
Enable debug option for Kotlin in Gradle Plugin tests
...
See gh-36617
2023-07-28 10:09:59 +01:00
Stephane Nicoll
6f22baa729
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36612
2023-07-27 14:55:29 +02:00
Stephane Nicoll
150526a6a0
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36611
2023-07-27 14:52:37 +02:00
Stephane Nicoll
87554fb4dc
Add test for RabbitMQ smoke test
...
Closes gh-36610
2023-07-27 14:51:50 +02:00
Moritz Halbritter
2bc3d22d68
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36584
2023-07-26 10:24:53 +02:00
Moritz Halbritter
c187d96367
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36583
2023-07-26 10:23:08 +02:00
Moritz Halbritter
2dbc1f4c75
Merge pull request #36572 from chicobento
...
* pr/36572:
Fix Tomcat SSL protocol warn message
Closes gh-36572
2023-07-26 10:22:29 +02:00
Francisco Bento
307d6c0a97
Fix Tomcat SSL protocol warn message
...
See gh-36572
2023-07-26 10:21:43 +02:00
Moritz Halbritter
3edb3797a0
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36581
2023-07-26 09:52:55 +02:00
Moritz Halbritter
1a8ffd54fc
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36580
2023-07-26 09:52:40 +02:00
Moritz Halbritter
3a94db480c
Merge pull request #36564 from MahatmaFatalError
...
* pr/36564:
Fix server.forward-headers-strategy documentation
Closes gh-36564
2023-07-26 09:52:17 +02:00
Mahatma_Fatal_Error
98f76698c8
Fix server.forward-headers-strategy documentation
...
See gh-36564
2023-07-26 09:50:33 +02:00
Andy Wilkinson
572eeb5f3f
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36570
2023-07-25 15:22:07 +01:00
Andy Wilkinson
cf5e81f613
Merge branch '2.7.x' into 3.0.x
...
Closes gh-36569
2023-07-25 15:21:58 +01:00
Andy Wilkinson
19e281e373
Merge pull request #36537 from dependabot[bot]
...
* gh-36537:
Upgrade to gradle/gradle-build-action 2.7.0
Closes gh-36537
2023-07-25 15:21:47 +01:00
dependabot[bot]
8f30e27aba
Upgrade to gradle/gradle-build-action 2.7.0
...
Bumps [gradle/gradle-build-action](https://github.com/gradle/gradle-build-action ) from 2.6.0 to 2.7.0.
- [Release notes](https://github.com/gradle/gradle-build-action/releases )
- [Commits](bd57605957...a4cf152f48 )
Signed-off-by: dependabot[bot] <support@github.com >
See gh-36537
2023-07-25 15:20:32 +01:00
Andy Wilkinson
ee9574d399
Merge branch '3.0.x' into 3.1.x
...
Closes gh-36567
2023-07-25 15:04:30 +01:00