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
The XML parser is used only for test data parsing, while the normal input and output rely exclusively on JSON. Removing XML readers from the code would allow us to remove dependencies on libXML and RapidXML and simplify several classes.
The text was updated successfully, but these errors were encountered:
Replacing the use of XML serialisers in unit tests with equivalent JSON serialisers allows the removal of dependencies on the 3rd party RapidXML library and also the bespoke XML parser and related code.
Closeselastic#2804
The XML parser is used only for test data parsing, while the normal input and output rely exclusively on JSON. Removing XML readers from the code would allow us to remove dependencies on libXML and RapidXML and simplify several classes.
The text was updated successfully, but these errors were encountered: