js2d-gradle icon indicating copy to clipboard operation
js2d-gradle copied to clipboard

Extended Jsonschema2Pojo gradle plugin

Results 34 js2d-gradle issues
Sort by recently updated
recently updated
newest added

It's not clear from the readme, why would I use this project instead of jsonschema2pojo? what additional features are provided?

Hi! More question than issues. I have a piece of schema that has this ``` "FPlugin": { "required": [ "name" ], "properties": { "_config": { "type": "string" }, "config": {...

enhancement
help wanted
dsl

Current AGP 7 is to use deprecated API as for AGP 3.x and this needs to be updated

enhancement

When no files given in a filter to source files, raise a warning for a user

`jsonschema2pojo` sets `Generated` annotation based on **build tool** java version instead of target Java version. AGP 7+ requires Java 11 according to the [article](https://android-developers.googleblog.com/2020/12/announcing-android-gradle-plugin.html?m=1). Additionally, `javax.annotation.Generated` could be found in...

bug
Upstream

Suppose i have a schema with definitions in jar and I want to generate classes from a schema that uses those definitions. That doesn't seem to work with gradle plugin...

enhancement
help wanted
java
test
dsl

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Config Migration Needed - [ ] Select this checkbox to let Renovate create...

Running on Gradle 8.6 with enabled configuration cache results in the following failure: ``` * What went wrong: Some problems were found with the configuration of task ':mymodule:generateJsonSchema2DataClassConfigMain' (type 'Js2pGenerationTask')....

Requires Gradle 8.0 to be released

enhancement