Commit afccc96
committed
Bump json-schema-validator to 2.0.4 / 3.0.6
The validator resolved its bundled meta-schemas through the thread
context class loader only, which cannot see them under OSGi, so
DefaultJsonSchemaValidator failed at construction (#992). Fixed
upstream in networknt/json-schema-validator#1265 / #1266 and released
in 3.0.6 / 2.0.4.
json-schema-validator 3.0.6 is built against Jackson 3.1.4 and
requires jackson-annotations 2.21, so those floors move with it; the
Jackson 2 line is aligned to 2.21.1. Verified with an embedded-Felix
reproducer: with a thread context class loader that cannot see the
bundled meta-schema, both validator modules now construct cleanly.
Fixes #9921 parent 30f1adf commit afccc96
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
100 | | - | |
101 | | - | |
| 100 | + | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
0 commit comments