Re: Records support in JSON

2023-09-05 Thread Guillaume Laforge
Sure, I just created: https://issues.apache.org/jira/browse/GROOVY-11167 Also, thanks for the workaround. I ended up just using a POGO instead, but I hadn't thought of implementing a Map. I guess JsonOutput needs to be updated here

Re: Records support in JSON

2023-09-05 Thread Guillaume Laforge
I also forget the fact that Groovy records are not always Java records when running on older JDKs... So it needs to make the difference with real and groovy-specific fallthrough records. On Tue, Sep 5, 2023 at 10:46 AM Guillaume Laforge wrote: > Sure, I just created: > https://issues.apache.org/