URL: https://github.com/freeipa/freeipa/pull/5932 Author: ckelleyRH Title: #5932: Parse getStatus as JSON not XML Action: opened
PR body: """ On `dogtagpki/pki` master XML is being replaced by JSON, getStatus will return JSON in PKI 11.0+.
The PR for `dogtagpki/pki` that makes this change necessary is: https://github.com/dogtagpki/pki/pull/3674
To test, I forked the nightly copr build of `freeipa` and added in this patch. I then ran the `dogtagpki/pki` CI against my copr fork instead of the nightly freeipa copr. `dogtagpki/pki` CI fails against the nightly `freeipa` build, but succeeds with my patched build.
This is my first PR to this repo (hello everyone!) so if I need to do anything in addition, like bump a version or document that there is a breaking API change, then I would be grateful if someone could point me in the right direction! """
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5932/head:pr5932 git checkout pr5932
URL: https://github.com/freeipa/freeipa/pull/5932 Author: ckelleyRH Title: #5932: Parse getStatus as JSON not XML Action: closed
To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5932/head:pr5932 git checkout pr5932
freeipa-devel@lists.fedorahosted.org