Commit Graph

32697 Commits

Author SHA1 Message Date
Stephane Nicoll
618d3dfd60 Merge pull request #26907 from izeye
* pr/26907:
  Fix Javadoc deprecated since

Closes gh-26907
2021-06-15 08:23:32 +02:00
izeye
eeefaf4314 Fix Javadoc deprecated since
See gh-26907
2021-06-15 08:23:13 +02:00
Andy Wilkinson
6a51c272b9 Test our Gradle plugin against Gradle 7.1
Closes gh-26904
2021-06-14 21:01:06 +01:00
Andy Wilkinson
017ba504d7 Merge branch '2.4.x' into 2.5.x
Closes gh-26901
2021-06-14 19:16:10 +01:00
Andy Wilkinson
32effdba0a Try to stabilize RestarterTests.testRestart
Closes gh-26900
2021-06-14 19:15:09 +01:00
Madhura Bhave
aa873d3a22 Reorder documentation overview section
The documentation overview sections is supposed to provide a map
for the rest of the reference document. The getting help and upgrading
sections were moved to align with that.
2021-06-14 10:48:49 -07:00
Andy Wilkinson
9e2339b5d0 Merge branch '2.4.x' into 2.5.x 2021-06-14 13:36:29 +01:00
Andy Wilkinson
16bfa669e1 Polish authors separators 2021-06-14 13:35:30 +01:00
Andy Wilkinson
5f26fd9ccb Merge branch '2.4.x' into 2.5.x
Closes gh-26891
2021-06-14 13:28:54 +01:00
Andy Wilkinson
f6b7730dac Use Asciidoctor's revision line to provide document's version
Using the revision line means that the revision number is automatically
set. The revision number is then included by the HTML and PDF backends
in the standard location. In the HTML backend that's alongside the
list of authors. In the PDF backend that's on the title page.

Closes gh-26851
2021-06-14 13:24:01 +01:00
Andy Wilkinson
5de5390ef9 Merge branch '2.4.x' into 2.5.x
Closes gh-26889
2021-06-14 11:05:53 +01:00
Andy Wilkinson
c89430e174 Try to stabilize httpConnectionsAreClosedAfterLongPollTimeout
Closes gh-26888
2021-06-14 11:04:23 +01:00
Andy Wilkinson
3858c6299d Merge branch '2.4.x' into 2.5.x
Closes gh-26886
2021-06-14 10:52:53 +01:00
Andy Wilkinson
7a14a53250 Try to stabilize TunnelClientTests.addListener()
Closes gh-26885
2021-06-14 10:52:12 +01:00
Andy Wilkinson
d0b8741fe2 Merge branch '2.4.x' into 2.5.x
Closes gh-26875
2021-06-11 20:07:15 +01:00
Andy Wilkinson
65e3267065 Always use 8 threads when getting from Artifactory
Closes gh-26852
2021-06-11 20:06:09 +01:00
Andy Wilkinson
866f1e34c1 Merge branch '2.4.x' into 2.5.x
Closes gh-26873
2021-06-11 19:53:05 +01:00
Andy Wilkinson
37d395bad2 Try to stabilize flaky MetricsWebClientFilterFunction test
Closes gh-26855
2021-06-11 19:48:34 +01:00
Andy Wilkinson
0ab7144bf1 Merge branch '2.4.x' into 2.5.x
Closes gh-26870
2021-06-11 15:55:31 +01:00
Andy Wilkinson
608c4509f8 Try to stabilise SocketTargetServerConnectionTests
Closes gh-26857
2021-06-11 15:55:01 +01:00
Andy Wilkinson
00b9e7f498 Merge branch '2.4.x' into 2.5.x
Closes gh-26868
2021-06-11 15:49:57 +01:00
Andy Wilkinson
186658cc12 Attempt to stabilize stopTriggersTunnelClose
Closes gh-26856
2021-06-11 15:48:50 +01:00
Stephane Nicoll
1a828af178 Update CI parameters for 2.5.x branch 2021-06-11 10:11:57 +02:00
Stephane Nicoll
8054134833 Merge branch '2.4.x' 2021-06-11 10:09:13 +02:00
Stephane Nicoll
29f9fc1c06 Merge branch '2.3.x' into 2.4.x 2021-06-11 10:08:58 +02:00
Spring Buildmaster
8a0bfef9bb Next development version (v2.5.2-SNAPSHOT) 2021-06-10 18:18:29 +00:00
Andy Wilkinson
f3f119b111 Don't shutdown logging system before contexts
Add `SpringApplicationShutdownHook` to manage orderly application
shutdown, specifically around the `LoggingSystem`. `SpringApplication`
now offers a `getShutdownHandlers()` method that can be used to add
handlers that are guaranteed to only run after the `ApplicationContext`
has been closed and is inactive.

Fixes gh-26660
2021-06-10 07:56:48 -07:00
Spring Buildmaster
19a7e60641 Next development version (v2.4.8-SNAPSHOT) 2021-06-10 10:55:47 +00:00
Andy Wilkinson
39aa27e13c Make DB init back off without DatabasePopulator
Fixes gh-26850
2021-06-10 11:27:25 +01:00
Spring Buildmaster
5995fc9fc5 Next development version (v2.3.13.BUILD-SNAPSHOT) 2021-06-10 08:45:31 +00:00
Phillip Webb
2835085ffb Polish 2021-06-10 00:21:38 -07:00
Phillip Webb
28abcf88a0 Upgrade to spring-asciidoctor-backends 0.0.2
Closes gh-26846
2021-06-10 00:18:34 -07:00
Phillip Webb
17671980dc Merge branch '2.4.x' 2021-06-10 00:15:48 -07:00
Phillip Webb
7c4f178c17 Merge branch '2.3.x' into 2.4.x 2021-06-10 00:15:28 -07:00
Phillip Webb
3b48526732 Polish 2021-06-10 00:12:34 -07:00
Stephane Nicoll
18eb88b281 Upgrade to Git Commit ID Plugin 4.0.5
Closes gh-26845
2021-06-10 08:38:38 +02:00
Stephane Nicoll
f79f2b1594 Upgrade to Spring AMQP 2.3.8
Closes gh-26764
2021-06-10 07:58:19 +02:00
Stephane Nicoll
bbdfcdc6af Merge pull request #26816 from ge0ffrey
* pr/26816:
  Polish "Fix Optaplanner starter url"
  Fix Optaplanner starter url

Closes gh-26816
2021-06-10 07:53:47 +02:00
Stephane Nicoll
ab90a948be Polish "Fix Optaplanner starter url"
See gh-26816
2021-06-10 07:53:07 +02:00
Geoffrey De Smet
736b0678e5 Fix Optaplanner starter url
See gh-26816
2021-06-10 07:52:35 +02:00
Stephane Nicoll
99d8b10778 Upgrade CI to Docker 20.10.7
Closes gh-26843
2021-06-10 07:48:26 +02:00
Stephane Nicoll
9dadd45eb2 Merge branch '2.4.x' 2021-06-10 07:48:05 +02:00
Stephane Nicoll
2aa1c9764a Upgrade CI to Docker 20.10.7
Closes gh-26841
2021-06-10 07:47:34 +02:00
Stephane Nicoll
ed386e67df Merge branch '2.3.x' into 2.4.x 2021-06-10 07:47:17 +02:00
Stephane Nicoll
456fcac0f2 Upgrade CI to Docker 20.10.7
Closes gh-26842
2021-06-10 07:46:46 +02:00
Stephane Nicoll
a7c538faa0 Upgrade to RSocket 1.1.1
Closes gh-26839
2021-06-10 07:46:17 +02:00
Stephane Nicoll
2201315556 Upgrade to Jetty 9.4.42.v20210604
Closes gh-26838
2021-06-10 07:46:17 +02:00
Stephane Nicoll
5cb1bd8245 Upgrade to Jetty Reactive HTTPClient 1.1.9
Closes gh-26837
2021-06-10 07:46:17 +02:00
Madhura Bhave
2e2d1fe8d3 Merge branch '2.4.x' into main 2021-06-09 14:46:36 -07:00
Madhura Bhave
e3042b38f5 Merge branch '2.3.x' into 2.4.x 2021-06-09 14:45:23 -07:00