feat(patch): report whether server is patch capable (#6037)

This commit is contained in:
Shirshanka Das 2022-09-23 14:42:45 -07:00 committed by GitHub
parent 78454888b5
commit af6a423f9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@ public class Config extends HttpServlet {
put("noCode", "true");
put("retention", "true");
put("statefulIngestionCapable", true);
put("patchCapable", true);
}};
ObjectMapper objectMapper = new ObjectMapper().setSerializationInclusion(JsonInclude.Include.NON_NULL);