AW: Johnzon, TomEE 7 and JSON-B

2019-08-06 Thread Berner Martin
hnzon, TomEE 7 and JSON-B Hi Martin, In TomEE 7.1.0 thre was some issues related with JSON date format parsing [1]. Have you tried your code against TomEE 7.1.1 ? [1] https://issues.apache.org/jira/browse/TOMEE-2233 El mar., 30 jul. 2019 a las 6:18, Berner Martin (< martin.ber...@quali

Re: Johnzon, TomEE 7 and JSON-B

2019-08-05 Thread Cesar Hernandez
Hi Martin, In TomEE 7.1.0 thre was some issues related with JSON date format parsing [1]. Have you tried your code against TomEE 7.1.1 ? [1] https://issues.apache.org/jira/browse/TOMEE-2233 El mar., 30 jul. 2019 a las 6:18, Berner Martin (< martin.ber...@qualitasag.ch>) escribió: > Hello, ever

Johnzon, TomEE 7 and JSON-B

2019-07-30 Thread Berner Martin
Hello, everybody, In TomEE 7.x Johnzon is the standard implementation of JASON-B, if I understood it correctly. I try to replace Johnzon specific annotations like @JohnzonIgnore and @JohnzonConverter with standard annotations of javax.xml.bind. @JsonbTransient works as a full replacement to @John