From issues-return-49836-apmail-karaf-issues-archive=karaf.apache.org@karaf.apache.org Mon Oct 5 13:49:02 2020 Return-Path: X-Original-To: apmail-karaf-issues-archive@locus.apache.org Delivered-To: apmail-karaf-issues-archive@locus.apache.org Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by minotaur.apache.org (Postfix) with ESMTP id ED2A71A137 for ; Mon, 5 Oct 2020 13:49:01 +0000 (UTC) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id ACB8243720 for ; Mon, 5 Oct 2020 13:49:01 +0000 (UTC) Received: (qmail 67490 invoked by uid 500); 5 Oct 2020 13:49:01 -0000 Delivered-To: apmail-karaf-issues-archive@karaf.apache.org Received: (qmail 67417 invoked by uid 500); 5 Oct 2020 13:49:01 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 67380 invoked by uid 99); 5 Oct 2020 13:49:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2020 13:49:01 +0000 Received: from jira2-he-de.apache.org (static.54.33.119.168.clients.your-server.de [168.119.33.54]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id A0F8142874 for ; Mon, 5 Oct 2020 13:49:00 +0000 (UTC) Received: from jira2-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira2-he-de.apache.org (ASF Mail Server at jira2-he-de.apache.org) with ESMTP id 2779EC8154F for ; Mon, 5 Oct 2020 13:49:00 +0000 (UTC) Date: Mon, 5 Oct 2020 13:49:00 +0000 (UTC) From: =?utf-8?Q?Jean-Baptiste_Onofr=C3=A9_=28Jira=29?= To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (KARAF-6531) Replace JaxbUtil by DOM "handy" marshal/unmarshal MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/KARAF-6531?page=3Dcom.atlassia= n.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Baptiste Onofr=C3=A9 updated KARAF-6531: ---------------------------------------- Fix Version/s: (was: 4.2.10) 4.2.11 > Replace JaxbUtil by DOM "handy" marshal/unmarshal > ------------------------------------------------- > > Key: KARAF-6531 > URL: https://issues.apache.org/jira/browse/KARAF-6531 > Project: Karaf > Issue Type: Improvement > Components: karaf > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Priority: Major > Fix For: 4.3.0, 4.2.11 > > > Karaf has a "core" dependency to JAXB mostly for the features model marsh= alling/unmarshalling. It's probably overkill to load whole JAXB for that, a= nd it means that Karaf has a strong requirement on JAXB. As the feature mod= el is "static" (not modified at runtime), I think we can achieve the same u= sing SXC/SAX. -- This message was sent by Atlassian Jira (v8.3.4#803005)