Hi, I seem to get the following on startup:
DEBUG [2016-06-05 18:58:20,762] org.glassfish.jersey.server.model.Parameter: Unable to get the com.sun.proxy.$Proxy51 annotation value property ! java.lang.NoSuchMethodException: io.dropwizard.auth.Auth.value() ! at java.lang.Class.getMethod(Class.java:1786) ~[na:1.8.0_65] ! at org.glassfish.jersey.server.model.Parameter.getValue(Parameter.java:476) [jersey-server-2.22.1.jar:na] ! at org.glassfish.jersey.server.model.Parameter.create(Parameter.java:327) [jersey-server-2.22.1.jar:na] ! at org.glassfish.jersey.server.model.Parameter.create(Parameter.java:372) [jersey-server-2.22.1.jar:na] I'm using the @Auth annotation in some of my resources and don't understand why this appears in my logs. It seems harmless, however I prefer to not have any junk in my log files (false postivies). Any idea how to deal with this? Thanks, Jason -- 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.
