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
After updating a project from 0.11.1 to 0.13.0 we get several error messages during Spring Boot startup like
ERROR i.s.o.i.examples.ExampleBuilder.fromProperty(451) - unable to convert `{country=string}` to JsonNode
ERROR i.s.o.i.examples.ExampleBuilder.fromProperty(451) - unable to convert `{id=string, name=string}` to JsonNode
The effect seems to be that those property objects are empty in the generated spec.
The same project was working fine in 0.11.1
Dependencies and versions used
Springwolf 0.13.0
Code example
Since this is an internal project, unfortunately I cannot provide an example project.
The text was updated successfully, but these errors were encountered:
Describe the bug
After updating a project from 0.11.1 to 0.13.0 we get several error messages during Spring Boot startup like
The effect seems to be that those property objects are empty in the generated spec.
The same project was working fine in 0.11.1
Dependencies and versions used
Springwolf 0.13.0
Code example
Since this is an internal project, unfortunately I cannot provide an example project.
The text was updated successfully, but these errors were encountered: