Dilip Krishnan

Results 7 issues of 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_

bug

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_

bug

looks still broken _Originally posted by @schrek1 in https://github.com/springfox/springfox/issues/2705#issuecomment-658105490_

bug

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...

investigating

``` @ApiOperation("Create a new MyEntity") @ApiImplicitParams({ @ApiImplicitParam(name = "myEntity", dataType = "MyEntity", paramType = "body", required = true) }) @ApiResponses(value = { @ApiResponse(code = 200, message = "Success", response =...

investigating

- [ ] Also upgrade the libraries to jdk 8 versions

maintenance

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:...

next
PR