datacleaner / DataCleaner

The premier open source Data Quality solution
GNU Lesser General Public License v3.0
595 stars 180 forks source link

Updated xml-config module to use latest Jakarta JAXB generator #1916

Closed kaspersorensen closed 2 years ago

kaspersorensen commented 2 years ago

As far as I can tell, the root cause for #1913 is that JAXB is missing at runtime on newer Java versions. And that's because we shouldn't be using the old jaxb namespaces, but the new Jakarta based JAXB namespaces. This PR fixes that.