wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Doesn't like Java8? #75

Closed dirwin517 closed 10 years ago

dirwin517 commented 10 years ago

We started using Java 8 code on some of our controllers and they started to disappear, if we move it into another class they re-appear again

wkennedy commented 10 years ago

There were issues using some libraries that didn't like the new syntax used for lambdas. This has been resolved and swagger4spring-web now supports Java 8, though for best results you must compile using the javac argument -parameters.