Artem Bilan 1ac3c9fb93 GH-236: Fix `KinesisBinderHealthIndicator for newer Spring Boot
Fixes: https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis/issues/236

Spring Boot starting with version `3.3` has changed
`Health.Builder down(Exception ex)` to `Health.Builder down(Throwable ex)`.
This is compatible by compilation against that newer Spring Boot version,
but not at runtime by bytecode.

* Fix `KinesisBinderHealthIndicator` to use bytecode-compatible version of API

We cannot upgrade to newer Spring version in current point version.
And this still don't justify a new major/minor version of the Kinesis Binder
2025-06-04 13:24:53 -04:00
2025-01-15 12:18:35 -05:00
2020-10-29 16:17:06 -04:00
2019-03-26 20:39:38 -04:00
2023-03-02 10:04:21 -05:00
2023-03-02 10:04:21 -05:00
2025-01-15 12:18:35 -05:00

= Spring Cloud Stream Binder for AWS Kinesis

This repository contains the code for the Spring Cloud Stream Binder implementation for AWS Kinesis.

See https://github.com/spring-cloud/spring-cloud-stream-binder-aws-kinesis/blob/main/spring-cloud-stream-binder-kinesis-docs/src/main/asciidoc/overview.adoc[AWS Kinesis Binder Reference Manual] for more information.

== Developer Certificate of Origin

All commits must include a __Signed-off-by__ trailer at the end of each commit message to indicate that the contributor agrees to the Developer Certificate of Origin.
For additional details, please refer to the blog post https://spring.io/blog/2025/01/06/hello-dco-goodbye-cla-simplifying-contributions-to-spring[Hello DCO, Goodbye CLA: Simplifying Contributions to Spring].
Description
No description provided
Readme Apache-2.0 888 KiB
Languages
Java 70.4%
XSLT 24.6%
CSS 4.1%
Shell 0.6%
Ruby 0.3%