Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id E4694200B3E for ; Wed, 7 Sep 2016 23:06:21 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E335D160ACF; Wed, 7 Sep 2016 21:06:21 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 62A8D160ABF for ; Wed, 7 Sep 2016 23:06:21 +0200 (CEST) Received: (qmail 36681 invoked by uid 500); 7 Sep 2016 21:06:20 -0000 Mailing-List: contact commits-help@tomee.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tomee.apache.org Delivered-To: mailing list commits@tomee.apache.org Received: (qmail 36672 invoked by uid 500); 7 Sep 2016 21:06:20 -0000 Delivered-To: apmail-openejb-commits@openejb.apache.org Received: (qmail 36663 invoked by uid 99); 7 Sep 2016 21:06:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 21:06:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 790382C1B7B for ; Wed, 7 Sep 2016 21:06:20 +0000 (UTC) Date: Wed, 7 Sep 2016 21:06:20 +0000 (UTC) From: "Romain Manni-Bucau (JIRA)" To: commits@openejb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (TOMEE-1924) change default json provider MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Sep 2016 21:06:22 -0000 [ https://issues.apache.org/jira/browse/TOMEE-1924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Romain Manni-Bucau resolved TOMEE-1924. --------------------------------------- Resolution: Invalid Hi Matthew This was intended to be more aligned on jsonb and is documented/configurable as explained on http://tomee.apache.org/ng/developer/json/index.html Side note: this is more a topic for the user list than jira > change default json provider > ---------------------------- > > Key: TOMEE-1924 > URL: https://issues.apache.org/jira/browse/TOMEE-1924 > Project: TomEE > Issue Type: Bug > Components: TomEE Core Server > Affects Versions: 7.0.1 > Reporter: Matthew Broadhead > > 7.0.1 seems to use johnzon as the default json provider. 1.7.3 defaulted to jettison from cxf package i think? i have a need to use jaxb annotations specifically @XmlElementWrapper. these seem to be ignored by johnzon. i have seen that i can specify jettison on a per webapp basis but this is time consuming. is there a way to make johnzon respect jaxb annotations? if not then is there a way to set tomee to default back to jettison? i tried to change to johnzon annotations but there is no documentation on changing from jaxb annotations specifically @XmlElementWrapper. -- This message was sent by Atlassian JIRA (v6.3.4#6332)