Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jackson-jr or third-party-jackson-core - which is it? #5036

Open
patrickjamesbarry opened this issue Mar 22, 2024 · 0 comments
Open

jackson-jr or third-party-jackson-core - which is it? #5036

patrickjamesbarry opened this issue Mar 22, 2024 · 0 comments
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.

Comments

@patrickjamesbarry
Copy link

Describe the issue

Here AWS advises devs to use jackson-jr if you are trying to make your jars as small as possible for AWS lambda's sake. https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/lambda-optimize-starttime.html

And then here you state AWS decided to roll their own jackson depedency.
https://aws.amazon.com/blogs/developer/the-aws-sdk-for-java-2-17-removes-its-external-dependency-on-jackson/

I have confirmed that aws sdk v2 comes bundled with "software.amazon.awssdk:third-party-jackson-core", so if a dev team is including either jackson-databind or jackson-jr, they are duplicating jackson dependencies, etc

What is correct? Please update docs to reflect the correct route devs should take.

Links

https://aws.amazon.com/blogs/developer/the-aws-sdk-for-java-2-17-removes-its-external-dependency-on-jackson/
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/lambda-optimize-starttime.html

@patrickjamesbarry patrickjamesbarry added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant