Enno Runne
Enno Runne
Alpakka overwrites the Jackson Databind dependency to 2.10.4 for the AWS connectors to make sure users end up with the later patch version than used by the AWS client libraries....
Akka doesn't depend on Jackson Databind, but other Jackson modules. We up the dependency which the AWS client brings in to avoid the security warnings scanners detect. (As you see,...
The current AWS SDK libraries don't depend on Jackson anymore. I opened #2806.
Thank you for reporting this problem. Your suggestion sounds correct. Would you be in a position to try it and provide a Pull Request to update Alpakka?
Great, that was fixed already. A release is long due, but will be called 4.0.0 as many other updates went in already. I hope to get to it soon...
[MQTT Version 5.0 - What's New?](https://www.cwnp.com/mqtt-version-5/)
Yes, this seems to be a show stopper for all of our Travis builds. Looking into what they might have done at https://github.com/HariSekhon/Dockerfiles/commits/hbase-1.4/hbase
I've tried to revive the HBase tests locally with no success.
The HBase tests are excluded from the GitHub actions workflow, as well.
The HBase image the tests use doesn't work anymore and it doesn't seem maintained anymore https://github.com/HariSekhon/Dockerfiles/issues/42. Furthermore, the versions of the Hadoop libraries Alpakka relies on are very outdated with...