-
Notifications
You must be signed in to change notification settings - Fork 22
Add support for Java8 date/time @QueryParams #26
Comments
@cowwoc Would moving to Dropwizard 1.0.0-rc2 (which supports the Java Date/Time API in JAX-RS parameters) be an option for you? |
@joschi I just tried upgrading and ran into a lot of problems (conflicting transitive dependencies, classloader issues, etc). I don't think the Dropwizard dependencies are fully caught up yet. |
Here is an implementation that we wrote that worked for us:
UPDATED on November 16th 2016. Original implementation of |
Did you post this to the Dropwizard mailing list or open an issue on GitHub?
Could you please elaborate on this? |
The bundle seems to suppose using date/times as path parameters, but you are missing an implementation for query parameters.
The text was updated successfully, but these errors were encountered: