Re: BUILD FAILURE Error: when executing "mvn clean package" command

2017-08-17 Thread Ron Ratovsky
Did you customize the codegen that you’re looking to build it? From: on behalf of "muzammilansari...@gmail.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, August 16, 2017 at 03:12 To: Swagger Subject: BUILD FAILURE Error: when executing "mvn clean package" comm

Re: swagger-core support for swagger 2.0.0 spec and openApi 3.0.0 spec at the same time.

2017-08-17 Thread Ron Ratovsky
Traditionally, when we release a version of swagger-core supporting a specific version of the spec, it supports that one and that one alone. This is not different with swagger-core 2.0 – it supports only OAS3. From: on behalf of "Oliver B. Fischer" Reply-To: "swagger-swaggersocket@googl

Re: Try enums and got some Errors, are the docs deprecated?

2017-08-17 Thread Ron Ratovsky
Which version of the API definition do you use? From: on behalf of 李聪 Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Wednesday, August 16, 2017 at 23:33 To: Swagger Subject: Try enums and got some Errors, are the docs deprecated? I read the doc "https://swagger.io/docs

Re: @BeanParam not getting documented

2017-08-17 Thread Ron Ratovsky
Which version of swagger-core do you use? From: on behalf of "aadya.ra...@sial.com" Reply-To: "swagger-swaggersocket@googlegroups.com" Date: Thursday, August 17, 2017 at 01:27 To: Swagger Subject: @BeanParam not getting documented Hi I have used @Bean Param and i am using

Re: HI Swagger on Visual Studio

2017-08-17 Thread Hemika Kodikara
You should edit your swagger YAML or JSON for this. You cannot add it through the UI. See [1] for adding a description for parameters. [1] - https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#parameterObject On Friday, June 16, 2017 at 8:12:55 PM UTC+5:30, Agha Huseynov w

@BeanParam not getting documented

2017-08-17 Thread aadya . rawat
Hi I have used @Bean Param and i am using it in get method. In swagger UI i am not able to get the list of quey params rather itis treating @BeanParm as a class and lists down al the fields. -- This message and any attachment are confidential and may be privileged or otherwise protected fr