Skip to content
Snippets Groups Projects

feat: Add loading cache for GH CVE data

Merged Martin Lowe requested to merge zs/zacharysabourin/main/13 into main
12 files
+ 108
244
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -20,7 +20,6 @@ import javax.ws.rs.core.Response;
import org.eclipse.microprofile.rest.client.inject.RegisterRestClient;
@ApplicationScoped
@RegisterRestClient
@Consumes("application/json")
public interface GithubCveAPI {
Loading