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

Support for java 8 date types #104

Closed OskarKjellin closed 9 years ago

OskarKjellin commented 9 years ago

I see you do support setting the old fashioned java.util.Date as a string with format of date. Would be nice to support some more of the java 8 date types such as OffsetDateTime, LocalDate and so forth.

conorroche commented 9 years ago

@OskarKjellin ive added support for java 8 date time types now

OskarKjellin commented 9 years ago

@conorroche Awesome! I'll try it out soon. One question though, when we upgrade to the latest version, the description per API disappears?

conorroche commented 9 years ago

@OskarKjellin i wasn't aware of that can you give me more details e.g. give me some example source of your resource and the generated json thats different? I do know there is an issue ive just noticed in terms of some endpoints of ours not getting documented which im looking into atm

conorroche commented 9 years ago

@OskarKjellin are you still having the problem you mentioned?

conorroche commented 9 years ago

closing as i believe fixed and no feedback