From afccc96cedb64fbc8b382c72595568132175024c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dinis=20Ferreira?= Date: Wed, 8 Jul 2026 02:02:02 +0100 Subject: [PATCH] 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 #992 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index f60f3918b..0ee16409b 100644 --- a/pom.xml +++ b/pom.xml @@ -68,9 +68,9 @@ 2.0.16 1.5.15 - 2.20 - 2.20.1 - 3.0.3 + 2.21 + 2.21.1 + 3.1.4 6.2.1 @@ -97,8 +97,8 @@ 4.2.0 7.1.0 4.1.0 - 2.0.0 - 3.0.0 + 2.0.4 + 3.0.6