main
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
= 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
Languages
Java
70.4%
XSLT
24.6%
CSS
4.1%
Shell
0.6%
Ruby
0.3%