Commit Graph

58194 Commits

Author SHA1 Message Date
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
Stéphane Nicoll 0a67bbe626 Upgrade to R2DBC MSSQL 1.0.3.RELEASE
Closes gh-47185
2025-09-13 08:29:17 +02:00
Stéphane Nicoll b268a938f2 Upgrade to Maven Surefire Plugin 3.5.4
Closes gh-47184
2025-09-13 08:29:14 +02:00
Stéphane Nicoll b14e5d8d08 Upgrade to Maven Shade Plugin 3.6.1
Closes gh-47183
2025-09-13 08:29:10 +02:00
Stéphane Nicoll 7caf07bd5c Upgrade to Maven Failsafe Plugin 3.5.4
Closes gh-47182
2025-09-13 08:29:06 +02:00
Stéphane Nicoll 04b1b1ca7c Upgrade to Jakarta Activation 2.1.4
Closes gh-47181
2025-09-13 08:29:02 +02:00
Phillip Webb a0b1df68d5 Temporarily revert to Spring Batch 6.0.0-M2
The latest snapshots are unfortunately breaking the build.

See gh-47001
2025-09-12 11:13:38 -07:00
Brian Clozel a6cf0365ce Revisit Kotlin Serialization integration
This commit removes the "kotlin-serialization" option from the
`spring.http.converters.preferred-json-mapper` and configures the kotlin
serialization http message converter ahead of the preferred JSON
converter.

This effectively makes Kotlin Serialization a converter that is
considered first for JSON support, and then Jackson/Jsonb/Gson is
considered as fallback.

Closes gh-47178
2025-09-12 18:05:23 +02:00
Andy Wilkinson 2dc80b4047 Move Prometheus code from s-b-actuator to s-b-micrometer-metrics
Closes gh-47175
2025-09-12 15:19:34 +01:00
Stéphane Nicoll 4f6243fc2c Upgrade to Spring LDAP 4.0.0-M3
Closes gh-47005
2025-09-12 13:38:02 +02:00
Stéphane Nicoll 6fba2c2a35 Upgrade to Elasticsearch Client 9.1.4
Closes gh-47173
2025-09-12 13:38:02 +02:00
Stéphane Nicoll 2532ae7e22 Adapt to snapshot change in Spring Data MongoDB
See https://github.com/spring-projects/spring-data-mongodb/issues/5054
See gh-47041
2025-09-12 11:41:24 +02:00
Stéphane Nicoll 0ef1df58ce Upgrade to Spring HATEOAS 3.0.0-M5
Closes gh-47003
2025-09-12 11:41:24 +02:00
Stéphane Nicoll 9daa60d97a Upgrade to R2DBC MSSQL 1.0.3.RELEASE
Closes gh-47171
2025-09-12 11:41:24 +02:00
Stéphane Nicoll 629777b7c7 Upgrade to Pulsar 4.1.0
Closes gh-47170
2025-09-12 11:41:23 +02:00
Stéphane Nicoll 9ffe550172 Upgrade to MongoDB 5.6.0
Closes gh-47169
2025-09-12 11:41:23 +02:00
Stéphane Nicoll cb750d2fc5 Upgrade to MariaDB 3.5.6
Closes gh-47168
2025-09-12 11:41:23 +02:00
Moritz Halbritter 39318d1e65 Merge branch '3.5.x'
Closes gh-47167
2025-09-12 11:27:56 +02:00
Moritz Halbritter 700904cfe2 Merge branch '3.4.x' into 3.5.x
Closes gh-47166
2025-09-12 11:10:45 +02:00
Moritz Halbritter 507f868fe9 Remove quoting for system properties
Before this commit, system properties with a value has been quoted all the time.
This is fine as long if the resulting string is passed into the RunArguments(String) constructor, which then parses it again into a String[].
This isn't fine if they are added to ProcessBuilder.command, because then quoting is unnecessary.

This commit also fixes the unnecessary Map -> String -> String[] parsing by adding the entries directly into the array.

Closes gh-46555
2025-09-12 10:06:16 +02:00
Stéphane Nicoll 08afe86de0 Merge branch '3.5.x' 2025-09-11 14:48:12 +02:00
Stéphane Nicoll cf95bc19a6 Merge branch '3.4.x' into 3.5.x 2025-09-11 14:48:05 +02:00
Stéphane Nicoll f14544d847 Upgrade to Spring Framework 7.0.0-M9
Closes gh-47008
2025-09-11 14:44:38 +02:00
Stéphane Nicoll f0a449d43d Upgrade to Jakarta Activation 2.1.4
Closes gh-47161
2025-09-11 14:44:38 +02:00