You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pull request #15451 (via bug #5860) introduced LocalDate support for RESTeasy parameters of type Query and Path. IMHO there is really no compelling reason not to support parameters of type Form as well.
I hereby request the feature to support automatic LocalDate conversion of Form parameters and volunteer for a corresponding pull request. What do you think?
Description
Pull request #15451 (via bug #5860) introduced
LocalDate
support for RESTeasy parameters of typeQuery
andPath
. IMHO there is really no compelling reason not to support parameters of typeForm
as well.I hereby request the feature to support automatic
LocalDate
conversion of Form parameters and volunteer for a corresponding pull request. What do you think?Implementation ideas
Extend type test in extractParameterInfo
The text was updated successfully, but these errors were encountered: