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
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
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
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
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
7eb5f35f2f
Make WebTestClient creation back off when no HTTP client available
...
Fixes gh-27520
3 years ago
Andy Wilkinson
ad2d9c0ab1
Customize Cassandra's configuration to reduce container startup time
...
Closes gh-27524
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
ade922baec
Stabilize LiveReloadServerTests
...
Closes gh-27503
3 years ago
Andy Wilkinson
031a036c9f
Customize security filter registration in separate management context
...
Fixes gh-27372
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
Andy Wilkinson
4247131192
Start building against Spring Integration 5.4.9 snapshots
...
See gh-27500
3 years ago
Andy Wilkinson
ea6cb74ccf
Ignore Spring Boot when finding dependency upgrades
...
Closes gh-27447
3 years ago
Andy Wilkinson
5d9da7206e
Limit use of deprecated mainClassName in Gradle plugin tests
...
Closes gh-27320
3 years ago
Andy Wilkinson
aebe52853f
Switch from vito/oci-build-task to concourse/oci-build-task
...
Closes gh-27421
3 years ago
Andy Wilkinson
0326fa47b7
Make DataJpaTestSchemaCredentialsIntegrationTests create the schema
...
Closes gh-26106
3 years ago
Andy Wilkinson
f91604eb72
Merge pull request #27482 from billyto
...
* gh-27482:
Polish "Sanitize URIs with non-alpha characters in their schemes"
Sanitize URIs with non-alpha characters in their schemes
Closes gh-27482
3 years ago
Andy Wilkinson
388068cdff
Polish "Sanitize URIs with non-alpha characters in their schemes"
...
See gh-27482
3 years ago
Billy Tobon
bafa9c4784
Sanitize URIs with non-alpha characters in their schemes
...
See gh-27482
3 years ago
Andy Wilkinson
cff1827e27
Stabilize socketChannelClosedTriggersTunnelClose
...
Closes gh-27483
3 years ago
Andy Wilkinson
14db8aec95
Skip server tests on Java 16 as Gradle Plugin is not available
...
See gh-27476
3 years ago
Andy Wilkinson
931409cdd4
Update copyright header in changed files
3 years ago
Andy Wilkinson
d9a24f32b4
Rework spring-boot-server-tests to avoid using Maven
...
Closes gh-27476
3 years ago
Andy Wilkinson
ee07d6c3ca
Increase response timeout for server-bound WebTestClients
...
Closes gh-27472
3 years ago
Andy Wilkinson
9e81fb3e38
Fix race condition in Jetty graceful shutdown tests
...
Some of the Jetty graceful shutdown tests were flaky due to the way
in which Jetty behaves when it is stopped.
Stopping the Jetty web server interrupts the thread that's handling
the active request. This initiates a race between the request-handling
thread which will decrement the number of active requests and the
main thread which expects an active request to cause the shutdown
result to be REQUESTS_ACTIVE. The test passes when the main thread
wins and fails as a request is active which it's checked. When the
request-handling thread wins the test fails as the count of active
requests has been deprecated before it is checked.
The blocking servlet that's used to stall a request and keep it
active needs to be updated to ignore the thread being interrupted
and continue waiting. This will ensure that a request remains active
until the main thread has checked the active request count and
determine the result of the shutdown.
Closes gh-27464
3 years ago
Phillip Webb
8ebeedbf93
Upgrade to Artifactory Resource 0.0.17
...
Closes gh-27465
3 years ago
Andy Wilkinson
62db4c76f1
Fix problems with gradle-plugin-publishing
...
Closes gh-27461
3 years ago
Andy Wilkinson
f0625b42bf
Trigger publish-gradle-plugin automatically
...
Closes gh-27454
3 years ago
Andy Wilkinson
1389d803ae
Correct path in publish-gradle-plugin script
...
Fixes gh-27456
3 years ago
Spring Buildmaster
3321b835f4
Next development version (v2.4.10-SNAPSHOT)
3 years ago
Andy Wilkinson
3ca86435d1
Upgrade to Undertow 2.2.9.Final
...
Closes gh-27446
3 years ago
Andy Wilkinson
aaf26245d5
Upgrade to SLF4J 1.7.32
...
Closes gh-27445
3 years ago
Andy Wilkinson
7fbfbfe21e
Upgrade to MySQL 8.0.26
...
Closes gh-27444
3 years ago
Andy Wilkinson
70ecaac16c
Configure a mirror for registry-image image_resources
...
Closes gh-27441
3 years ago
Andy Wilkinson
79990a1b9c
Upgrade to artifactory-resource 0.0.15
...
Closes gh-27232
3 years ago
Andy Wilkinson
14e23bf556
Merge pull request #27418 from izeye
...
* gh-27418:
Polish
Closes gh-27418
3 years ago
izeye
734293d491
Polish
...
See gh-27418
3 years ago
Andy Wilkinson
c8c1452ced
Merge pull request #27417 from dreis2211
...
* gh-27417:
Polishing
Closes gh-27417
3 years ago
dreis2211
4d0c98011e
Polishing
...
See gh-27417
3 years ago