Commit f285c92
committed
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.1 parent 19b9408 commit f285c92
File tree
21 files changed
+1638
-331
lines changed- config/checkstyle
- smithy-build/src/test/java/software/amazon/smithy/build
- model
- smithy-model
- src
- main/java/software/amazon/smithy/model/node
- internal
- test/java/software/amazon/smithy/model/node
21 files changed
+1638
-331
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
10 | 15 | | |
11 | 16 | | |
12 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | 23 | | |
Lines changed: 0 additions & 143 deletions
This file was deleted.
Lines changed: 0 additions & 109 deletions
This file was deleted.
0 commit comments