Skip to content
Snippets Groups Projects

Add nocache to all resources

Merged Martin Lowe requested to merge malowe/main/nocache into main
4 files
+ 8
0
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -32,6 +32,7 @@ import org.eclipsefoundation.profile.namespace.ProfileAPIParameterNames;
import org.eclipsefoundation.profile.services.ProfileService;
import org.eclipsefoundation.profile.services.UserDeleteService;
import org.eclipsefoundation.utils.helper.TransformationHelper;
import org.jboss.resteasy.reactive.NoCache;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -53,6 +54,7 @@ import jakarta.ws.rs.core.Response.Status;
* profile, all user metadata, and an endpoint to initiate the user_delete_request process for a user.
*/
@Path("")
@NoCache
@Produces({ MediaType.APPLICATION_JSON })
public class AccountResource {
private static final Logger LOGGER = LoggerFactory.getLogger(AccountResource.class);
Loading