This version is an attempt to reduce dependency to JAXB
JAXB is an old way to load Java objects from XML. But it has the following inconveniences:
Core OmegaT team solved the last problem by adding the needed JAR files in all downloadable OmegaT versions. This works without any problem. But due to other mentioned inconvenients, we want to try another approach which is to remove JAXB completely from OmegaT.
For the moment we removed use of JAXB for project file (omegat.project) and SRX files. It is still used for filters.xml and TaaS (which are more complex, but we plan to remove them as well)
Add new comment