You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This used to generate a Content data type, but is now being generated as Object. Not sure if the new jsonschema2pojo behaviour is correct and we need to adapt, or if this is a fault in the fix for #1456
The text was updated successfully, but these errors were encountered:
So, this is very very old code and after some internal discussion we have concluded that this was probably a mistake in our original schema declaration that just happened to work because of the old jsonschema2pojo behaviour combined with the fact that the value is actually always Object in our application.
I'm not sure if this is a bug introduced with #1456 or if the new behaviour is expected.
We have this schema:
This used to generate a Content data type, but is now being generated as Object. Not sure if the new jsonschema2pojo behaviour is correct and we need to adapt, or if this is a fault in the fix for #1456
The text was updated successfully, but these errors were encountered: