teamcarma / swagger-jaxrs-doclet

This fork is no longer actively maintained, please switch to https://github.com/conorroche/swagger-doclet
Apache License 2.0
81 stars 38 forks source link

Does not support jackson v1 JsonProperty #122

Closed ghost closed 8 years ago

ghost commented 8 years ago

The doclet does not support org.codehaus.jackson.annotate.JsonProperty and org.codehaus.jackson.annotate.JsonIgnore.

Also there is an issue with the "issue66Test" testcase. The code will generate an org.codehaus.jackson.map.JsonMappingException if executed, since there is a conflicting JsonProperty definition.

conorroche commented 8 years ago

@e99majo ive merged in your pull request, nice work thanks a lot.