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
What version of the library are you using? Is it the latest version? The latest released version is
What kind of issue is this?
Bug report.
include any output you've received; logs, json snippets etc.; and what the expected output should be
Regular (String array - String[]) query parameter can't be rendered at Swagger UI.
Everything worked fine before update to 2.8.0. Last used version was 2.7.1-SNAPSHOT.
I think it is bug of the current Swagger version that is used in current version of SpringFox.
One more note!
Bug is disappeared when I removed default value from annotation @RequestParam(defaultValue = "20001")