From 463286a8c23ef96f846c7de93762f1fcd7b83add Mon Sep 17 00:00:00 2001 From: Luc Baumann Date: Thu, 19 Sep 2024 16:01:01 +0200 Subject: [PATCH] release 5.0.2 --- API.adoc | 4 ++++ CHANGELOG.md | 4 ++++ COMPARE_WITH_SOLACE.md | 1 + README.md | 4 +++- pom.xml | 2 +- 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/API.adoc b/API.adoc index dfa26f36..c76a0cb2 100644 --- a/API.adoc +++ b/API.adoc @@ -1168,6 +1168,10 @@ Base Units: `bytes` This is the total size of the messages received (if `name` is a consumer binding) or published (if `name` is a producer binding) from/to a PubSub+ broker. |=== +== Micometer Tracing + +The binder supports micrometer tracing. To enable ensure the needed Beans are available: Tracer and Propagator. + == Resources For more information about Spring Cloud Streams try these resources: diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ab54640..be6f4d70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## [5.0.2] - 2024-09-19 +### Added +- Support for Micrometer Tracing + ## [5.0.1] - 2024-07-29 ### Added - Support for tests without excluding Autoconfig diff --git a/COMPARE_WITH_SOLACE.md b/COMPARE_WITH_SOLACE.md index c13b5b26..c8c4aafa 100644 --- a/COMPARE_WITH_SOLACE.md +++ b/COMPARE_WITH_SOLACE.md @@ -7,6 +7,7 @@ Additional: - Fixed startup error with anonymous queues when broker is under load - Provide and cache JCSMPSessions as Bean to avoid multiple connections to the same broker - Support large messages up to 1.2GB with chunking (need partitioned queues if using groups) +- Micrometer Tracing Not supported by fork on purpose: - Batch processing - We judge this feature as unnecessary complex and an antipattern diff --git a/README.md b/README.md index 3f8e33ab..2d01040a 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,8 @@ Consult the table below to determine which version of the BOM you need to use: | Spring Cloud | Spring Cloud Stream Binder Solace | Spring Boot | sol-jcsmp | |--------------|-----------------------------------|-------------|-----------| +| 2023.0.3 | 5.0.2 | 3.3.3 | 10.24.1 | +| 2023.0.3 | 5.0.1 | 3.3.3 | 10.24.1 | | 2023.0.3 | 5.0.0 | 3.3.2 | 10.24.1 | | 2023.0.3 | 4.2.4 | 3.3.2 | 10.24.1 | | 2023.0.3 | 4.2.3 | 3.3.2 | 10.24.1 | @@ -50,7 +52,7 @@ Check out the difference between this fork and the original solace spring cloud ch.sbb spring-cloud-stream-binder-solace - 5.0.0 + 5.0.2 ``` diff --git a/pom.xml b/pom.xml index a1ba247d..eb61a218 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ ch.sbb spring-cloud-stream-binder-solace - 5.0.1 + 5.0.2 Spring Cloud Stream Binder Solace A Spring Cloud Stream Binder implementation using the Solace Java API (JCSMP)