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:07:48 UTC

[sling-org-apache-sling-starter] branch issue/SLING-10832 created (now 1c60a8c)

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

rombert pushed a change to branch issue/SLING-10832
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-starter.git.


      at 1c60a8c  SLING-10832 - JaxbMarhshallingTest fails on Java 17

This branch includes the following new commits:

     new 1c60a8c  SLING-10832 - JaxbMarhshallingTest fails on Java 17

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[sling-org-apache-sling-starter] 01/01: SLING-10832 - JaxbMarhshallingTest fails on Java 17

Posted by ro...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 1c60a8cc6a33f39d3516a3a7e32d5d2f52d0b899
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"
         },
         {