You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dcache rest api: do not filter out fields with default and null values
when building json reply object. Enable get/set of OUTPUT quota
Motivation:
-----------
dCache rest api response filters out fields that have null
or default (for that type) values. As the result, for instance,
integer filed with 0 value is skipped (so is any filed with null
value). This is not desirable
Modification:
-------------
Change custom Json ObjectMapper to retain fields with null and default
values
Result:
-------
Request results returned by dCache rest api contain fields having
null or default values
Ticket: #7836
Patch: https://rb.dcache.org/r/14479/
Target: trunk
Request: 11.0, 10.2, 10.1, 10.0, 9.2
Acked-by: Tigran
Require-book: no
Require-notes: yes
0 commit comments