wkennedy / swagger4spring-web

Swagger support for Spring MVC
89 stars 46 forks source link

Unsupported major.minor version 52.0 #82

Open ismaelgcosta opened 9 years ago

ismaelgcosta commented 9 years ago

I tried to change from version 0.3.3 to 0.3.5 and get the exception

Unsupported major.minor version 52.0 (unable to load class com.knappsack.swagger4springweb.util.ScalaObjectMapper)

marvink commented 9 years ago

It's because version 0.3.5 requires java 1.8 maybe use version 0.3.3 instead or update your java version.