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
Andy Wilkinson
d9c9382c93
Revert "Revert "Drop JDK 17 system tests until Gradle supports Java 17""
...
This reverts commit 166f7a627a
.
See gh-27523 in 2.6.x
3 years ago
Andy Wilkinson
166f7a627a
Revert "Drop JDK 17 system tests until Gradle supports Java 17"
...
This reverts commit b99b7b1077
.
Closes gh-27523
3 years ago
Andy Wilkinson
23c4674352
Merge branch '2.5.x'
...
Closes gh-27522
3 years ago
Andy Wilkinson
ca5af2d456
Test our Gradle plugin against Gradle 7.2-rc-1
...
Closes gh-27521
3 years ago
Stephane Nicoll
5f2e1f773d
Upgrade Ubuntu version in CI images
...
Closes gh-27516
3 years ago
Stephane Nicoll
fa3a28bf72
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
f2f4a40a2d
Upgrade Ubuntu version in CI images
...
Closes gh-27517
3 years ago
Stephane Nicoll
dc07e67e6e
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
08006c2894
Upgrade Ubuntu version in CI images
...
Closes gh-27519
3 years ago
Stephane Nicoll
e02da55d6d
Merge branch '2.3.x' into 2.4.x
3 years ago
Stephane Nicoll
9c71e92c37
Upgrade Ubuntu version in CI images
...
Closes gh-27518
3 years ago
Andy Wilkinson
1bca2bbc85
Merge branch '2.5.x'
...
Closes gh-27511
3 years ago
Andy Wilkinson
30f63cc0cf
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27510
3 years ago
Andy Wilkinson
ade922baec
Stabilize LiveReloadServerTests
...
Closes gh-27503
3 years ago
Andy Wilkinson
e265825653
Merge branch '2.5.x'
...
Closes gh-27506
3 years ago
Andy Wilkinson
08e26c97aa
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27505
3 years ago
Andy Wilkinson
031a036c9f
Customize security filter registration in separate management context
...
Fixes gh-27372
3 years ago
Stephane Nicoll
7df8c30f2d
Merge branch '2.5.x'
3 years ago
Stephane Nicoll
c624421475
Merge branch '2.4.x' into 2.5.x
3 years ago
Stephane Nicoll
6d0f5d5f21
Upgrade to Spring Integration 5.4.9
...
Closes gh-27500
3 years ago
Stephane Nicoll
d31653e3c3
Upgrade to Spring Kafka 2.6.10
...
Closes gh-27501
3 years ago
Scott Frederick
f7c901ffe7
Fix deployment test file names
...
See gh-27499
3 years ago
Scott Frederick
32bb6f6989
Move deployment tests to system tests pipeline
...
Closes gh-27499
3 years ago
Andy Wilkinson
1c6bc9936d
Merge branch '2.5.x'
3 years ago
Andy Wilkinson
4e30265334
Merge branch '2.4.x' into 2.5.x
3 years ago
Andy Wilkinson
4247131192
Start building against Spring Integration 5.4.9 snapshots
...
See gh-27500
3 years ago
Andy Wilkinson
af13125796
Merge branch '2.5.x'
...
Closes gh-27498
3 years ago
Andy Wilkinson
9127588082
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27497
3 years ago
Andy Wilkinson
ea6cb74ccf
Ignore Spring Boot when finding dependency upgrades
...
Closes gh-27447
3 years ago
Andy Wilkinson
2177225740
Merge branch '2.5.x'
...
Closes gh-27496
3 years ago
Andy Wilkinson
04dc62904f
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27495
3 years ago
Andy Wilkinson
5d9da7206e
Limit use of deprecated mainClassName in Gradle plugin tests
...
Closes gh-27320
3 years ago
Andy Wilkinson
77808da6a8
Merge branch '2.5.x'
...
Closes gh-27493
3 years ago