Peter Wall

Results 80 comments of Peter Wall

I think the message is self-explanatory - `$ref` doesn't allow recursion. Draft 2019-09 of JSON Schema introduced `$recursiveRef`, and draft 2020-12 introduced `$dynamicRef`, but `json-kotlin-schema-codegen` does not support either of...

Hi – you see that dash at the end of the "Exception" line? There is in fact a JSON Pointer following that dash, but the JSON Pointer for the root...

@asm0dey - that document is an introductory guide, written for JSON Schema Draft 7. Draft 2019-09 changed the handling of recursion (as is alluded to in that document) and Draft...

Hello, I apologise for being slow to respond to issues recently; I've had a lot going on. I'm not a Gradle expert, but my understanding is that in order to...

Hi @gino-m , I'm sorry you found it difficult to use the plugin in its current form – I very often struggle with Gradle myself. But I'm not sure that...

Thanks for the feedback! Taking your points one at a time: 1. Add annotation to all generated classes: One of the main policy decisions behind the code generator was to...

This looks a little bit like an issue that a colleague reported to me recently - she was using a Mac, and I couldn't reproduce the issue on my Linux...

I need to explain something about the Gradle plugin. I found that the majority of uses of the Code Generator were to generate a set of classes from a Swagger...

Thanks for the additional information. I still can't reproduce the problem, but I have changed the directory creation to use NIO `Files.createDirectories()`. Please try version 0.73 which incorporates this change...

As to your second comment – can you give more details? Is it just another manifestation of the same problem?