mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-17 13:45:54 +00:00
feat(patch): report whether server is patch capable (#6037)
This commit is contained in:
parent
78454888b5
commit
af6a423f9d
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user