Commit Graph
1121 Commits
Author SHA1 Message Date
Stéphane Nicoll 7a355c002f Upgrade to MariaDB 3.5.9
Closes gh-51057
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 530ee52984 Upgrade to Logback 1.5.38
Closes gh-51056
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 526764e8de Upgrade to Log4j2 2.26.1
Closes gh-51055
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 62c65fa8ba Upgrade to jOOQ 3.21.6
Closes gh-51052
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 626a65ac46 Upgrade to Jetty 12.1.11
Closes gh-51051
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 6af5ce89ed Upgrade to Infinispan 16.2.1
Closes gh-51048
2026-07-20 16:53:53 +02:00
Stéphane Nicoll d03be7b9d3 Upgrade to HttpCore5 5.4.3
Closes gh-51047
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 167e5c4fc3 Upgrade to HttpClient5 5.6.2
Closes gh-51046
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 93fae8fb8d Upgrade to HikariCP 7.1.0
Closes gh-51045
2026-07-20 16:53:53 +02:00
Stéphane Nicoll ea94b9f6e8 Upgrade to Hibernate Validator 9.1.2.Final
Closes gh-51044
2026-07-20 16:53:53 +02:00
Stéphane Nicoll f576d68879 Upgrade to Hibernate 7.4.5.Final
Closes gh-51043
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 74e17bc183 Upgrade to Gson 2.14.0
Closes gh-51042
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 1327dd2a7c Upgrade to Groovy 5.0.7
Closes gh-51041
2026-07-20 16:53:53 +02:00
Stéphane Nicoll d898c8e48d Upgrade to Flyway 12.11.0
Closes gh-51040
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 4d354c41bf Upgrade to DB2 JDBC 12.1.5.0
Closes gh-51039
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 78ae79da2d Upgrade to CycloneDX Maven Plugin 2.9.2
Closes gh-51038
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 060f217ee1 Upgrade to Commons Logging 1.4.0
Closes gh-51037
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 0b7826bb64 Upgrade to Byte Buddy 1.18.11
Closes gh-51035
2026-07-20 16:53:53 +02:00
Stéphane Nicoll d556fbd6d5 Upgrade to Artemis 2.55.0
Closes gh-51034
2026-07-20 16:53:53 +02:00
Stéphane Nicoll ba6ac9c22b Upgrade to ActiveMQ 6.2.7
Closes gh-51033
2026-07-20 16:53:53 +02:00
Stéphane Nicoll 068617aa9c Prevent upgrade to Jackson 3.2
Closes gh-51032
2026-07-20 16:53:53 +02:00
Stéphane Nicoll c6e6d1d06d Prevent upgrade to Jackson 2.22
Closes gh-51049
2026-07-20 16:06:10 +02:00
Stéphane Nicoll 046d4c64bc Upgrade to Json Path 3.0.0
Closes gh-50786
2026-07-15 20:43:23 +02:00
sourabh bhattacharjee 5aec048d4b Add plugin management for hibernate-maven-plugin
See gh-50892

Signed-off-by: sourabh bhattacharjee <sourabh20051998@gmail.com>
2026-07-15 20:33:56 +02:00
Stéphane Nicoll 21f7390944 Polish "Add AMQP 1.0 RabbitMQ auto-configuration"
See gh-49857
2026-07-15 18:11:53 +02:00
Eddú Meléndez 0ed57a6109 Add AMQP 1.0 RabbitMQ auto-configuration
See gh-49857

Signed-off-by: Eddú Meléndez <eddu.melendez@gmail.com>
2026-07-15 18:11:45 +02:00
Stéphane Nicoll b5ba1ec85c Add AMQP 1.0 generic auto-configuration
This commit adds auto-configuration for the generic AMQP 1.0 client
in Spring AMQP 4.1, using Qpid ProtonJ. Support for connection factory,
client and listener endpoints are available.

The "spring.amqp" namespace exposes settings to connect to an AMQP 1.0
compliant broker and customize client and listeners settings. Docker
compose and testcontainers support using RabbitMQ, ActiveMQ, and Artemis
have been added too.

Closes gh-49678
2026-07-15 15:21:10 +02:00
Stéphane Nicoll f48cc3ac10 Move Spring AMQP 0.9 support to spring-boot-rabbitmq
Now that Spring AMQP supports AMQP 1.0 as well, we need to straighten
out our existing support. AMQP 0.9 is RabbitMQ specific, so we can no
longer refer it to "amqp". This commit migrates the existing support
to spring-boot-rabbitmq and renames the starters as well.

For continuity, users should migrate from "spring-boot-starter-amqp"
to "spring-boot-starter-rabbitmq". While the root package has been
changed for consistency, most names are the same, including
configuration properties still in the "spring.rabbitmq" namespace.

Keys to configure the version of the RabbitMQ clients have migrated to
'rabbitmq.client' and 'rabbitmq.stream.client' respectively.

Closes gh-49677
2026-07-15 15:10:09 +02:00
Stéphane Nicoll 6d28fc10f9 Start development of Spring Boot 4.2.x 2026-07-15 10:30:43 +02:00
Andy Wilkinson 2edca39504 Align Prometheus Client dependency with Micrometer
Closes gh-50780
2026-06-17 06:44:48 +01:00
Andy Wilkinson 699d9c34c3 Upgrade to Grpc Java 1.81.0
Closes gh-50771
2026-06-15 14:21:46 +01:00
Andy Wilkinson 2cbb5bfb17 Upgrade to Protobuf Java 4.35.0
Closes gh-50770
2026-06-15 14:21:45 +01:00
Andy Wilkinson 4065e767bf Configure Bomr to align gRPC dependency versions with Spring gRPC
Closes gh-50769
2026-06-15 14:21:29 +01:00
Andy Wilkinson d607b4c226 Remove dependency management for Protobuf Common Protos
Boot doesn't interact with the dependency directly so we should not
manage its version. Instead, we should allow the version that comes
in transitively through gRPC Java to be used instead.

Closes gh-50772
2026-06-15 14:20:24 +01:00
Andy Wilkinson 1a5815cf31 Upgrade to Spring Batch 6.0.4
Closes gh-50563
2026-06-10 16:21:24 +01:00
Andy Wilkinson 6a6dedc435 Upgrade to Spring Integration 7.1.0
Closes gh-50568
2026-06-10 15:57:08 +01:00
Andy Wilkinson e1f6b96b30 Upgrade to Spring GraphQL 2.0.4
Closes gh-50741
2026-06-10 12:46:22 +01:00
Stéphane Nicoll 268c5ad173 Upgrade to Spring WS 5.0.2
Closes gh-50575
2026-06-10 07:57:04 +02:00
Stéphane Nicoll 53ddba743a Upgrade to Spring Session 4.1.0
Closes gh-50574
2026-06-10 07:57:04 +02:00
Andy Wilkinson 20371050ba Upgrade to Spring Kafka 4.1.0
Closes gh-50569
2026-06-09 20:48:35 +01:00
Andy Wilkinson 7afa2de484 Upgrade to Spring Security 7.1.0
Closes gh-50573
2026-06-09 18:07:11 +01:00
Andy Wilkinson 3c3ed2292c Upgrade to Spring Pulsar 2.0.6
Closes gh-50571
2026-06-09 18:07:11 +01:00
Andy Wilkinson c99f475a7a Upgrade to Spring gRPC 1.1.0
Closes gh-50566
2026-06-09 18:07:11 +01:00
Andy Wilkinson 09dd4f8a2b Upgrade to Spring AMQP 4.1.0
Closes gh-50562
2026-06-09 18:07:11 +01:00
Andy Wilkinson 971cdd364b Upgrade to Hibernate 7.4.1.Final
Closes gh-50732
2026-06-09 18:07:11 +01:00
Andy Wilkinson 58764001d2 Upgrade to SQLite JDBC 3.53.2.0
Closes gh-50715
2026-06-09 12:24:43 +01:00
Andy Wilkinson bac13dcb59 Upgrade to Spring RESTDocs 4.0.1
Closes gh-50572
2026-06-09 12:24:38 +01:00
Andy Wilkinson 424c72179c Upgrade to Spring LDAP 4.1.0
Closes gh-50570
2026-06-09 12:24:37 +01:00
Andy Wilkinson 70943099af Upgrade to Spring Data Bom 2026.0.0
Closes gh-50564
2026-06-09 12:24:36 +01:00
Andy Wilkinson f78c4720ee Upgrade to SAAJ Impl 3.0.6
Closes gh-50714
2026-06-09 12:24:36 +01:00