Stephane Nicoll
a0cf1eed41
Add support for customizing the auto-configured ClientResources
...
Closes gh-26792
2021-06-14 09:32:43 +02:00
Stephane Nicoll
f8555b9071
Add metrics for task execution and scheduling
...
Closes gh-23818
2021-06-14 09:07:40 +02:00
Stephane Nicoll
6505e03cb2
Polish "Add auto-configuration for Spring Data Envers"
...
See gh-22610
2021-06-14 08:28:17 +02:00
Stefano Cordio
91da8c9fc6
Add auto-configuration for Spring Data Envers
...
See gh-22610
2021-06-14 08:28:16 +02:00
Stephane Nicoll
d17c475504
Polish "Enable Redis connection pool if commons-pool2 is available"
...
See gh-26326
2021-06-14 08:25:21 +02:00
weixsun
55ff163018
Enable Redis connection pool if commons-pool2 is available
...
See gh-26326
2021-06-14 08:25:21 +02:00
Stephane Nicoll
05acfaa690
Polish "Upgrade to Flyway 7.9.2"
...
See gh-26456
2021-06-14 08:22:09 +02:00
Kedar Joshi
e6236b76bb
Upgrade to Flyway 7.9.2
...
See gh-26456
2021-06-14 08:22:01 +02:00
Stephane Nicoll
d5d23d73e7
Polish "Allow SpringApplicationBuilder to specify a ResourceLoader"
...
See gh-26690
2021-06-14 08:17:52 +02:00
Jamin Hitchcock
7b0ba35025
Allow SpringApplicationBuilder to specify a ResourceLoader
...
See gh-26690
2021-06-14 08:17:02 +02:00
Stephane Nicoll
fc0438eda8
Polish "Allow direct use of exposed WebSessionIdResolver bean"
...
See gh-26437
2021-06-14 08:13:58 +02:00
weixsun
65ce1454e0
Allow direct use of exposed WebSessionIdResolver bean
...
See gh-26437
2021-06-14 08:13:58 +02:00
Stephane Nicoll
b7f126020e
Update copyright year of change file
...
See gh-26422
2021-06-12 18:00:24 +02:00
Marcus Klimstra
10ffaffb7b
Improve configuration of Start and Stop goals
...
See gh-26422
2021-06-12 18:00:24 +02:00
Stephane Nicoll
6b4efcce11
Polish "Apply RSocketConnectorConfigurer beans to RSocketRequester.Builder"
...
See gh-26341
2021-06-12 17:51:57 +02:00
nguyensach
850c653862
Apply RSocketConnectorConfigurer beans to RSocketRequester.Builder
...
See gh-26341
2021-06-12 17:51:57 +02:00
Stephane Nicoll
69c2621a14
Polish "Add support for @Value annotation"
...
See gh-26337
2021-06-12 17:40:34 +02:00
Mark Jeffrey
14d86034a1
Add support for @Value annotation
...
This commit adds support for `@Value` from project Lombok for metadata
generation. This is very similar to the existing `@Data` support.
See gh-26337
2021-06-12 17:40:34 +02:00
Stephane Nicoll
d847f4c69e
Polish "Add configuration property for Tomcat's rejectIllegalHeader"
...
See gh-26311
2021-06-12 17:27:11 +02:00
David Byron
e5a539d80e
Add configuration property for Tomcat's rejectIllegalHeader
...
See gh-26311
2021-06-12 17:27:10 +02:00
Stephane Nicoll
a1183c4641
Polish "Reproducible build for spring-boot-maven-plugin:build-info"
...
See gh-26221
2021-06-12 17:11:14 +02:00
Slawomir Jaranowski
2dec6dd552
Reproducible build for spring-boot-maven-plugin:build-info
...
See gh-26221
2021-06-12 17:11:14 +02:00
Andy Wilkinson
2bea21ed4f
Merge branch '2.5.x'
...
Closes gh-26874
2021-06-11 19:53:32 +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
Stephane Nicoll
a90c7181b7
Polish "Add auto-configuration for DiskSpaceMetrics"
...
See gh-26001
2021-06-11 17:01:36 +02:00
bono007
e3f03dd50a
Add auto-configuration for DiskSpaceMetrics
...
See gh-26001
2021-06-11 17:01:36 +02:00
Andy Wilkinson
151e0eb2b6
Merge branch '2.5.x'
...
Closes gh-26871
2021-06-11 15:55:42 +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
5123d7c937
Merge branch '2.4.x'
...
Closes gh-26869
2021-06-11 15:50:33 +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
9e46061aa6
Allow to chain ContextConsumer implementations
...
Closes gh-26723
2021-06-11 16:04:34 +02: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
Andy Wilkinson
39aa27e13c
Make DB init back off without DatabasePopulator
...
Fixes gh-26850
2021-06-10 11:27:25 +01:00
Phillip Webb
2835085ffb
Polish
2021-06-10 00:21:38 -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
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
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
Madhura Bhave
63806d5bac
Remove duplicate copyright notice from docs
2021-06-09 14:44:44 -07:00