I'm brand new to Dropwizard, going through the Getting Started page to set up my first project. I'm getting an incorrect parameter type error with @QueryParam in the sayHello() method. This happens with both java.util.Optional and com.google.common.base.Optional. I'm using Java 1.8. I found this SO post but it didn't help: http://stackoverflow.com/questions/27757877/simple-dropwizard-0-7-1-app-failing-over-optional-queryparam-w-java-8
Any help is appreciated, also the Getting Started page should probably be update with a working example, or an additional one with a note about Java 1.8, if this is in fact an issue only when you use Java 1.8. Thanks, Matt -- You received this message because you are subscribed to the Google Groups "dropwizard-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
