noshua
Results
2
issues of
noshua
**Is your feature request related to a problem? Please describe.** When using springdoc-openapi together with openapi-generator and it's jackson-databind-nullable the generated swagger-ui for nullable fields is broken. Instead of showing...
[JavaSpring] Add nullable true on isNullable to @Schema annotation for correct swagger documentation
Currently the swagger documentation doesn't show if an attributes can be patched to null using JsonNullable because the nullable attribute wasn't added to the @Schema annotation. ### PR checklist -...