Andy Wilkinson
681df90d33
Generate metadata for records using implicit constructor binding
...
Closes gh-27216
2021-07-26 09:43:32 +01:00
Andy Wilkinson
a5656e0932
Make @ConstructorBinding implict for config prop records
...
Closes gh-27216
2021-07-24 10:03:37 +01:00
Andy Wilkinson
3ff20ed4d9
Merge branch '2.5.x'
...
Closes gh-27485
2021-07-24 09:44:35 +01:00
Andy Wilkinson
dead33a90a
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27484
2021-07-24 09:44:18 +01:00
Andy Wilkinson
cff1827e27
Stabilize socketChannelClosedTriggersTunnelClose
...
Closes gh-27483
2021-07-24 09:43:41 +01:00
Andy Wilkinson
9b30ce7abe
Merge branch '2.5.x'
2021-07-23 19:45:36 +01:00
Andy Wilkinson
3e1f992a51
Merge branch '2.4.x' into 2.5.x
2021-07-23 19:45:27 +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
f830ce5e17
Merge branch '2.5.x'
2021-07-23 17:40:29 +01:00
Andy Wilkinson
27ae302905
Merge branch '2.4.x' into 2.5.x
2021-07-23 17:40:20 +01:00
Andy Wilkinson
931409cdd4
Update copyright header in changed files
2021-07-23 17:39:55 +01:00
Andy Wilkinson
fc9f38351a
Merge branch '2.5.x'
...
Closes gh-27479
2021-07-23 17:34:55 +01:00
Andy Wilkinson
bd3aec4f80
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27478
2021-07-23 17:30:27 +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
355226c21e
Merge branch '2.5.x'
...
Closes gh-27474
2021-07-23 13:09:37 +01:00
Andy Wilkinson
eaca9c7a83
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27473
2021-07-23 13:09:27 +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
dd7dd58f41
Merge branch '2.5.x'
...
Closes gh-27471
2021-07-23 11:02:43 +01:00
Andy Wilkinson
589a22eb0d
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27470
2021-07-23 11:02:24 +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
c334e06d29
Merge branch '2.5.x'
...
Closes gh-27467
2021-07-22 18:08:36 -07:00
Phillip Webb
807582ec06
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27466
2021-07-22 18:07:18 -07:00
Phillip Webb
8ebeedbf93
Upgrade to Artifactory Resource 0.0.17
...
Closes gh-27465
2021-07-22 18:05:50 -07:00
Phillip Webb
e5edec6c51
Upgrade to artifactory-resource 0.0.16
...
See gh-27465
2021-07-22 14:01:03 -07:00
Phillip Webb
7e9ac39f0d
Update copyright year of changed files
2021-07-22 09:50:37 -07:00
Phillip Webb
20a6073913
Polish
2021-07-22 09:50:17 -07:00
Andy Wilkinson
452446f056
Merge branch '2.5.x'
...
Closes gh-27463
2021-07-22 15:40:27 +01:00
Andy Wilkinson
4b74399486
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27462
2021-07-22 15:40:11 +01:00
Andy Wilkinson
62db4c76f1
Fix problems with gradle-plugin-publishing
...
Closes gh-27461
2021-07-22 15:39:46 +01:00
Andy Wilkinson
54fbfd3914
Merge branch '2.5.x'
2021-07-22 15:16:39 +01:00
Spring Buildmaster
2400e4e591
Next development version (v2.5.4-SNAPSHOT)
2021-07-22 13:51:31 +00:00
Andy Wilkinson
eb5ef73b65
Merge branch '2.5.x'
...
Closes gh-27460
2021-07-22 12:14:45 +01:00
Andy Wilkinson
e2c6929d2b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27459
2021-07-22 12:14:21 +01:00
Andy Wilkinson
f0625b42bf
Trigger publish-gradle-plugin automatically
...
Closes gh-27454
2021-07-22 12:13:31 +01:00
Andy Wilkinson
30224412e7
Merge branch '2.5.x'
...
Closes gh-27458
2021-07-22 12:11:58 +01:00
Andy Wilkinson
3e99a97bd8
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27457
2021-07-22 12:11:43 +01:00
Andy Wilkinson
1389d803ae
Correct path in publish-gradle-plugin script
...
Fixes gh-27456
2021-07-22 12:05:41 +01:00
Andy Wilkinson
c9361798be
Merge branch '2.5.x'
...
Closes gh-27455
2021-07-22 11:42:45 +01:00
Andy Wilkinson
7225d0e54b
Merge pull request #27453 from saraswathy-krish
...
* gh-27453:
Polish "Fix deriving DataSources from custom type"
Fix deriving DataSources from custom type
Closes gh-27453
2021-07-22 11:42:01 +01:00
Andy Wilkinson
18b4898977
Polish "Fix deriving DataSources from custom type"
...
See gh-27453
2021-07-22 11:41:54 +01:00
saraswathy-krish
d0e2823c49
Fix deriving DataSources from custom type
...
Eliminate the unsupported datasource property exception thrown
when trying to derive a datasource from an unknown datasource type.
See gh-27453
2021-07-22 11:41:54 +01:00
Andy Wilkinson
58ee531ddb
Merge branch '2.5.x'
2021-07-22 11:40:45 +01:00
Andy Wilkinson
44a9531ace
Merge branch '2.4.x' into 2.5.x
2021-07-22 11:40:35 +01:00
Spring Buildmaster
3321b835f4
Next development version (v2.4.10-SNAPSHOT)
2021-07-22 10:18:53 +00:00
Andy Wilkinson
3b3dff3b4b
Merge branch '2.5.x'
2021-07-22 10:38:14 +01:00
Andy Wilkinson
68c5f6cd30
Upgrade to Undertow 2.2.9.Final
...
Closes gh-27452
2021-07-22 10:05:59 +01:00
Andy Wilkinson
191bd8ca57
Upgrade to SLF4J 1.7.32
...
Closes gh-27451
2021-07-22 10:05:58 +01:00
Andy Wilkinson
a279d42712
Upgrade to MySQL 8.0.26
...
Closes gh-27450
2021-07-22 10:05:57 +01:00
Andy Wilkinson
982d6c6097
Upgrade to Logback 1.2.4
...
Closes gh-27449
2021-07-22 10:05:55 +01:00
Andy Wilkinson
8044bd2424
Upgrade to Jedis 3.6.3
...
Closes gh-27448
2021-07-22 10:05:54 +01:00