Files
spring-integration-aws/src
abilan bfde46ad41 GH-223: Fix errors in KinesisMDChA.getRecords()
Fixes https://github.com/spring-projects/spring-integration-aws/issues/223

A `amazonKinesis.getRecords(getRecordsRequest).join()` throws `CompletionException`
where the target reason is in a `cause`

* Fix `KinesisMessageDrivenChannelAdapter.getRecords()` to `catch (CompletionException)`
and then process its `cause` respectively
* Upgrade to Spring Cloud AWS `3.0.0` GA
* Upgrade other deps to the latest versions
2023-05-02 17:00:05 -04:00
..
2019-03-20 21:25:00 -04:00
2019-03-25 13:38:12 -04:00