Dilip Krishnan

Results 231 comments of Dilip Krishnan

Sorry folks I'll go back and update the example to use 0.8.x ... For now this is the most recent example https://github.com/adrianbk/swagger-springmvc-demo

Collections are not supported in input parameters, mainly because given a collection, it could be a List or a Set or anything else that implements that interface. Either you can...

@katiaSouza Is your list a generic list? If not try making it a generic list or adding an @ApiModel annotation to indicate it is a list and specify the concrete...

@katiaSouza Please switch your branch to rel-0.5 and use the examples relevant to the 0.5.3 release

@vanagsr This is a bug that I recently discovered. It should be fixed soon. There is plenty of examples of how to customize/filter transform the URI's you want to see....

This should've been fixed in 0.6.4. Let me know if this isn't fixed yet.

Also could u please provide more details on how to reproduce/ controllers/ screenshots etc.

Its uses an older snapshot of the library before the upgrade to 1.2 spec

@katiaSouza have you tried adding the @jsonignore annotation to just the setter. That should work

Could you share your annotated class (or something that is close to it) as an example please? Better still could you fork the example project and add in your specific...