Commit Graph

31576 Commits

Author SHA1 Message Date
dreis2211
4d1a53d9a8 Switch to Adoptium JDK builds in CI
See gh-27539
2021-08-05 07:54:05 +02:00
Stephane Nicoll
c28a5ba757 Merge branch '2.3.x' into 2.4.x 2021-08-05 07:44:22 +02:00
Stephane Nicoll
575b536b84 Upgrade Java 11 version in CI image
Closes gh-27570
2021-08-05 07:43:36 +02:00
Stephane Nicoll
5b2c551ec4 Upgrade Java 8 version in CI image
Closes gh-27568
2021-08-05 07:42:52 +02:00
Stephane Nicoll
276865c550 Upgrade CI to Docker 20.10.8
Closes gh-27563
2021-08-05 07:42:00 +02:00
Stephane Nicoll
f5a9ea0123 Upgrade Java 16 version in CI image
Closes gh-27572
2021-08-05 07:28:38 +02:00
Stephane Nicoll
d03f9e2f1a Upgrade Java 11 version in CI image
Closes gh-27566
2021-08-05 07:27:08 +02:00
Stephane Nicoll
8a261af8d7 Upgrade Java 8 version in CI image
Closes gh-27567
2021-08-05 07:26:34 +02:00
Stephane Nicoll
a93688ee17 Upgrade CI to Docker 20.10.8
Closes gh-27573
2021-08-05 07:26:00 +02:00
Stephane Nicoll
e7b60678dc Merge pull request #27537 from izeye
* pr/27537:
  Use deprecated mainClassName in Gradle test

Closes gh-27537
2021-08-04 09:24:10 +02:00
izeye
9f44cefc56 Use deprecated mainClassName in Gradle test
See gh-27537
2021-08-04 09:23:52 +02:00
Stephane Nicoll
b85f0ee33d Merge pull request #27538 from wuwen5
* pr/27538:
  Remove dead code in DefaultErrorAttributes

Closes gh-27538
2021-08-04 08:55:38 +02:00
wuwen
46c47dcd29 Remove dead code in DefaultErrorAttributes
See gh-27538
2021-08-04 08:45:30 +02:00
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
2021-07-30 13:41:40 -05:00
Andy Wilkinson
7eb5f35f2f Make WebTestClient creation back off when no HTTP client available
Fixes gh-27520
2021-07-29 18:45:53 +01:00
Andy Wilkinson
ad2d9c0ab1 Customize Cassandra's configuration to reduce container startup time
Closes gh-27524
2021-07-29 17:33:56 +01:00
Stephane Nicoll
08006c2894 Upgrade Ubuntu version in CI images
Closes gh-27519
2021-07-29 07:11:14 +02:00
Stephane Nicoll
e02da55d6d Merge branch '2.3.x' into 2.4.x 2021-07-29 07:10:31 +02:00
Stephane Nicoll
9c71e92c37 Upgrade Ubuntu version in CI images
Closes gh-27518
2021-07-29 07:10:13 +02:00
Andy Wilkinson
ade922baec Stabilize LiveReloadServerTests
Closes gh-27503
2021-07-27 14:36:31 +01:00
Andy Wilkinson
031a036c9f Customize security filter registration in separate management context
Fixes gh-27372
2021-07-27 10:57:38 +01:00
Stephane Nicoll
6d0f5d5f21 Upgrade to Spring Integration 5.4.9
Closes gh-27500
2021-07-27 08:48:10 +02:00
Stephane Nicoll
d31653e3c3 Upgrade to Spring Kafka 2.6.10
Closes gh-27501
2021-07-27 08:47:52 +02:00
Andy Wilkinson
4247131192 Start building against Spring Integration 5.4.9 snapshots
See gh-27500
2021-07-26 19:53:51 +01:00
Andy Wilkinson
ea6cb74ccf Ignore Spring Boot when finding dependency upgrades
Closes gh-27447
2021-07-26 15:36:08 +01:00
Andy Wilkinson
5d9da7206e Limit use of deprecated mainClassName in Gradle plugin tests
Closes gh-27320
2021-07-26 15:21:44 +01:00
Andy Wilkinson
aebe52853f Switch from vito/oci-build-task to concourse/oci-build-task
Closes gh-27421
2021-07-26 14:19:05 +01:00
Andy Wilkinson
0326fa47b7 Make DataJpaTestSchemaCredentialsIntegrationTests create the schema
Closes gh-26106
2021-07-26 13:51:23 +01:00
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
2021-07-26 11:25:58 +01:00
Andy Wilkinson
388068cdff Polish "Sanitize URIs with non-alpha characters in their schemes"
See gh-27482
2021-07-26 11:13:58 +01:00
Billy Tobon
bafa9c4784 Sanitize URIs with non-alpha characters in their schemes
See gh-27482
2021-07-26 11:03:18 +01:00
Andy Wilkinson
cff1827e27 Stabilize socketChannelClosedTriggersTunnelClose
Closes gh-27483
2021-07-24 09:43:41 +01:00
Andy Wilkinson
14db8aec95 Skip server tests on Java 16 as Gradle Plugin is not available
See gh-27476
2021-07-23 19:44:29 +01:00
Andy Wilkinson
931409cdd4 Update copyright header in changed files 2021-07-23 17:39:55 +01:00
Andy Wilkinson
d9a24f32b4 Rework spring-boot-server-tests to avoid using Maven
Closes gh-27476
2021-07-23 17:30:07 +01:00
Andy Wilkinson
ee07d6c3ca Increase response timeout for server-bound WebTestClients
Closes gh-27472
2021-07-23 13:06:25 +01:00
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
2021-07-23 10:30:17 +01:00
Phillip Webb
8ebeedbf93 Upgrade to Artifactory Resource 0.0.17
Closes gh-27465
2021-07-22 18:05:50 -07:00
Andy Wilkinson
62db4c76f1 Fix problems with gradle-plugin-publishing
Closes gh-27461
2021-07-22 15:39:46 +01:00
Andy Wilkinson
f0625b42bf Trigger publish-gradle-plugin automatically
Closes gh-27454
2021-07-22 12:13:31 +01:00
Andy Wilkinson
1389d803ae Correct path in publish-gradle-plugin script
Fixes gh-27456
2021-07-22 12:05:41 +01:00
Spring Buildmaster
3321b835f4 Next development version (v2.4.10-SNAPSHOT) 2021-07-22 10:18:53 +00:00
Andy Wilkinson
3ca86435d1 Upgrade to Undertow 2.2.9.Final
Closes gh-27446
2021-07-22 09:05:30 +01:00
Andy Wilkinson
aaf26245d5 Upgrade to SLF4J 1.7.32
Closes gh-27445
2021-07-22 09:05:29 +01:00
Andy Wilkinson
7fbfbfe21e Upgrade to MySQL 8.0.26
Closes gh-27444
2021-07-22 09:05:27 +01:00
Andy Wilkinson
70ecaac16c Configure a mirror for registry-image image_resources
Closes gh-27441
2021-07-22 08:35:32 +01:00
Andy Wilkinson
79990a1b9c Upgrade to artifactory-resource 0.0.15
Closes gh-27232
2021-07-22 08:26:36 +01:00
Andy Wilkinson
14e23bf556 Merge pull request #27418 from izeye
* gh-27418:
  Polish

Closes gh-27418
2021-07-21 11:49:15 +01:00
izeye
734293d491 Polish
See gh-27418
2021-07-21 11:17:43 +01:00
Andy Wilkinson
c8c1452ced Merge pull request #27417 from dreis2211
* gh-27417:
  Polishing

Closes gh-27417
2021-07-21 11:06:30 +01:00