Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Update AWS SDK to 2.17, which drops external jackson requirement #44

Merged
merged 1 commit into from
Aug 10, 2022

Conversation

jfsoul
Copy link
Contributor

@jfsoul jfsoul commented Aug 10, 2022

What does this change?

AWS SDK for Java 2.17.x has dropped its external dependency on Jackson. This means that by updating to 2.17.x we can control the version of Jackson that is used in projects more independently.

As it happens, the current version of the SDK in this project pulls in an old version of Jackson as well, which would mean projects keeping up to date with the latest Jackson would've had to override SDK versions in their project.

How to test

Ran mvn install. Installed the snapshot in a local application and observed log shipping via kinesis as expected.

Have we considered potential risks?

Because of the change in dependency requirements that this change will bring into consuming projects, I'll release this as a minor version, rather than merely patch.

@jfsoul jfsoul merged commit 5deb12f into main Aug 10, 2022
@jfsoul jfsoul deleted the js/aws-sdk-2.17 branch August 10, 2022 09:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants