4.2.1: Peek before you guess (.xml detection improvement)
This is a bugfix release. It addresses the problem that ReqM2 uses a generic .xml file suffix which led OpenFastTrace to treat any XML file as a ReqM2 file based solely on the extension. To avoid false detections, this version adds a peek function to the file type detection so that we no longer rely only on the file type/extension (#429).
Please note that due to an issue with our CI pipeline, this release was not deployed on Maven Central and GitHub on 2025-09-14 as intended. We are sorry for the inconvenience.
Bugfixes
- #429: Add content peek to file type detection so
.xmlno longer implies ReqM2; prevents misclassification of arbitrary XML files