Closed
Description
Describe the bug
- Setting displayOperationId to false does not work.
To Reproduce
Using springdoc-openui 1.6.6
- Set
displayOperationId
tofalse
usingSwaggerUiConfigProperties
- SpringDocPropertiesUtils changes booleans into strings.
swagger-config
endpoint will returndisplayOperationId: "false"
displayOperationId: "false"
evaluates to true in swagger-ui- Operation Id is displayed
Expected behavior
Operation Id is not displayed
Additional context
Seems to me SpringDocPropertiesUtils
should put booleans in the properies map.
If swagger-ui should be able to deal with boolean values as string, I will have to submit an issue there.