Stephane Nicoll
c30e4ae109
Merge branch '2.5.x'
...
Closes gh-27587
3 years ago
Stephane Nicoll
a6c0288b4e
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27586
3 years ago
Stephane Nicoll
2132a73fdb
Merge branch '2.3.x' into 2.4.x
...
Closes gh-27585
3 years ago
Stephane Nicoll
7cec0b3cb6
Merge pull request #27539 from dreis2211
...
* pr/27539:
Switch to Adoptium JDK builds in CI
Closes gh-27539
3 years ago
dreis2211
4d1a53d9a8
Switch to Adoptium JDK builds in CI
...
See gh-27539
3 years ago
Stephane Nicoll
56d117e20a
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
04a3b49950
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
c28a5ba757
Merge branch '2.3.x' into 2.4.x
3 years ago
Stephane Nicoll
575b536b84
Upgrade Java 11 version in CI image
...
Closes gh-27570
3 years ago
Stephane Nicoll
5b2c551ec4
Upgrade Java 8 version in CI image
...
Closes gh-27568
3 years ago
Stephane Nicoll
276865c550
Upgrade CI to Docker 20.10.8
...
Closes gh-27563
3 years ago
Stephane Nicoll
27af5b3cbb
Upgrade Java 16 version in CI image
...
Closes gh-27560
3 years ago
Stephane Nicoll
4a3c285073
Upgrade Java 11 version in CI image
...
Closes gh-27562
3 years ago
Stephane Nicoll
3333b6b179
Upgrade Java 8 version in CI image
...
Closes gh-27561
3 years ago
Stephane Nicoll
b311c521c3
Upgrade CI to Docker 20.10.8
...
Closes gh-27559
3 years ago
Stephane Nicoll
120d85d388
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
80c79cea91
Upgrade Java 16 version in CI image
...
Closes gh-27565
3 years ago
Stephane Nicoll
ce9c1d842c
Upgrade Java 11 version in CI image
...
Closes gh-27569
3 years ago
Stephane Nicoll
8e8c561971
Upgrade Java 8 version in CI image
...
Closes gh-27571
3 years ago
Stephane Nicoll
fce0cdcfe2
Upgrade CI to Docker 20.10.8
...
Closes gh-27564
3 years ago
Stephane Nicoll
995b8b268c
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
f5a9ea0123
Upgrade Java 16 version in CI image
...
Closes gh-27572
3 years ago
Stephane Nicoll
d03f9e2f1a
Upgrade Java 11 version in CI image
...
Closes gh-27566
3 years ago
Stephane Nicoll
8a261af8d7
Upgrade Java 8 version in CI image
...
Closes gh-27567
3 years ago
Stephane Nicoll
a93688ee17
Upgrade CI to Docker 20.10.8
...
Closes gh-27573
3 years ago
Stephane Nicoll
126234c903
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
9826304e29
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27557
3 years ago
Stephane Nicoll
e7b60678dc
Merge pull request #27537 from izeye
...
* pr/27537:
Use deprecated mainClassName in Gradle test
Closes gh-27537
3 years ago
izeye
9f44cefc56
Use deprecated mainClassName in Gradle test
...
See gh-27537
3 years ago
Stephane Nicoll
e86ba076ec
Merge branch '2.5.x'
...
Closes gh-27556
3 years ago
Stephane Nicoll
a9ea8d95f3
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27555
3 years ago
Stephane Nicoll
b85f0ee33d
Merge pull request #27538 from wuwen5
...
* pr/27538:
Remove dead code in DefaultErrorAttributes
Closes gh-27538
3 years ago
wuwen
46c47dcd29
Remove dead code in DefaultErrorAttributes
...
See gh-27538
3 years ago
Brian Clozel
8b3bea173c
Configure WebTestClient for @AutoConfigureMockMvc tests
...
As of Spring Framework 5.3, `WebTestClient` can now be configured on top
of `MockMvc` for testing Spring MVC applications in a mock environment.
Prior to this commit, `WebTestClient` would be already configured for
WebFlux mock setups with `@AutoConfigureWebTestClient` or live servers
(for both MVC and WebFlux apps).
This commit enhances the `@AutoConfigureWebMvc` support so that a
`WebTestClient` instance is auto-configured if the spring-webflux
dependency is present on the classpath.
Closes gh-23067
3 years ago
Brian Clozel
a1fe82c3dd
Fix formatting
3 years ago
Brian Clozel
6be4b34856
Merge pull request #26037 from bono007
...
* gh-26037_spring_webflux_multipart_configprops:
Polish "Add spring.webflux.multipart configuration properties"
Add spring.webflux.multipart configuration properties
Closes gh-26037
3 years ago
Brian Clozel
e48cb12252
Polish "Add spring.webflux.multipart configuration properties"
...
See gh-26254
3 years ago
bono007
4c0b6304ac
Add spring.webflux.multipart configuration properties
...
See gh-26254
3 years ago
Scott Frederick
dc5bf0368d
Merge branch '2.5.x'
...
Closes gh-27536
3 years ago
Scott Frederick
f60d998ea1
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27535
3 years ago
Scott Frederick
5d793afcb5
Prevent hanging when deleting Docker builder container after exception
...
An exception being thrown while the Maven plugin is uploading the app
archive bits to an ephemeral builder container would leave the
interaction with the Docker daemon in a state that caused further
interaction with the daemon (such as deleting the ephemeral builder)
to hang indefinitely. This commit cleans up the connection on an
exception to prevent this condition.
Fixes gh-27515
3 years ago
Andy Wilkinson
64c0eceec7
Add support for dumping the heap on OpenJ9
...
Closes gh-26466
3 years ago
Andy Wilkinson
e30bf0e3e5
Merge branch '2.5.x'
...
Closes gh-27528
3 years ago
Andy Wilkinson
43d623e696
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27527
3 years ago
Andy Wilkinson
7eb5f35f2f
Make WebTestClient creation back off when no HTTP client available
...
Fixes gh-27520
3 years ago
Andy Wilkinson
2482607a06
Merge branch '2.5.x'
...
Closes gh-27526
3 years ago
Andy Wilkinson
533bb24b55
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27525
3 years ago
Andy Wilkinson
ad2d9c0ab1
Customize Cassandra's configuration to reduce container startup time
...
Closes gh-27524
3 years ago
Andy Wilkinson
cdad8e2b7f
Merge branch '2.5.x'
3 years ago
Andy Wilkinson
85054723f0
Reinstate GradleProjectBuilder for compatibility with JDK17-ea32
...
See gh-27521
3 years ago