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
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
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
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
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
Stéphane Nicoll
f0a449d43d
Upgrade to Jakarta Activation 2.1.4
...
Closes gh-47161
2025-09-11 14:44:38 +02:00
Stéphane Nicoll
c72475f3e7
Upgrade to MongoDB 5.6.0-alpha0
...
Closes gh-47155
2025-09-11 12:18:16 +02:00
Stéphane Nicoll
1a18d57a9b
Upgrade to jOOQ 3.19.26
...
Closes gh-47154
2025-09-11 12:18:12 +02:00
Stéphane Nicoll
0099d7419e
Upgrade to Gson 2.13.2
...
Closes gh-47153
2025-09-11 12:18:08 +02:00
Dmitry Sulman
c7621bb6be
Introduce Kotlin Serialization auto-configuration
...
See gh-46546
Signed-off-by: Dmitry Sulman <dmitry.sulman@gmail.com >
2025-09-10 20:53:40 +02:00
Stéphane Nicoll
1cf51e1ca5
Upgrade to Reactor Bom 2025.0.0-M7
...
Closes gh-46998
2025-09-10 13:11:04 +02:00
Stéphane Nicoll
ee87246974
Remove dependency management for Spring Retry
...
With Spring Retry being superseded by the core framework support, this
commit removes dependency management for Spring Retry.
Closes gh-46309
2025-09-09 17:02:23 +02:00
Stéphane Nicoll
7a73925c90
Adapt AMQP auto-configuration to core retry semantics
...
This commit adapts the auto-configuration of AMQP message listeners
and RabbitTemplate moving away from Spring Retry.
One important change is that message listeners now only require a
RetryPolicy. To make the callback explicit, two customizers have been
introduced to clearly separate the scope of the customization:
* RabbitTemplateRetrySettingsCustomizer for the client-side and usage
of RabbitTemplate.
* RabbitListenerRetrySettingsCustomizer for message listeners.
Closes gh-47122
2025-09-09 16:55:34 +02:00
Stéphane Nicoll
e13e1a6efc
Upgrade to OpenTelemetry 1.54.0
...
Closes gh-47133
2025-09-09 09:52:48 +02:00
Stéphane Nicoll
59e3e241e4
Upgrade to Netty 4.2.6.Final
...
Closes gh-47132
2025-09-09 09:52:47 +02:00
Stéphane Nicoll
bc0285b53d
Upgrade to Micrometer Tracing 1.6.0-M3
...
Closes gh-46997
2025-09-09 09:52:47 +02:00
Stéphane Nicoll
a4240a86a0
Upgrade to Micrometer 1.16.0-M3
...
Closes gh-46996
2025-09-09 09:52:47 +02:00
Stéphane Nicoll
3e0e7cde68
Upgrade to Jetty 12.1.1
...
Closes gh-47131
2025-09-09 09:52:47 +02:00
Stéphane Nicoll
43e0527a6a
Upgrade to Couchbase Client 3.9.1
...
Closes gh-47129
2025-09-09 09:24:20 +02:00
Phillip Webb
2d63763c58
Upgrade to Versions Maven Plugin 2.19.0
...
Closes gh-47071
2025-09-05 11:42:05 -07:00
Phillip Webb
a759f981f6
Upgrade to Lombok 1.18.40
...
Closes gh-47068
2025-09-05 11:41:53 -07:00
Phillip Webb
b6a44dc31f
Upgrade to Kafka 4.1.0
...
Closes gh-47066
2025-09-05 11:41:45 -07:00
Phillip Webb
24a1b0b449
Upgrade to Jaybird 6.0.3
...
Closes gh-47065
2025-09-05 11:41:41 -07:00
Phillip Webb
d9b894dc9b
Upgrade to Jakarta Mail 2.1.4
...
Closes gh-47064
2025-09-05 11:41:37 -07:00
Phillip Webb
02c9175dea
Upgrade to Infinispan 15.2.6.Final
...
Closes gh-47063
2025-09-05 11:41:33 -07:00
Phillip Webb
efe3ec191e
Upgrade to HttpCore5 5.3.5
...
Closes gh-47062
2025-09-05 11:41:29 -07:00
Phillip Webb
987ff8ca54
Upgrade to HtmlUnit 4.16.0
...
Closes gh-47061
2025-09-05 11:41:25 -07:00
Phillip Webb
dd67968bc9
Upgrade to HikariCP 7.0.2
...
Closes gh-47060
2025-09-05 11:41:20 -07:00
Phillip Webb
669f404676
Upgrade to Flyway 11.12.0
...
Closes gh-47059
2025-09-05 11:41:16 -07:00
Andy Wilkinson
3f03a3d55e
Upgrade to Lettuce 6.8.1.RELEASE
...
Closes gh-47046
2025-09-04 17:01:23 +01:00
Andy Wilkinson
75dbbad1f7
Upgrade to Jedis 6.2.0
...
Closes gh-47045
2025-09-04 17:01:18 +01:00
Andy Wilkinson
5e9995999c
Upgrade to Ehcache 3.11.1
...
Closes gh-46893
2025-09-04 07:11:18 +01:00
Andy Wilkinson
d353038c58
Update Jackson support to require Jackson 3
...
Closes gh-45535
2025-09-02 11:37:09 +01:00
Andy Wilkinson
8bfb170ebc
Remove support for Jersey
...
Spring Boot 4 requires Jakarta EE 11. Jersey 4 will support EE 11 but
its release schedule is uncertain. Furthermore, Jersey does not yet
support Jackson 3 and there's no clear timeline for when Jackson 3
will be supported.
In light of the above, this commit removes support for Jersey.
Reinstating support can be considered once there's a Jersey GA that
supports Jakarta EE 11 or its clear that one will be available in
time for Boot's GA in November. Ideally, support for Jackson 3 would
also be available before reinstating Jersey support.
Closes gh-47017
2025-09-02 11:36:52 +01:00
Andy Wilkinson
a5b195f3f2
Start building against Spring RESTDocs 4.0.0-M3 snapshots
...
See gh-47007
2025-09-01 08:10:32 +01:00
Andy Wilkinson
cec58df657
Start building against Spring Pulsar 2.0.0-M3 snapshots
...
See gh-47006
2025-09-01 08:10:32 +01:00
Andy Wilkinson
e741934a2d
Start building against Spring LDAP 4.0.0-M3 snapshots
...
See gh-47005
2025-09-01 08:10:32 +01:00
Andy Wilkinson
363d9b555a
Start building against Spring Kafka 4.0.0-M5 snapshots
...
See gh-47004
2025-09-01 08:10:32 +01:00
Andy Wilkinson
b2e6cb0259
Start building against Spring HATEOAS 3.0.0-M5 snapshots
...
See gh-47003
2025-09-01 08:10:32 +01:00