rauluka
rauluka
Regarding: https://github.com/microsoft/api-guidelines/blob/vNext/Guidelines.md In section 14.4.4 Example Response "details" object doesn't fit the definition of "details" in section 7.10.2, table Error: Object. Details should be Error[] ``` { "error": { "code":...
Let's have a following XML: ``` value text ... ``` Support use-case of extracting contents of the whole DOM structure. can be any proper XML, text or CDATA block of...
It wasn't compatible with Storm 1.2.3 due to newer Curator version used in 1.2.3. After bumping it up it works fine. Also bumped up Java to 1.8.