Skip to content

refactor: remove jackson-databind dependency #2467

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

Closed
wants to merge 1 commit into from
Closed

refactor: remove jackson-databind dependency #2467

wants to merge 1 commit into from

Conversation

MikeDombo
Copy link

@MikeDombo MikeDombo commented May 10, 2021

Description

Closes #2466. Replaces Jackson-databind with Jackson-jr.

Motivation and Context

Closes #2466.

Testing

Running existing tests.

Screenshots (if appropriate)

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)

Checklist

  • I have read the CONTRIBUTING document
  • Local run of mvn install succeeds
  • My code follows the code style of this project
  • My change requires a change to the Javadoc documentation
  • I have updated the Javadoc documentation accordingly
  • I have read the README document
  • I have added tests to cover my changes
  • All new and existing tests passed
  • A short description of the change has been added to the CHANGELOG
  • My change is to implement 1.11 parity feature and I have updated LaunchChangelog

License

  • I confirm that this pull request can be released under the Apache 2 license

@MikeDombo MikeDombo closed this May 10, 2021
aws-sdk-java-automation added a commit that referenced this pull request Apr 19, 2023
…#2467)

* Update to next snapshot version: 2.20.49-SNAPSHOT

* Fix flaky IMDS client test (#3912)

This test should be less flaky since the mock client should never trigger the
retry logic in the IMDS client by sometimes returning a 500.

* Add TrustAllCertificates in CRT S3 Client options (#3903)

* Add TrustAllCertificates in CRT S3 Client options

* Handled PR comments

* Amazon Relational Database Service Update: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle

* AWS SecurityHub Update: Update that adds SDK code examples for Security Hub

* Amazon Comprehend Update: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.

* Amazon Simple Storage Service Update: Provides support for "Snow" Storage class.

* Amazon EC2 Container Service Update: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.

* AWS Secrets Manager Update: Documentation updates for Secrets Manager

* AWS S3 Control Update: Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.

* AWS Resource Access Manager Update: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.

* Updated endpoints.json and partitions.json.

* Release 2.20.49. Updated CHANGELOG.md, README.md and all pom.xml.

---------

Co-authored-by: AWS <>
Co-authored-by: Dongie Agnir <[email protected]>
Co-authored-by: John Viegas <[email protected]>
millems added a commit that referenced this pull request Apr 19, 2023
* Pull request: release <- staging/31d9787e-9a7d-4544-bbf2-ffb44eac702a (#2467)

* Update to next snapshot version: 2.20.49-SNAPSHOT

* Fix flaky IMDS client test (#3912)

This test should be less flaky since the mock client should never trigger the
retry logic in the IMDS client by sometimes returning a 500.

* Add TrustAllCertificates in CRT S3 Client options (#3903)

* Add TrustAllCertificates in CRT S3 Client options

* Handled PR comments

* Amazon Relational Database Service Update: Adds support for the ImageId parameter of CreateCustomDBEngineVersion to RDS Custom for Oracle

* AWS SecurityHub Update: Update that adds SDK code examples for Security Hub

* Amazon Comprehend Update: This release supports native document models for custom classification, in addition to plain-text models. You train native document models using documents (PDF, Word, images) in their native format.

* Amazon Simple Storage Service Update: Provides support for "Snow" Storage class.

* Amazon EC2 Container Service Update: This release supports the Account Setting "TagResourceAuthorization" that allows for enhanced Tagging security controls.

* AWS Secrets Manager Update: Documentation updates for Secrets Manager

* AWS S3 Control Update: Provides support for overriding endpoint when region is "snow". This will enable bucket APIs for Amazon S3 Compatible storage on Snow Family devices.

* AWS Resource Access Manager Update: This release adds support for customer managed permissions. Customer managed permissions enable customers to author and manage tailored permissions for resources shared using RAM.

* Updated endpoints.json and partitions.json.

* Release 2.20.49. Updated CHANGELOG.md, README.md and all pom.xml.

---------

Co-authored-by: AWS <>
Co-authored-by: Dongie Agnir <[email protected]>
Co-authored-by: John Viegas <[email protected]>

* Remove unnecessary ACL integration test for S3. (#2468)

* Update to next snapshot version: 2.20.50-SNAPSHOT

---------

Co-authored-by: aws-sdk-java-automation <[email protected]>
Co-authored-by: Dongie Agnir <[email protected]>
Co-authored-by: John Viegas <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove Jackson-databind requirement, make databinding pluggable
1 participant