Closed snowdrop-bot closed 3 years ago
Resteasy supports the @Cache and @NoCache annotations for GET resources. These annoations allow it to easily add the Cache-Control headers to GET calls so the client can know if and how long to cache a response. See https://docs.jboss.org/resteasy/docs/4.6.0.Final/userguide/html/Cache_NoCache_CacheControl.html.
@Cache
@NoCache
GET
Cache-Control
Unfortunately, resteasy-reactive does contain these annotations. Can you add them there as well?
https://github.com/quarkusio/quarkus/issues/17630
$upstream:17630$
Description
Resteasy supports the
@Cache
and@NoCache
annotations forGET
resources. These annoations allow it to easily add theCache-Control
headers toGET
calls so the client can know if and how long to cache a response. See https://docs.jboss.org/resteasy/docs/4.6.0.Final/userguide/html/Cache_NoCache_CacheControl.html.Unfortunately, resteasy-reactive does contain these annotations. Can you add them there as well?
https://github.com/quarkusio/quarkus/issues/17630
$upstream:17630$