cumacam
Results
1
issues of
cumacam
**Describe the bug** @DynamicFilter(ObjectIdFilter.class) @GetMapping(value = "/objects", produces = { MediaType.APPLICATION_JSON_VALUE}) public Page getObjecList(); this is fine but if I remove `produces = { MediaType.APPLICATION_JSON_VALUE}` response is being xml instead...