Commit Graph

57367 Commits

Author SHA1 Message Date
Phillip Webb b9be1179a2 Update checkstyle import-control.xml following restructure
Closes gh-47218
2025-09-15 20:18:25 -07:00
Phillip Webb 8651e971ea Replace `TomcatStarter` to break servlet dependency
Replace `TomcatStarter` with a `DeferredStartupExceptions` interface
to break the direct dependency on `Servlet`.

Closes gh-44325
2025-09-15 20:03:05 -07:00
Stéphane Nicoll 111418fbc5 Merge branch '3.5.x' 2025-09-16 02:54:23 +02:00
Stéphane Nicoll 2215e64a79 Merge branch '3.4.x' into 3.5.x 2025-09-16 02:54:12 +02:00
Stéphane Nicoll 08ce5b0ccd Upgrade to Spring Security 7.0.0-M3
Closes gh-47199
2025-09-16 02:44:43 +02:00
Stéphane Nicoll 91d30115e5 Upgrade to Spring Kafka 4.0.0-M5
Closes gh-47004
2025-09-16 02:44:43 +02:00
Stéphane Nicoll 0c53233128 Upgrade to Spring AMQP 4.0.0-M5
Closes gh-46999
2025-09-16 02:44:43 +02:00
Stéphane Nicoll f22e4853c3 Upgrade to Hibernate 7.1.1.Final
Closes gh-47217
2025-09-16 02:44:43 +02:00
Stéphane Nicoll 9b83de2351 Upgrade to Spring Security 6.5.4
Closes gh-47202
2025-09-16 02:44:12 +02:00
Stéphane Nicoll 83468d4cd8 Upgrade to Spring Kafka 3.3.10
Closes gh-47092
2025-09-16 02:44:12 +02:00
Stéphane Nicoll 26c3ec1020 Upgrade to Spring AMQP 3.2.7
Closes gh-47086
2025-09-16 02:44:12 +02:00
Stéphane Nicoll 3e0a7869e6 Upgrade to Hibernate 6.6.29.Final
Closes gh-47216
2025-09-16 02:44:12 +02:00
Stéphane Nicoll 27d6579573 Upgrade to Spring Security 6.4.10
Closes gh-47201
2025-09-16 02:44:04 +02:00
Stéphane Nicoll 8a75b23e62 Upgrade to Spring Kafka 3.3.10
Closes gh-47081
2025-09-16 02:44:03 +02:00
Stéphane Nicoll 0d5482d3b6 Upgrade to Spring AMQP 3.2.7
Closes gh-47076
2025-09-16 02:44:03 +02:00
Stéphane Nicoll 347381419d Upgrade to Hibernate 6.6.29.Final
Closes gh-47215
2025-09-16 02:44:03 +02:00
Phillip Webb 336e7de9fc Add `with` methods to apply pre-packaged customizations
Add `with` methods to `HttpRequestFactoryBuilder` and
`ClientHttpConnectorBuilder` that operate in a similar way to the
`WebClient.Builder.apply(...)` method.

Closes gh-47205
2025-09-15 16:45:10 -07:00
Phillip Webb e9c08b8dcc Merge branch '3.5.x'
Closes gh-47214
2025-09-15 13:59:16 -07:00
Phillip Webb 0ad349acea Merge branch '3.4.x' into 3.5.x
Closes gh-47213
2025-09-15 13:58:40 -07:00
Phillip Webb e2ecc61ca8 Refactor CacheCondition to remove multiple casts
Closes gh-47208
2025-09-15 13:57:55 -07:00
Stéphane Nicoll 1de09fb81d Adapt assertion for availability probes being available by default
See gh-22825
2025-09-15 16:26:02 +02:00
Stéphane Nicoll ed1ee79aef Share JSON library consistently
This commit shades the use of 'com.vaadin.external.google:android-json'
in the three modules that use it. The configuration processor already
did that and this commit does the same for configuration-metadata and
the CLI.

As a result of this commit, 'android-json' is not used nor managed
internally.

Closes gh-45504
2025-09-15 16:17:21 +02:00
Stéphane Nicoll 4f18e5f1a8 Reinstate GraphQL tests
Closes gh-45392
2025-09-15 13:50:33 +02:00
Stéphane Nicoll 7ca0323878 Adapt assertion for availability probes being available by default
See gh-22825
2025-09-15 12:48:58 +02:00
Stéphane Nicoll 83ad15ba3b Enable liveness and readiness by default
Closes gh-22825
2025-09-15 11:33:34 +02:00
Stéphane Nicoll 8f0d87a964 Rename spring-boot-starter-aop to spring-boot-starter-aspectj
Closes gh-42948
2025-09-15 11:19:05 +02:00
Stéphane Nicoll d183ab4b17 Start building against Spring Batch 6.0.0-M3 snaphots (again)
This reverts commit a0b1df68d5.

See gh-47001
2025-09-15 09:49:30 +02:00
Stéphane Nicoll d8d47a0441 Merge branch '3.5.x' 2025-09-14 10:13:01 +02:00
Stéphane Nicoll 3dbc767ef9 Merge branch '3.4.x' into 3.5.x 2025-09-14 10:12:55 +02:00
Stéphane Nicoll da4971e4ac Start building against Spring Security 6.5.4 snapshots
See gh-47202
2025-09-14 07:29:21 +02:00
Stéphane Nicoll eb5f7a2c0a Start building against Spring Security 6.4.10 snapshots
See gh-47201
2025-09-14 07:28:44 +02:00
Stéphane Nicoll 07c18ea9f1 Migrate dependency management for Spring Authorization Server
With Spring Authorization Server migrating to Spring Security proper as
of v7, this commit removes dependency management for it and adapt to
changes in recent snapshots

Closes gh-47174
2025-09-14 06:43:54 +02:00
Stéphane Nicoll b3c38a30ae Start building against Spring Security 7.0.0-M3 snapshots
See gh-47199
2025-09-13 18:39:20 +02:00
Stéphane Nicoll dec994ff88 Upgrade to Spring Data Bom 2025.1.0-M6
Closes gh-47002
2025-09-13 08:51:14 +02:00
Stéphane Nicoll fb078a7b6e Upgrade to Maven Surefire Plugin 3.5.4
Closes gh-47197
2025-09-13 08:51:14 +02:00
Stéphane Nicoll 84a403b540 Upgrade to Maven Shade Plugin 3.6.1
Closes gh-47196
2025-09-13 08:51:10 +02:00
Stéphane Nicoll b38e719557 Upgrade to Maven Failsafe Plugin 3.5.4
Closes gh-47195
2025-09-13 08:51:06 +02:00
Stéphane Nicoll bd4475d73d Merge branch '3.5.x' 2025-09-13 08:50:07 +02:00
Stéphane Nicoll 996aaf62be Merge branch '3.4.x' into 3.5.x 2025-09-13 08:49:59 +02:00
Stéphane Nicoll 8e7b781d8d Upgrade to Tomcat 10.1.46
Closes gh-47194
2025-09-13 08:32:42 +02:00
Stéphane Nicoll 45775d4481 Upgrade to Spring Data Bom 2025.0.4
Closes gh-47088
2025-09-13 08:31:30 +02:00
Stéphane Nicoll 43972621ae Upgrade to R2DBC MSSQL 1.0.3.RELEASE
Closes gh-47193
2025-09-13 08:31:30 +02:00
Stéphane Nicoll 1cb1727eff Upgrade to Maven Surefire Plugin 3.5.4
Closes gh-47192
2025-09-13 08:31:26 +02:00
Stéphane Nicoll 42203b2d19 Upgrade to Maven Shade Plugin 3.6.1
Closes gh-47191
2025-09-13 08:31:22 +02:00
Stéphane Nicoll 681336be3a Upgrade to Maven Failsafe Plugin 3.5.4
Closes gh-47190
2025-09-13 08:31:18 +02:00
Stéphane Nicoll c3262719b2 Upgrade to MariaDB 3.5.6
Closes gh-47189
2025-09-13 08:31:14 +02:00
Stéphane Nicoll 4f31950e99 Upgrade to Jakarta Activation 2.1.4
Closes gh-47188
2025-09-13 08:31:10 +02:00
Stéphane Nicoll 1496183f54 Upgrade to HikariCP 6.3.3
Closes gh-47187
2025-09-13 08:31:06 +02:00
Stéphane Nicoll 1e79cb1baf Upgrade to Tomcat 10.1.46
Closes gh-47186
2025-09-13 08:30:40 +02:00
Stéphane Nicoll e865648d90 Upgrade to Spring Data Bom 2024.1.10
Closes gh-47078
2025-09-13 08:29:18 +02:00