jakartaee / rest

Jakarta RESTful Web Services
Other
351 stars 114 forks source link

Support new Java date/time types for preconditions/lastModified #1269

Open FroMage opened 2 weeks ago

FroMage commented 2 weeks ago

ResponseBuilder.lastModified() and friends, as well as Request.evaluatePreconditions(Date) and friends only accept the Date type. They should probably also accept more modern Java date/time types, no?

jamezp commented 2 weeks ago

This makes sense to me.

mkarg commented 2 weeks ago

We should add Instantly.