Commit Graph

50251 Commits

Author SHA1 Message Date
Stéphane Nicoll
8bf1a2db76 Upgrade to Spring GraphQL 1.3.3
Closes gh-42742
2024-10-23 08:03:30 +02:00
Stéphane Nicoll
9668ecd241 Upgrade to Spring Authorization Server 1.3.3
Closes gh-42546
2024-10-23 08:03:30 +02:00
Phillip Webb
dcbf0096d8 Use context class loader when watching SSL resource
Update `BundleContentProperty` to use a provided resource loader when
watching files.

Fixes gh-42468
2024-10-22 19:22:33 -07:00
Phillip Webb
499672184c Use context class loader when loading auto-configured SSL bundles
Update `SslAutoConfiguration` to the `ApplicationContext` class loader
when loading SSL resources. Prior to this commit, the thread context
class loader was used to load resources which could be incorrect.
Specifically, when using a `ForkJoinPool` the thread context classloader
defaults to the JRE `AppClassLoader` which does not include uber jar
content.

The underlying `JksSslStoreBundle` class and `PemSslStore.load(...)`
method have been updated so support using a provided `ResourceLoader`.

Fixes gh-42468
2024-10-22 18:43:57 -07:00
Phillip Webb
61fbb12499 Polish 2024-10-22 16:05:51 -07:00
Phillip Webb
a9e50d67dd Drop @Input from getData()
Remove `@Input` from the `getData()` method since it's built up from
other properties.

See gh-40572
2024-10-22 11:13:32 -07:00
Stéphane Nicoll
9acbee7533 Merge branch '3.2.x' into 3.3.x 2024-10-22 09:22:21 +02:00
Stéphane Nicoll
6ac8053a96 Upgrade to Spring Session 3.3.3
Closes gh-42554
2024-10-22 09:03:43 +02:00
Stéphane Nicoll
d5881a862e Upgrade to Spring Security 6.3.4
Closes gh-42553
2024-10-22 09:03:43 +02:00
Stéphane Nicoll
870ef4d8ff Upgrade to Spring Pulsar 1.1.5
Closes gh-42551
2024-10-22 09:03:43 +02:00
Stéphane Nicoll
15eafc7430 Upgrade to Pulsar Reactive 0.5.8
Closes gh-42819
2024-10-22 09:03:42 +02:00
Stéphane Nicoll
7fe805c120 Upgrade to jOOQ 3.19.14
Closes gh-42818
2024-10-22 09:03:38 +02:00
Stéphane Nicoll
0e84c489b3 Upgrade to Spring Security 6.2.7
Closes gh-42541
2024-10-22 09:03:31 +02:00
Stéphane Nicoll
ced285d7a8 Upgrade to Spring Pulsar 1.0.11
Closes gh-42539
2024-10-22 09:03:30 +02:00
Stéphane Nicoll
747a971a26 Upgrade to Pulsar Reactive 0.5.8
Closes gh-42817
2024-10-22 09:03:30 +02:00
Stéphane Nicoll
92166c30c7 Upgrade to jOOQ 3.18.21
Closes gh-42816
2024-10-22 09:03:26 +02:00
Andy Wilkinson
9f0d0e2e37 Merge branch '3.2.x' into 3.3.x
Closes gh-42743
2024-10-21 17:28:57 +01:00
Andy Wilkinson
f95e56dbb7 Upgrade to Spring RESTDocs 3.0.2
Closes gh-42741
2024-10-21 17:24:55 +01:00
Stéphane Nicoll
1688804f0c Merge branch '3.2.x' into 3.3.x
Closes gh-42810
2024-10-21 17:19:00 +02:00
Stéphane Nicoll
dfd5817a66 Merge pull request #42809 from jeonghyeon00
* pr/42809:
  Polish

Closes gh-42809
2024-10-21 17:18:54 +02:00
jeonghyeon00
cc25e6145e Polish
See gh-42809
2024-10-21 17:00:42 +02:00
Moritz Halbritter
cd98aba680 Merge branch '3.2.x' into 3.3.x
Closes gh-42805
2024-10-21 11:02:21 +02:00
Moritz Halbritter
2bbdc53222 Fix systemd example configuration
Closes gh-42795
2024-10-21 10:43:34 +02:00
Stéphane Nicoll
95f3113755 Merge branch '3.2.x' into 3.3.x 2024-10-19 10:29:13 +02:00
Stéphane Nicoll
c9e16dc926 Upgrade to Spring Retry 2.0.10
Closes gh-42540
2024-10-19 10:28:49 +02:00
Stéphane Nicoll
5e9c4b2dc5 Upgrade to Spring Retry 2.0.10
Closes gh-42552
2024-10-19 10:28:20 +02:00
Phillip Webb
8d028aa55f Merge branch '3.2.x' into 3.3.x
Closes gh-42793
2024-10-18 10:59:48 -07:00
Phillip Webb
a45844e7cd Reclaim docker disk space on CI during build
Attempt to fix disk space issues by removing large docker images
after they have been used.

This commit backports commits from `3.4.x` that were applied to
test the changes.

Closes gh-42776
2024-10-18 10:58:27 -07:00
Phillip Webb
223886ff37 Merge branch '3.2.x' into 3.3.x 2024-10-18 10:48:51 -07:00
Phillip Webb
3481107ff7 Update copyright year of changed files 2024-10-18 10:48:29 -07:00
Andy Wilkinson
f426ac9c92 Merge branch '3.2.x' into 3.3.x 2024-10-18 17:07:41 +01:00
Andy Wilkinson
65fa6ef372 Ignore hotfix releases when creating forward merge issue 2024-10-18 17:06:16 +01:00
Andy Wilkinson
7cc03444fb Merge branch '3.2.x' into 3.3.x
Closes gh-42789
2024-10-18 15:32:35 +01:00
Andy Wilkinson
74d13d3a8d Note that max HTTP request head size semantics are server-specific
Closes gh-40798
2024-10-18 15:31:54 +01:00
Andy Wilkinson
0fbaf8f1c2 Merge branch '3.2.x' into 3.3.x
Closes gh-42787
2024-10-18 15:19:45 +01:00
Andy Wilkinson
788fe6120f Clarify why @Primary is recommended when defining custom ObjectMapper
Closes gh-42598
2024-10-18 15:19:14 +01:00
Andy Wilkinson
34eade32d7 Merge branch '3.2.x' into 3.3.x
Closes gh-42785
2024-10-18 15:02:18 +01:00
Andy Wilkinson
1020793198 Output condition evaluation report when app under test fails to start
Closes gh-42185
2024-10-18 14:52:47 +01:00
Andy Wilkinson
16bdb2532b Upgrade to Spring Data Bom 2024.0.5
Closes gh-42547
2024-10-18 13:24:33 +01:00
Andy Wilkinson
b9a1f4a14c Merge branch '3.2.x' into 3.3.x 2024-10-18 13:16:18 +01:00
Andy Wilkinson
7b9cd51132 Upgrade to Spring Data Bom 2023.1.11
Closes gh-42535
2024-10-18 13:16:07 +01:00
Andy Wilkinson
2a60a967bd Merge branch '3.2.x' into 3.3.x
Closes gh-42783
2024-10-18 12:55:25 +01:00
Andy Wilkinson
706f30838b Abort upgrades upon user interrupt
Closes gh-39685
2024-10-18 12:48:58 +01:00
Andy Wilkinson
66fd0b179a Merge branch '3.2.x' into 3.3.x
See gh-42756
2024-10-18 12:02:07 +01:00
Andy Wilkinson
90edd92b68 Prohibit upgrades to Undertow 2.3.18.Final
See gh-42750
2024-10-18 12:00:37 +01:00
Moritz Halbritter
d6ac527fbc Merge branch '3.2.x' into 3.3.x 2024-10-18 11:03:14 +02:00
Moritz Halbritter
85936e7c2a Remove tool cache on the GitHub actions runner
See gh-42776
2024-10-18 11:03:03 +02:00
Stéphane Nicoll
f58b64025a Merge branch '3.2.x' into 3.3.x 2024-10-18 10:28:31 +02:00
Stéphane Nicoll
c8eb603f33 Upgrade to Spring LDAP 3.2.7
Closes gh-42538
2024-10-18 10:28:19 +02:00
Stéphane Nicoll
8113f3864a Upgrade to Spring LDAP 3.2.7
Closes gh-42550
2024-10-18 10:18:10 +02:00