wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

RequestMapping method PATCH not parsed #81

Closed johan-miller closed 10 years ago

johan-miller commented 10 years ago

SpringMVCApiReader parseHttpMethod has PATCH commented out. Why is this not supported through RequestMapping method?

wkennedy commented 10 years ago

Added in 0.3.4. I believe this was left out, because originally swagger4spring-web was not yet on Spring MVC 3.2+.