Dilip Krishnan
Dilip Krishnan
I'm seeing this bug at 3.0.0. Is this now intended functionality? _Originally posted by @TJReinert in https://github.com/springfox/springfox/issues/2235#issuecomment-659078680_
looks still broken, model properties are alphabetically sorted (without order attribute). _Originally posted by @schrek1 in https://github.com/springfox/springfox/issues/3087#issuecomment-658113981_
looks still broken _Originally posted by @schrek1 in https://github.com/springfox/springfox/issues/2705#issuecomment-658105490_
I have the same issue of @zhengl7. I use swagger codegen to generate java api from OpenAPI spec. Like below: ``` @ApiOperation(value = "Create a Account", nickname = "createAccount", notes...
``` @ApiOperation("Create a new MyEntity") @ApiImplicitParams({ @ApiImplicitParam(name = "myEntity", dataType = "MyEntity", paramType = "body", required = true) }) @ApiResponses(value = { @ApiResponse(code = 200, message = "Success", response =...
Problem getting grails to start after upgrading to 3.3 Try running .... ```bash $ ./gradlew clean :springfox-grails-contract-tests:build -x test ``` You'll get an error 👇 Integration Test Failure ```xml java.lang.IllegalStateException:...