Skip to content

Commit

Permalink
feat(patch): report whether server is patch capable (#6037)
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored Sep 23, 2022
1 parent 7845488 commit af6a423
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit af6a423

Please sign in to comment.