-
Notifications
You must be signed in to change notification settings - Fork 218
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace jackson-core with vendored minimal-json
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.
- Loading branch information
Showing
21 changed files
with
1,638 additions
and
331 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
143 changes: 0 additions & 143 deletions
143
smithy-model/src/main/java/software/amazon/smithy/model/node/DefaultNodeFactory.java
This file was deleted.
Oops, something went wrong.
109 changes: 0 additions & 109 deletions
109
smithy-model/src/main/java/software/amazon/smithy/model/node/DefaultNodeWriter.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.