22007 Commits

Author SHA1 Message Date
Stephane Nicoll
96aa0611f6 Merge branch '3.1.x'
Closes gh-36878
2023-08-09 16:08:59 +02:00
Stephane Nicoll
63a1248a6d Merge branch '3.0.x' into 3.1.x
Closes gh-36877
2023-08-09 16:06:44 +02:00
Stephane Nicoll
6800f15aa6 Merge branch '2.7.x' into 3.0.x
Closes gh-36876
2023-08-09 16:06:33 +02:00
Stephane Nicoll
94c7140001 Use a dedicated application to collect log samples
This commit moves the tasks that collect log samples for the reference
guide to an isolated application.

Closes gh-36875
2023-08-09 16:06:09 +02:00
Andy Wilkinson
3c7d400f0d Merge branch '3.1.x'
Closes gh-36866
2023-08-09 13:01:43 +01:00
Andy Wilkinson
cac157b2a6 Merge branch '3.0.x' into 3.1.x
Closes gh-36865
2023-08-09 13:01:33 +01:00
Andy Wilkinson
7c77668372 Merge branch '2.7.x' into 3.0.x
Closes gh-36864
2023-08-09 13:01:23 +01:00
Andy Wilkinson
c1f2efe00c Document that spring.security.filter properties are Servlet-only
Closes gh-33551
2023-08-09 12:56:33 +01:00
Andy Wilkinson
94d6ccd7a5 Merge branch '3.1.x'
Closes gh-36863
2023-08-09 12:51:25 +01:00
Andy Wilkinson
8bd2e1a717 Merge branch '3.0.x' into 3.1.x
Closes gh-36862
2023-08-09 12:51:11 +01:00
Andy Wilkinson
29beb3ed24 Merge branch '2.7.x' into 3.0.x
Closes gh-36861
2023-08-09 12:50:59 +01:00
Andy Wilkinson
d277631331 Document @EntityScan and @Enable…Repositories for tuning scanning
Closes gh-36282
2023-08-09 12:47:30 +01:00
Moritz Halbritter
5b00d5f89b Auto-configure SimpleAsyncTaskScheduler when virtual threads are enabled
This auto-configures a new SimpleAsyncTaskSchedulerBuilder bean in the
context. This bean is configured to use virtual threads, if enabled.

SimpleAsyncTaskSchedulerCustomizers can be used to customize the built
SimpleAsyncTaskScheduler.

If virtual threads are enabled, the application task scheduler is
configured to be a SimpleAsyncTaskScheduler.

Adds a new configuration property spring.task.scheduling.simple
.concurrency-limit

Closes gh-36609
2023-08-09 13:43:08 +02:00
Andy Wilkinson
3c12f39adb Merge branch '3.1.x'
Closes gh-36860
2023-08-09 12:27:50 +01:00
Andy Wilkinson
30bfc34b5b Merge branch '3.0.x' into 3.1.x
Closes gh-36859
2023-08-09 12:27:41 +01:00
Andy Wilkinson
b411fffb30 Merge branch '2.7.x' into 3.0.x
Closes gh-36858
2023-08-09 12:27:27 +01:00
Andy Wilkinson
21de3fba3c Describe quirks of JUL and Log4j2 in OutputCaptureExtension javadoc
Closes gh-32562
2023-08-09 12:25:26 +01:00
Andy Wilkinson
bd0652f8db Merge branch '3.1.x'
Closes gh-36857
2023-08-09 12:07:33 +01:00
Andy Wilkinson
0c9e6268d5 Merge branch '3.0.x' into 3.1.x
Closes gh-36856
2023-08-09 12:01:00 +01:00
Andy Wilkinson
f82f4d6b56 Merge branch '2.7.x' into 3.0.x
Closes gh-36855
2023-08-09 12:00:45 +01:00
Andy Wilkinson
694ff4f875 Include throwables from Logback errors when reporting invalid config
Closes gh-32562
2023-08-09 11:43:58 +01:00
Andy Wilkinson
4f9fcfc2de Merge branch '3.1.x'
Closes gh-36854
2023-08-09 10:46:11 +01:00
Andy Wilkinson
c59eca02ba Merge branch '3.0.x' into 3.1.x
Closes gh-36853
2023-08-09 10:45:48 +01:00
Andy Wilkinson
4ec1a05b9c Merge branch '2.7.x' into 3.0.x
Closes gh-36852
2023-08-09 10:45:32 +01:00
Andy Wilkinson
45b62b1452 Clarify transfer of logging props from Environment to System props
Closes gh-32160
2023-08-09 10:42:22 +01:00
Stephane Nicoll
cee5c9142c Merge branch '3.1.x'
Closes gh-36851
2023-08-09 11:40:52 +02:00
Stephane Nicoll
22fde44e3b Merge branch '3.0.x' into 3.1.x
Closes gh-36850
2023-08-09 11:40:41 +02:00
Stephane Nicoll
2d8dbbd1f3 Review Google Cloud section of the reference guide
Closes gh-33730
2023-08-09 11:38:14 +02:00
Stephane Nicoll
38dbc644ae Add auto-configuration for JdbcClient
Closes gh-36579
2023-08-09 11:18:25 +02:00
Stephane Nicoll
5544ccdcba Start build against Spring LDAP 3.2.0-M2 snapshots
See gh-36679
2023-08-09 11:18:25 +02:00
Stephane Nicoll
309ea53ff3 Start build against Spring Data 2023.1.0-M2 snapshots
See gh-36680
2023-08-09 11:18:25 +02:00
Stephane Nicoll
421448233f Remove invalid check for String-based FactoryBean.OBJECT_TYPE_ATTRIBUTE
Closes gh-36659
2023-08-09 11:18:25 +02:00
Stephane Nicoll
b46e81c230 Start building against Spring Framework 6.1.0-M4 snapshots
See gh-36678
2023-08-09 11:18:25 +02:00
Stephane Nicoll
57eee66b8e Start build against Micrometer Tracing 1.12.0-M2 snapshots
See gh-36676
2023-08-09 11:18:24 +02:00
Stephane Nicoll
7454368e1e Start build against Micrometer 1.12.0-M2 snapshots
See gh-36675
2023-08-09 11:18:24 +02:00
Stephane Nicoll
e89e0c8956 Start build against Reactor Bom 2023.0.0-M2 snapshots
See gh-36677
2023-08-09 11:18:24 +02:00
Stephane Nicoll
59c667caeb Start building against Spring Data Bom 2021.2.15 snapshots
See gh-36828
2023-08-09 11:16:02 +02:00
Stephane Nicoll
aa50b3f846 Start building against Spring Batch 4.3.9 snapshots
See gh-36827
2023-08-09 11:16:02 +02:00
Stephane Nicoll
9ae960ea7d Start building against Spring AMQP 2.4.15 snapshots
See gh-36826
2023-08-09 11:16:01 +02:00
Stephane Nicoll
8bec4526d3 Start building against Reactor Bom 2020.0.35 snapshots
See gh-36825
2023-08-09 11:16:01 +02:00
Stephane Nicoll
3db0352806 Start building against Micrometer 1.9.14 snapshots
See gh-36824
2023-08-09 11:16:01 +02:00
Stephane Nicoll
69c40bd6df Start building against Spring Session 3.1.2 snapshots
See gh-36849
2023-08-09 11:01:31 +02:00
Stephane Nicoll
ae418315ca Start building against Spring Security 6.1.3 snapshots
See gh-36848
2023-08-09 11:01:26 +02:00
Stephane Nicoll
13dad8ab06 Start building against Spring LDAP 3.1.1 snapshots
See gh-36847
2023-08-09 11:01:22 +02:00
Stephane Nicoll
b96c24878a Start building against Spring Kafka 3.0.10 snapshots
See gh-36846
2023-08-09 11:01:17 +02:00
Stephane Nicoll
6bdc510fc6 Start building against Spring AMQP 3.0.8 snapshots
See gh-36842
2023-08-09 11:01:07 +02:00
Stephane Nicoll
9a56025b43 Start building against Spring Session 3.0.3 snapshots
See gh-36838
2023-08-09 10:41:39 +02:00
Stephane Nicoll
52fb6688b2 Start building against Spring Security 6.0.6 snapshots
See gh-36837
2023-08-09 10:41:35 +02:00
Stephane Nicoll
aad34aee28 Start building against Spring LDAP 3.0.5 snapshots
See gh-36836
2023-08-09 10:41:30 +02:00
Stephane Nicoll
7fac959b90 Start building against Spring Kafka 3.0.10 snapshots
See gh-36835
2023-08-09 10:41:25 +02:00