jsonschema2pojo version #929
Closed
pgalbraith
started this conversation in
General
Replies: 1 comment
-
Hi, thank you for a question. Documentation for 6.0.0 says, that it uses 1.1.2. Also all code is open and you can verify every commit for each plugin version released and when documentation and other files have been updated. Unreleased version uses 1.2.1, but plugin version 6.0.0 is still compatible with 1.2.1 as API used by this Gradle plugin didn't change. This can be leveraged by overriding Currently I'm working on to bring new version of a plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I see the docs mention using jsonschema2pojo v. 1.2.1, but the 6.0.0 release of this plugin pre-dates the 1.2.1 release of jsonschema2pojo, so I am suspicious. I also notice that using the jsonschema2pojo gradle plugin when I generate inner buliders I get a staic builder() method created, but using j2sd I do not. This was feature was comitted in August 2022 and not released until Jan 2023, so this is making me even more suspicious that j2sd is not actually using v1.2.1 of jsonschema2pojo.
joelittlejohn/jsonschema2pojo#1396
joelittlejohn/jsonschema2pojo#1401
Beta Was this translation helpful? Give feedback.
All reactions