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
Andy Wilkinson
c45ccb3a37
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27492
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
11fc231cc9
Merge branch '2.5.x'
...
Closes gh-27491
3 years ago
Andy Wilkinson
1bf466702b
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27490
3 years ago
Andy Wilkinson
0326fa47b7
Make DataJpaTestSchemaCredentialsIntegrationTests create the schema
...
Closes gh-26106
3 years ago
Andy Wilkinson
b760c0db69
Merge pull request #17530 from nosan
...
* gh-17530:
Polish "Use MessageSource to interpolate bean validation messages"
Use MessageSource to interpolate bean validation messages
Closes gh-17530
3 years ago
Andy Wilkinson
621844abda
Polish "Use MessageSource to interpolate bean validation messages"
...
See gh-17530
3 years ago
Dmytro Nosan
bbb8367afb
Use MessageSource to interpolate bean validation messages
...
See gh-17530
3 years ago
Andy Wilkinson
ea9b155776
Remove dependency management for org.jboss:jboss-transaction-spi
...
Closes gh-26574
3 years ago
Andy Wilkinson
5163bdab22
Merge branch '2.5.x'
...
Closes gh-27489
3 years ago
Andy Wilkinson
a71d19bce7
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27488
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
681df90d33
Generate metadata for records using implicit constructor binding
...
Closes gh-27216
3 years ago
Andy Wilkinson
a5656e0932
Make @ConstructorBinding implict for config prop records
...
Closes gh-27216
3 years ago
Andy Wilkinson
3ff20ed4d9
Merge branch '2.5.x'
...
Closes gh-27485
3 years ago
Andy Wilkinson
dead33a90a
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27484
3 years ago
Andy Wilkinson
cff1827e27
Stabilize socketChannelClosedTriggersTunnelClose
...
Closes gh-27483
3 years ago
Andy Wilkinson
9b30ce7abe
Merge branch '2.5.x'
3 years ago
Andy Wilkinson
3e1f992a51
Merge branch '2.4.x' into 2.5.x
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
f830ce5e17
Merge branch '2.5.x'
3 years ago
Andy Wilkinson
27ae302905
Merge branch '2.4.x' into 2.5.x
3 years ago
Andy Wilkinson
931409cdd4
Update copyright header in changed files
3 years ago
Andy Wilkinson
fc9f38351a
Merge branch '2.5.x'
...
Closes gh-27479
3 years ago
Andy Wilkinson
bd3aec4f80
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27478
3 years ago
Andy Wilkinson
d9a24f32b4
Rework spring-boot-server-tests to avoid using Maven
...
Closes gh-27476
3 years ago
Andy Wilkinson
355226c21e
Merge branch '2.5.x'
...
Closes gh-27474
3 years ago
Andy Wilkinson
eaca9c7a83
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27473
3 years ago
Andy Wilkinson
ee07d6c3ca
Increase response timeout for server-bound WebTestClients
...
Closes gh-27472
3 years ago
Andy Wilkinson
dd7dd58f41
Merge branch '2.5.x'
...
Closes gh-27471
3 years ago
Andy Wilkinson
589a22eb0d
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27470
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
c334e06d29
Merge branch '2.5.x'
...
Closes gh-27467
3 years ago
Phillip Webb
807582ec06
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27466
3 years ago
Phillip Webb
8ebeedbf93
Upgrade to Artifactory Resource 0.0.17
...
Closes gh-27465
3 years ago
Phillip Webb
e5edec6c51
Upgrade to artifactory-resource 0.0.16
...
See gh-27465
3 years ago
Phillip Webb
7e9ac39f0d
Update copyright year of changed files
3 years ago
Phillip Webb
20a6073913
Polish
3 years ago
Andy Wilkinson
452446f056
Merge branch '2.5.x'
...
Closes gh-27463
3 years ago
Andy Wilkinson
4b74399486
Merge branch '2.4.x' into 2.5.x
...
Closes gh-27462
3 years ago
Andy Wilkinson
62db4c76f1
Fix problems with gradle-plugin-publishing
...
Closes gh-27461
3 years ago
Andy Wilkinson
54fbfd3914
Merge branch '2.5.x'
3 years ago
Spring Buildmaster
2400e4e591
Next development version (v2.5.4-SNAPSHOT)
3 years ago