You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@johnzon.apache.org by Romain Manni-Bucau <rm...@gmail.com> on 2015/05/19 19:40:02 UTC

Fwd: Serialize ArrayList as JSON array?

didnt investigated but weird

Romain Manni-Bucau
@rmannibucau <https://twitter.com/rmannibucau> |  Blog
<http://rmannibucau.wordpress.com> | Github <https://github.com/rmannibucau> |
LinkedIn <https://www.linkedin.com/in/rmannibucau> | Tomitriber
<http://www.tomitribe.com>

---------- Forwarded message ----------
From: kirys.it <ki...@neoteroi.org>
Date: 2015-05-19 18:18 GMT+02:00
Subject: Re: Serialize ArrayList as JSON array?
To: users@tomee.apache.org


On 05/19/2015 04:03 PM, Romain Manni-Bucau wrote:

> jdk1.7 or 1.8 doesnt make any change, tomee
> 1.7.2/1.7.3-SNAPSHOT/7.0.0-SNAPSHOT (but got it working on 1.7.1 as well
> even if I dont use it anymore since months)
>

I've replaced official java spec with this:
        <dependency>
 <groupId>org.apache.geronimo.specs</groupId>
 <artifactId>geronimo-json_1.0_spec</artifactId>
             <version>1.0-alpha-1</version>
        </dependency>
and it works now