Madhura Bhave
|
ae24d66af7
|
Merge branch '2.4.x' into main
Closes gh-26649
|
2021-05-24 16:42:32 -07:00 |
|
Madhura Bhave
|
8f2b180eb6
|
Use Sso Binding from SAML metadata uri if present
If the property is explicitly configured, that gets used.
If none are present, we rely on Spring Security's default value of
REDIRECT.
Fixes gh-26454
|
2021-05-24 16:37:31 -07:00 |
|
Stephane Nicoll
|
cb7c3774a7
|
Merge branch '2.4.x'
Closes gh-26646
|
2021-05-24 11:39:57 +02:00 |
|
Stephane Nicoll
|
942691753d
|
Merge branch '2.3.x' into 2.4.x
Closes gh-26645
|
2021-05-24 11:39:38 +02:00 |
|
dreis2211
|
01ee6190a2
|
Remove workaround for SUREFIRE-1679
See gh-26632
|
2021-05-24 11:15:58 +02:00 |
|
Oliver B. Fischer
|
11af8a816c
|
Add link to Maven Git Commit Id Plugin
See gh-26635
|
2021-05-23 16:37:44 +02:00 |
|
Andy Wilkinson
|
7a7050879c
|
Avoid eager initialization when configuring Data repository metrics
Fixes gh-26630
|
2021-05-21 13:54:35 +01:00 |
|
Phillip Webb
|
15042e2710
|
Merge branch '2.4.x'
Closes gh-26623
|
2021-05-20 14:43:11 -07:00 |
|
Phillip Webb
|
6bf069d9e0
|
Merge branch '2.3.x' into 2.4.x
Closes gh-26622
|
2021-05-20 14:42:54 -07:00 |
|
Phillip Webb
|
004363ceaf
|
Use WebMvcConfigurer to add resource handlers
Move resource handler auto-configuration logic back to the
`WebMvcConfigurer` so that they also get applied to child contexts.
Closes gh-25743
|
2021-05-20 14:16:23 -07:00 |
|
Phillip Webb
|
ab958d2394
|
Include io.spring.asciidoctor.backends group
Update `repositories` declaration to include the
'io.spring.asciidoctor.backends' group.
See gh-26293
|
2021-05-19 22:58:31 -07:00 |
|
Phillip Webb
|
f0896c2de6
|
Rework title anchors for maven docs
Closes gh-26617
|
2021-05-19 21:19:24 -07:00 |
|
Phillip Webb
|
1702c9fc3d
|
Rework title anchors for gradle docs
Closes gh-26618
|
2021-05-19 21:19:24 -07:00 |
|
Phillip Webb
|
f692b0e937
|
Rework title anchors for actuator docs
Closes gh-26615
|
2021-05-19 21:19:24 -07:00 |
|
Phillip Webb
|
2dbf39c738
|
Polish asciidoc formatting
|
2021-05-19 21:19:24 -07:00 |
|
Madhura Bhave
|
a28072bab4
|
Merge branch '2.4.x' into main
Closes gh-26614
|
2021-05-19 16:17:34 -07:00 |
|
Madhura Bhave
|
27fee5fa95
|
Configure filter to process preflight requests for webflux actuator endpoints
Fixes gh-24541
|
2021-05-19 16:16:16 -07:00 |
|
Madhura Bhave
|
99ed291184
|
Merge branch '2.4.x' into main
|
2021-05-19 15:27:48 -07:00 |
|
Madhura Bhave
|
29d1e22b91
|
Fix rawtypes
|
2021-05-19 15:26:53 -07:00 |
|
Madhura Bhave
|
3ef9b7e634
|
Merge branch '2.4.x' into main
Closes gh-26612
|
2021-05-19 15:01:45 -07:00 |
|
Madhura Bhave
|
743ac4c394
|
Merge branch '2.3.x' into 2.4.x
Closes gh-26611
|
2021-05-19 14:55:53 -07:00 |
|
Madhura Bhave
|
b26e842050
|
Configure CORS in default security configuration for MVC
Fixes gh-11987
|
2021-05-19 14:40:57 -07:00 |
|
Madhura Bhave
|
110c36e607
|
Merge branch '2.4.x' into main
Closes gh-26610
|
2021-05-19 13:21:39 -07:00 |
|
Madhura Bhave
|
80610fa250
|
Restore order of additional and active profiles
This commit restores the order of additional and active profiles
so that active profiles now take precedence.
Fixes gh-26189
|
2021-05-19 13:21:03 -07:00 |
|
Phillip Webb
|
8a3f835ffe
|
Set Asciidoctor attribute-missing to warn
Closes gh-26590
|
2021-05-19 11:53:46 -07:00 |
|
Andy Wilkinson
|
d39bb997f2
|
Upgrade to Spring Session 2021.0.0
Closes gh-26389
|
2021-05-19 19:05:49 +01:00 |
|
Andy Wilkinson
|
879f362c29
|
Merge branch '2.4.x'
Closes gh-26608
|
2021-05-19 19:04:45 +01:00 |
|
Andy Wilkinson
|
64e76badc2
|
Merge branch '2.3.x' into 2.4.x
Closes gh-26607
|
2021-05-19 19:03:12 +01:00 |
|
Andy Wilkinson
|
b6e860b2d4
|
Prevent Jetty from delaying shutdown beyond grace period
Fixes gh-22689
|
2021-05-19 19:02:24 +01:00 |
|
Andy Wilkinson
|
66d087877d
|
Merge branch '2.4.x'
Closes gh-26606
|
2021-05-19 16:46:27 +01:00 |
|
Andy Wilkinson
|
6874c42d3c
|
Merge branch '2.3.x' into 2.4.x
Closes gh-26605
|
2021-05-19 16:46:09 +01:00 |
|
weixsun
|
d2bdcddb5f
|
Fix outdated defaults for Info endpoint
See gh-26591
|
2021-05-19 17:42:13 +02:00 |
|
Andy Wilkinson
|
2a89b11df3
|
Exclude SmartInitializingSingletones from lazy initialization
Fixes gh-26470
|
2021-05-19 16:26:48 +01:00 |
|
Stephane Nicoll
|
b971ac8550
|
Upgrade to Netty 4.1.65.Final
Closes gh-26604
|
2021-05-19 17:24:04 +02:00 |
|
Stephane Nicoll
|
4caab742ca
|
Upgrade to Jetty 9.4.41.v20210516
Closes gh-26603
|
2021-05-19 17:24:01 +02:00 |
|
Stephane Nicoll
|
a5f9e3912f
|
Upgrade to Spring WS 3.1.1
Closes gh-26390
|
2021-05-19 17:19:57 +02:00 |
|
Stephane Nicoll
|
6a45026097
|
Upgrade to Netty 4.1.65.Final
Closes gh-26602
|
2021-05-19 16:12:50 +02:00 |
|
Stephane Nicoll
|
8904649fcf
|
Upgrade to Jetty 9.4.41.v20210516
Closes gh-26601
|
2021-05-19 16:12:49 +02:00 |
|
Stephane Nicoll
|
5edb788241
|
Upgrade to Netty 4.1.65.Final
Closes gh-26600
|
2021-05-19 15:51:26 +02:00 |
|
Stephane Nicoll
|
0d1b3fb078
|
Upgrade to Neo4j OGM 3.2.23
Closes gh-26599
|
2021-05-19 15:51:25 +02:00 |
|
Stephane Nicoll
|
22ec27dcd3
|
Upgrade to Json-smart 2.3.1
Closes gh-26598
|
2021-05-19 15:51:23 +02:00 |
|
Stephane Nicoll
|
32381ad61c
|
Upgrade to Jetty 9.4.41.v20210516
Closes gh-26597
|
2021-05-19 15:51:22 +02:00 |
|
Stephane Nicoll
|
e71b4aac7b
|
Upgrade to Spring Batch 4.3.3
Closes gh-26392
|
2021-05-19 15:48:38 +02:00 |
|
Stephane Nicoll
|
e5ab626638
|
Upgrade to Spring Batch 4.3.3
Closes gh-26391
|
2021-05-19 15:47:47 +02:00 |
|
Stephane Nicoll
|
7769e77775
|
Upgrade to Spring Batch 4.2.7
Closes gh-26426
|
2021-05-19 15:47:06 +02:00 |
|
Andy Wilkinson
|
b9abcba778
|
Merge branch '2.4.x'
Closes gh-26596
|
2021-05-19 13:38:20 +01:00 |
|
Andy Wilkinson
|
ff45e4c418
|
Merge branch '2.3.x' into 2.4.x
Closes gh-26595
|
2021-05-19 13:15:18 +01:00 |
|
Andy Wilkinson
|
936c31c7a7
|
Prevent metrics failures from adversely affecting web responses
Fixes gh-24151
|
2021-05-19 13:14:52 +01:00 |
|
Andy Wilkinson
|
55b507bccf
|
Upgrade to Spring Integration 5.5.0
Closes gh-26388
|
2021-05-19 08:34:34 +01:00 |
|
Andy Wilkinson
|
04e3165c15
|
Upgrade to Spring Integration 5.4.7
Closes gh-26587
|
2021-05-19 08:33:14 +01:00 |
|