Hey guys, what's your preferred way to read xml files? We're currently using jackson, but it has a nasty bug with empty lists (https://github.com/FasterXML/jackson-dataformat-xml/issues/124).
Unfortunately we don't have access to the output parameters of the xml, so we gotta find something else. Any recommendations?
n
nanodeath
08/25/2020, 7:09 PM
can you not update to 2.12?
nanodeath
08/25/2020, 7:09 PM
I guess it's not out yet...
p
Philipp Mayer
08/25/2020, 7:11 PM
Yeah well, that's unfortunately the thing. Finding a json library for kotlin seems to be no problem, but doing the same for xml is harder than expected..