At the end of 2025 the YAKINDU Model Viewer will be replaced by the Simulink Bridge. The visualization and selection propagation capabilities of the ANALYZE adapter will be removed.
The eclipse target is updated to the latest release 25-03. This enabled the update to Java 21. For the interface with some applications, like MS Excel, the library version for the COM-API is updated.
For the client integration into the PTC Integrity client the minimum required java version is now java 17.
It’s possible to configure tagged values from explicit profile and stereotype. This is configured by the new `valueOf( <profile>, <stereotype>, <taggedValue)` format or the enterprise architect adapter.
Test results can be extracted as links between test sessions and test cases by the Integrity adapter.
Multiple projects in integrity can be configured with the split function if they are defined in one parameter.
projects {
split($param, \",\")
}
The termination of the doors client was done in an eager way in the past. This could lead to remaining temporary files and random terminations of the doors client. Termination is now handled with one minute timeout or termination by the operating system after the batch mode finished.
Under some circumstances the evaluation of a regular expression can fail because of the complexity of the expression and the text to match. In this case an error is reported which now includes the regular expression.
Resolving the schema of an XML file was done, even if validation was disabled by configuration (
validation DTD = false
).