Skip to main content

Itsallcode Blog

New Project Structure for OpenFastTrace

We are happy to announce the latest release 2.3.5 of OpenFastTrace. In this release we split the source code into sub-modules for api, importers, exporters etc. This has some advantages: The dependencies of plugins are now enforced by the compiler. It is not possible that e.g. the specobject exporter depends on the specobject importer. Developers who want to extend OFT with custom importers or exporters only need add a dependency for the stable API module without all the other internal code.