Open NBau opened 5 years ago
If you create a PR with test-case showing the problem, I'll have a look at trying to fix it
Hi, I noticed that this still has the NeedMoreInfo
label. Is there something I can do to clarify the issue?
Hi, Please see my prev comment.. I want you to create a PR with a test-case showing the problem.
Is my PR #109 not sufficient? I am sorry, I tried to mimic the style of the other tests, but I am not sure how it is supposed to work,
I have the same issue.
Thank you for the excellent library. Unfortunately I am having some trouble when using a more complex structure. Here is a minimal Example:
Given the following hierarchy:
the generator throws the exception
Wrong type - working on [simple type, class com.example.Pt] - got [simple type, class com.example.Abs]
when calling 'generator.generateJsonSchema(Loc.class);'When changing the order of the subtype annotation on
Loc
toeverything works. Unfortunately in our POJOs we cannot modify all of subtype annotations to ensure that there is no backward dependency between them. Is this something that is easy to fix?