added field access support + private constructor support. For me we can release, wdyt?
Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-09 22:29 GMT+01:00 Romain Manni-Bucau <rmannibu...@gmail.com>: > Basic fixes are in (sure we'll enhance JOHNZON-20 soon but basic usage > - config one ;) - is pushed) > > > Romain Manni-Bucau > @rmannibucau > http://www.tomitribe.com > http://rmannibucau.wordpress.com > https://github.com/rmannibucau > > > 2014-11-04 14:09 GMT+00:00 Salyh <hendrikde...@gmail.com>: >> Will look at it in the evening today >> >> Von meinem iPhone gesendet >> >>> Am 04.11.2014 um 12:55 schrieb Romain Manni-Bucau <rmannibu...@gmail.com>: >>> >>> sure that's what I meant at the end. I'll not be able to work on 19 >>> and 20 this week I fear so we have time ;). >>> >>> Would also be great to handle null stuff (other thread IIRC) but maybe >>> in 0.3-incubating >>> >>> >>> Romain Manni-Bucau >>> @rmannibucau >>> http://www.tomitribe.com >>> http://rmannibucau.wordpress.com >>> https://github.com/rmannibucau >>> >>> >>> 2014-11-04 11:51 GMT+00:00 Thiago Veronezi <thi...@veronezi.org>: >>>> Hi guys, >>>> >>>> It would be nice to fix https://issues.apache.org/jira/browse/JOHNZON-18 >>>> too because it is blocking my local TomEE tests. >>>> >>>> []s, >>>> Thiago. >>>> >>>> >>>> On Tue, Nov 4, 2014 at 6:17 AM, Romain Manni-Bucau <rmannibu...@gmail.com> >>>> wrote: >>>> >>>>> Hi >>>>> >>>>> found two small but impacting issues in term of mapper APIs: >>>>> - https://issues.apache.org/jira/browse/JOHNZON-20: we don't support >>>>> nested types or automatic fallback (ie map A,B and B can be another >>>>> generic - List,Map...) >>>>> - https://issues.apache.org/jira/browse/JOHNZON-19: seems I messed up >>>>> some generics between raw type and parameter >>>>> >>>>> about J-19 I wonder if the second parameter of readCollection couldn't >>>>> be optional in another method (this signature was mainly for jaxrs >>>>> IIRC) but I guess we can make it optional pretty easily. >>>>> >>>>> I saw few more issues from Thiago we can fix too but I'd like to fix >>>>> the API asap (hopefully next week) >>>>> >>>>> wdyt? >>>>> >>>>> >>>>> >>>>> Romain Manni-Bucau >>>>> @rmannibucau >>>>> http://www.tomitribe.com >>>>> http://rmannibucau.wordpress.com >>>>> https://github.com/rmannibucau >>>>>