dropwizard-java8 icon indicating copy to clipboard operation
dropwizard-java8 copied to clipboard

Addon bundle for Dropwizard to support Java 8 features

Results 3 dropwizard-java8 issues
Sort by recently updated
recently updated
newest added

The bundle seems to suppose using date/times as path parameters, but you are missing an implementation for query parameters.

`instanceof` is always false for null, which means the argument factory misses a chance to provide the correct SQL type. These factories should be using e.g. `Foo.class.isAssignableFrom(expectedType)` instead of `value...

java.util.Date is serialized to epoch milliseconds by default; OffsetDateTime - to epoch seconds. That makes migration to Java 8 date classes exceedingly complicated.