You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2021/09/21 10:12:14 UTC

[sling-org-apache-sling-starter] branch master updated: SLING-10832 - JaxbMarhshallingTest fails on Java 17

This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git


The following commit(s) were added to refs/heads/master by this push:
     new bc82f76  SLING-10832 - JaxbMarhshallingTest fails on Java 17
bc82f76 is described below

commit bc82f76f9dacd8e8bce7cd6a32fabf6e657aa15d
Author: Robert Munteanu <ro...@apache.org>
AuthorDate: Tue Sep 21 12:06:51 2021 +0200

    SLING-10832 - JaxbMarhshallingTest fails on Java 17
    
    Update to JAXB 2.3 jars.
---
 src/main/features/boot.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/features/boot.json b/src/main/features/boot.json
index 08f2d6d..82f79dc 100644
--- a/src/main/features/boot.json
+++ b/src/main/features/boot.json
@@ -41,7 +41,7 @@
             "start-order":"1"
         },
         {
-            "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-impl:2.2.11_1",
+            "id":"org.apache.servicemix.bundles:org.apache.servicemix.bundles.jaxb-runtime:2.3.2_2",
             "start-order":"1"
         },
         {
@@ -49,7 +49,7 @@
             "start-order":"1"
         },
         {
-            "id":"org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.2:2.9.0",
+            "id":"org.apache.servicemix.specs:org.apache.servicemix.specs.jaxb-api-2.3:2.3_3",
             "start-order":"1"
         },
         {