Commit Graph

520 Commits

Author SHA1 Message Date
Andy Wilkinson
93f646496d Prepare branch for early restructure work on 4.0 2025-06-13 14:58:33 -07:00
Andy Wilkinson
bd19e25cfe Upgrade to Maven 3.9.10
Closes gh-45930
2025-06-12 14:13:41 +01:00
Stéphane Nicoll
0915ecc6ec Upgrade to Jackson Bom 2.19.0
Closes gh-45542
2025-05-14 12:52:58 +02:00
Stéphane Nicoll
1dfa5c721c Upgrade to Tomcat 11.0.7
Closes gh-45533
2025-05-13 15:58:00 +02:00
Stéphane Nicoll
3b2c5e86da Upgrade Spring Projects to latest available Snapshot / Milestones
See gh-45487
See gh-45488
See gh-45489
See gh-45490
See gh-45491
See gh-45492
2025-05-09 17:38:10 -07:00
Stéphane Nicoll
7035c0fa0a Upgrade to Kotlin 2.1.0
This commit upgrades to Kotlin 2.1.0. Two related dependencies have been
updated as well: Kotlin Coroutines to 1.10, and Kotlin Serialization to
1.8.

As of Kotlin 2, it is no longer possible to have a Java type and a
Kotlin type with the same name. As our code samples follow that
unfortunate pattern, this commit makes sure that the Kotlin sample code
does not depend on any of the Java counterpart and configure the kotlin
compilation plugin to ignore Java sources.

The minimum version of Gradle is 7.6.4. It bundles a version of Kotlin
that cannot compile a Kotlin build script when spring-core, compiled
with Kotlin 2.1, is on the classpath. Using Gradle 8.12 to run the DSL
tests avoids the problem.

Closes gh-45486

Co-authored-by: Andy Wilkinson <andy.wilkinson@broadcom.com>
2025-05-09 17:38:10 -07:00
Stéphane Nicoll
baefbc1aff Upgrade to Tomcat 11.0.6
Closes gh-45475
2025-05-09 17:38:09 -07:00
Andy Wilkinson
af220127d0 Prepare 4.0.x branch 2025-05-09 17:38:08 -07:00
Stéphane Nicoll
c069823e2e Upgrade to Jackson Bom 2.18.4
Closes gh-45463
2025-05-09 13:39:08 +02:00
Stéphane Nicoll
691bdb161e Start building against Spring Framework 6.2.7 snapshots
See gh-45437
2025-05-09 12:25:38 +02:00
Stéphane Nicoll
26ae1138e7 Upgrade to Spring Framework 6.2.6
Closes gh-45142
2025-04-17 16:45:12 +02:00
Phillip Webb
376b10adfc Upgrade to JUnit Jupiter 5.12.2
Closes gh-45171
2025-04-11 10:24:12 -07:00
Phillip Webb
6556ff66f5 Start building against Spring Framework 6.2.6 snapshots
See gh-45142
2025-04-10 15:09:40 -07:00
Phillip Webb
1046c4628b Upgrade to Tomcat 10.1.40
Closes gh-45128
2025-04-10 15:09:38 -07:00
Phillip Webb
89f5c3ea1f Upgrade to Mockito 5.17.0
Closes gh-45120
2025-04-10 15:05:46 -07:00
Stéphane Nicoll
363c6a97ba Upgrade to Spring Framework 6.2.5
Closes gh-44732
2025-03-20 08:35:56 +01:00
Andy Wilkinson
438f7c1697 Upgrade to Mockito 5.16.1
Closes gh-44782
2025-03-19 09:29:58 +00:00
Andy Wilkinson
b60194441e Upgrade to JUnit Jupiter 5.12.1
Closes gh-44780
2025-03-19 09:29:57 +00:00
Stéphane Nicoll
769279bd34 Start building against Spring Framework 6.2.5 snapshots
See gh-44732
2025-03-17 14:12:48 +01:00
Stéphane Nicoll
b691d2b89b Upgrade to Spring Framework 6.2.4
Closes gh-44517
2025-03-14 17:06:32 +01:00
Stéphane Nicoll
8a72a33051 Upgrade to Native Build Tools Plugin 0.10.6
Closes gh-44709
2025-03-14 10:49:07 +01:00
Stéphane Nicoll
d212fae443 Upgrade to Tomcat 10.1.39
Closes gh-44673
2025-03-11 17:15:30 +01:00
Stéphane Nicoll
9b3f0472f2 Upgrade to Mockito 5.16.0
Closes gh-44618
2025-03-06 16:11:26 +01:00
Stéphane Nicoll
eb3f3479b2 Upgrade to Jackson Bom 2.18.3
Closes gh-44609
2025-03-06 15:35:14 +01:00
Stéphane Nicoll
2911d1a22a Start building against Spring Framework 6.2.4 snapshots
See gh-44517
2025-03-04 13:05:20 +01:00
Andy Wilkinson
eba12f4ebf Upgrade to Tomcat 10.1.36
Closes gh-44339
2025-02-19 12:44:52 -08:00
Andy Wilkinson
e76bf84278 Merge branch '3.4.x'
Closes gh-44339
2025-02-18 21:17:14 +00:00
Andy Wilkinson
13bfc0442b Merge branch '3.3.x' into 3.4.x
Closes gh-44333
2025-02-18 21:14:20 +00:00
Andy Wilkinson
bba964cd12 Prohibit upgrades to Tomcat 10.1.35 and 10.1.36
Closes gh-44331
2025-02-18 21:14:15 +00:00
Andy Wilkinson
0e4f300ca6 Upgrade to Tomcat 10.1.36
Closes gh-44339
2025-02-18 17:53:53 +00:00
Andy Wilkinson
180eef1557 Upgrade to SnakeYAML 2.4
Closes gh-44338
2025-02-18 17:53:47 +00:00
Andy Wilkinson
f0513d7402 Upgrade to Tomcat 10.1.36
Closes gh-44333
2025-02-18 17:44:26 +00:00
Andy Wilkinson
e8812ace3b Upgrade to Tomcat 10.1.36
Closes gh-44331
2025-02-18 17:40:33 +00:00
Stéphane Nicoll
641f11da7c Upgrade to Spring Framework 6.2.3
Closes gh-44160
2025-02-13 17:06:21 +01:00
Stéphane Nicoll
15494d7f89 Upgrade to Spring Framework 6.2.3
Closes gh-44120
2025-02-13 17:03:39 +01:00
Stéphane Nicoll
188c9a794a Upgrade to Spring Framework 6.1.17
Closes gh-44107
2025-02-13 16:58:59 +01:00
Stéphane Nicoll
59dfe372ea Start building against Spring Framework 6.2.3 snapshots
See gh-44160
2025-02-12 05:15:34 +01:00
Stéphane Nicoll
fb7f307c4b Start building against Spring Framework 6.2.3 snapshots
See gh-44120
2025-02-12 05:14:17 +01:00
Stéphane Nicoll
ce04ad3112 Start building against Spring Framework 6.1.17 snapshots
See gh-44107
2025-02-12 04:59:45 +01:00
Stéphane Nicoll
d9fc813fb5 Upgrade to Native Build Tools Plugin 0.10.5
Closes gh-44183
2025-02-08 16:04:17 +01:00
Stéphane Nicoll
ff6168cde7 Upgrade to Native Build Tools Plugin 0.10.5
Closes gh-44179
2025-02-08 15:47:58 +01:00
Stéphane Nicoll
a4efcfe195 Revert "Start building against Spring Framework 6.1.17 snapshots"
This reverts commit 7317ec19cb.

See gh-44107
2025-02-05 17:22:09 +01:00
Stéphane Nicoll
b46698774d Upgrade to Native Build Tools Plugin 0.10.5
Closes gh-44141
2025-02-05 14:57:50 +01:00
Stéphane Nicoll
7317ec19cb Start building against Spring Framework 6.1.17 snapshots
See gh-44107
2025-02-05 10:05:06 +01:00
Phillip Webb
2e458f0060 Upgrade to Hamcrest 3.0
Closes gh-44080
2025-02-04 12:44:16 -08:00
Phillip Webb
aeea09308d Upgrade to Commons Codec 1.18.0
Closes gh-44073
2025-02-04 12:05:50 -08:00
Moritz Halbritter
a244a74286 Next development version (v3.4.3-SNAPSHOT) 2025-01-23 14:30:08 +01:00
Andy Wilkinson
34c8353946 Next development version (v3.3.9-SNAPSHOT) 2025-01-23 10:03:05 +00:00
Andy Wilkinson
3b0275e830 Upgrade to AssertJ 3.27.3
Closes gh-43667
2025-01-20 15:05:19 +00:00
Stéphane Nicoll
1ae40605d2 Upgrade to Spring Framework 6.2.2
Closes gh-43762
2025-01-16 14:51:16 +01:00