Commit Graph
809 Commits
Author SHA1 Message Date
onobc 85af0d645d Upgrade to Pulsar 4.2.0
This commit updates the managed version of Pulsar from
`4.1.3` to `4.2.0` and the test image version from
`3.3.3` to `4.2.0`.

Since Pulsar `4.2.0` standalone mode advertises the container's FQDN
(the container ID) instead of localhost. The Pulsar client reconnects
to the advertised address during servicediscovery, but is unable to
reach the FQDN. Therefore, this also sets the `advertisedAddress`
on the Pulsar testcontainers used by the tests.

See gh-49900

Signed-off-by: onobc <chris.bono@gmail.com>
2026-04-07 06:43:03 +02:00
Andy Wilkinson 6b6550d10d Upgrade to Netty 4.2.12.Final
Closes gh-49795
2026-03-26 07:16:45 +00:00
Andy Wilkinson 5b6d346c60 Prohibit upgrades to ActiveMQ 6.2.2
Closes gh-49768
2026-03-25 15:55:43 +00:00
Andy Wilkinson 21942cbc20 Upgrade to Thymeleaf Layout Dialect 4.0.1
Closes gh-49780
2026-03-25 14:04:09 +00:00
Andy Wilkinson 3427c1f8e1 Upgrade to Protobuf Java 4.34.1
Closes gh-49779
2026-03-25 14:04:09 +00:00
Andy Wilkinson cf8044b17c Upgrade to Protobuf Common Protos 2.67.0
Closes gh-49778
2026-03-25 14:04:09 +00:00
Andy Wilkinson 84a156f28a Upgrade to Prometheus Client 1.5.1
Closes gh-49777
2026-03-25 14:04:09 +00:00
Andy Wilkinson 02932e22fb Upgrade to Protobuf Maven Plugin 5.1.0
Closes gh-49776
2026-03-25 14:04:09 +00:00
Andy Wilkinson 88479f705d Upgrade to Netty 4.2.11.Final
Closes gh-49775
2026-03-25 14:04:08 +00:00
Andy Wilkinson d4b1478742 Upgrade to jOOQ 3.21.0
Closes gh-49774
2026-03-25 14:04:08 +00:00
Andy Wilkinson f8a9804e85 Upgrade to Grpc Java 1.80.0
Closes gh-49772
2026-03-25 13:59:24 +00:00
Andy Wilkinson 031f12996f Upgrade to Brave 6.3.1
Closes gh-49771
2026-03-25 13:37:20 +00:00
Andy Wilkinson a97c8aa0da Upgrade to Zipkin Reporter 3.5.3
Closes gh-49770
2026-03-25 13:37:19 +00:00
Andy Wilkinson 620944c0fb Upgrade to Artemis 2.53.0
Closes gh-49769
2026-03-25 13:37:19 +00:00
Andy Wilkinson c7e7a19c5d Upgrade to ActiveMQ 6.2.2
Closes gh-49768
2026-03-25 13:37:19 +00:00
Stéphane Nicoll 5296a5bbfd Revert "Rename spring-boot-amqp to spring-boot-rabbitmq"
This reverts commit 72b8a6ca05,
b820d9feac, and
edadf816ab.

See gh-49620
2026-03-20 11:03:28 +01:00
Stéphane Nicoll f728235906 Revert "Introduce Generic AMQP 1.0 client support"
This reverts commit 8dde82b557, c388dc92
5b7f0f726b, and
2d71ef94ed.

See gh-49621
2026-03-20 11:02:35 +01:00
Phillip Webb 57080f9ef5 Switch to Spring gRPC 1.1.0-M1
See gh-49670
2026-03-19 17:54:34 -07:00
Chris BonoandPhillip Webb be3a1b7117 Add Spring gRPC test support
Add a testing module that can be used for testing Spring gRPC
server or client applications.

Closes gh-49046

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2026-03-19 15:12:30 -07:00
Chris BonoandPhillip Webb c35b21adb4 Add Spring gRPC client support
Add support for Spring gRPC client applications.

Closes gh-49045

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2026-03-19 15:12:30 -07:00
Chris BonoandPhillip Webb e61bb6df5b Add Spring gRPC server support
Add support for Spring gRPC server applications.

Closes gh-49044

Co-authored-by: Phillip Webb <phil.webb@broadcom.com>
2026-03-19 15:12:30 -07:00
Andy Wilkinson a052376237 Configure protobuf when com.google.protobuf plugin is applied
Update spring-boot-gradle plugin to apply protobuf configuration
when the `com.google.protobuf` plugin is detected.

Closes gh-49369
2026-03-19 15:12:30 -07:00
Phillip Webb 32bc51907c Provide protobuf-maven-plugin configuration in starter parent
Update `spring-boot-starter-parent` to include sensible
configuration for the `protobuf-maven-plugin`.

Closes gh-49353
2026-03-19 15:12:30 -07:00
Phillip Webb b0c00d7602 Add dependency management for gRPC libraries
Closes gh-49670
2026-03-19 15:12:30 -07:00
Stéphane Nicoll 2d71ef94ed Add missing AMQP modules
See gh-49621
2026-03-19 17:31:53 +01:00
Stéphane Nicoll 8dde82b557 Fix starter names in published POM
See gh-49620
2026-03-19 17:31:52 +01:00
Stéphane Nicoll c388dc92f1 Add AMQP 1.0 client auto-configuration
This commit adds auto-configuration for the generic AMQP 1.0 client
in Spring AMQP 4.1, using Qpid ProtonJ. The auto-configuration provides
an AmqpConnectionFactory as well as an AmqpClient with standard
customizer callbacks. The "spring.amqp" namespace exposes settings to
connect to an AMQP 1.0 compliant broker. Docker compose and
testcontainers support using RabbitMQ have been added too.

Closes gh-49621
2026-03-19 15:46:47 +01:00
Moritz Halbritter e22a2ae360 Upgrade to Testcontainers 2.0.4
Closes gh-49656
2026-03-19 09:29:57 +01:00
Stéphane NicollandEddú Meléndez 72b8a6ca05 Migrate Spring RabbitMQ support to spring-boot-rabbitmq
See gh-49620

Co-authored-by: Eddú Meléndez <eddu.melendez@gmail.com>
2026-03-19 08:04:14 +01:00
Stéphane Nicoll 3d16823bee Upgrade to Spring Batch 6.0.3
Closes gh-49439
2026-03-18 18:16:53 +01:00
Stéphane Nicoll 025ea78b01 Upgrade to Spring WS 5.0.1
Closes gh-49532
2026-03-18 07:51:07 +01:00
Stéphane Nicoll 7bf1e65fcc Upgrade to Spring Integration 7.1.0-M3
Closes gh-49442
2026-03-18 07:51:07 +01:00
Stéphane Nicoll ba9315004d Upgrade to JBoss Logging 3.6.3.Final
Closes gh-49634
2026-03-18 07:51:07 +01:00
Stéphane Nicoll 18f875befb Upgrade to Flyway 12.1.1
Closes gh-49633
2026-03-18 07:51:03 +01:00
Andy Wilkinson 51d19b9501 Merge branch '4.0.x'
See gh-49610
See gh-49612
2026-03-17 09:14:15 +00:00
Andy Wilkinson 2956d90c9a Merge branch '3.5.x' into 4.0.x
See gh-49607
See gh-49609
2026-03-17 09:13:46 +00:00
Stéphane Nicoll 8769104df6 Upgrade to Spring Pulsar 2.0.4
Closes gh-49420
2026-03-17 09:38:16 +01:00
Stéphane Nicoll 04eba1fe65 Upgrade to Spring Kafka 4.0.4
Closes gh-49419
2026-03-17 09:38:15 +01:00
Stéphane Nicoll 18cd0a277b Upgrade to Spring Pulsar 2.0.4
Closes gh-49445
2026-03-17 09:28:27 +01:00
Stéphane Nicoll 065ebe5e0e Upgrade to Spring Kafka 4.1.0-M2
Closes gh-49443
2026-03-17 09:28:26 +01:00
Stéphane Nicoll 67b25457f6 Upgrade to Infinispan 16.1.2
Closes gh-49626
2026-03-17 09:28:26 +01:00
Stéphane Nicoll 040e19eeee Revert "Upgrade to Elasticsearch Client 9.3.2"
This reverts commit 5d54a0a145.

See gh-49603
2026-03-16 21:13:02 +01:00
Stéphane Nicoll 9c23da79f0 Upgrade to Spring Security 7.1.0-M3
Closes gh-49446
2026-03-16 21:10:30 +01:00
Stéphane Nicoll b6adeeb37d Upgrade to Spring LDAP 4.1.0-M2
Closes gh-49444
2026-03-16 21:10:29 +01:00
Stéphane Nicoll 9f51b398fa Upgrade to Spring Data Bom 2026.0.0-M2
Closes gh-49440
2026-03-16 21:10:29 +01:00
Stéphane Nicoll db9130b2a6 Upgrade to Spring AMQP 4.1.0-M3
Closes gh-49438
2026-03-16 21:10:29 +01:00
Stéphane Nicoll 49e5d5bc5b Upgrade to Spring Security 7.0.4
Closes gh-49530
2026-03-16 21:09:04 +01:00
Andy Wilkinson a904ce939a Upgrade to SQLite JDBC 3.51.3.0
Closes gh-49614
2026-03-16 11:40:32 +00:00
Andy Wilkinson 1b2af27964 Upgrade to Jakarta XML Bind 4.0.5
Closes gh-49612
2026-03-16 11:40:23 +00:00
Andy Wilkinson 6da3b1b41b Upgrade to Hibernate 7.2.7.Final
Closes gh-49611
2026-03-16 11:40:19 +00:00