Skip to content

Replace jackson-core with vendored minimal-json#323

Merged
mtdowling merged 1 commit into0.10from
remove-jackson
Mar 25, 2020
Merged

Replace jackson-core with vendored minimal-json#323
mtdowling merged 1 commit into0.10from
remove-jackson

Conversation

@mtdowling
Copy link
Copy Markdown
Member

This commit removes our dependency on jackson-core and replaces it with
a vendored and slightly modified version of minimal-json. Reducing
dependencies on popular projects like Jackson make it easier to use
Smithy in large, heterogenous environments like large corporate build
systems. minimal-json is vendored into smithy-model to allow Nodes to be
parsed and serialized from JSON documents. The major change that was
added to minimal-json was to allow skipping over optional "//" line
comments.

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

This commit removes our dependency on jackson-core and replaces it with
a vendored and slightly modified version of minimal-json. Reducing
dependencies on popular projects like Jackson make it easier to use
Smithy in large, heterogenous environments like large corporate build
systems. minimal-json is vendored into smithy-model to allow Nodes to be
parsed and serialized from JSON documents. The major change that was
added to minimal-json was to allow skipping over optional "//" line
comments.
@mtdowling mtdowling merged commit f285c92 into 0.10 Mar 25, 2020
@mtdowling mtdowling deleted the remove-jackson branch March 25, 2020 20:21
@kstich kstich mentioned this pull request Apr 23, 2020
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.

2 participants