snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Add @Cache annotation to resteasy-reactive #354

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Description

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.

Unfortunately, resteasy-reactive does contain these annotations. Can you add them there as well?


https://github.com/quarkusio/quarkus/issues/17630


$upstream:17630$