Notice: Some of the services that support the smooth operation of our websites are still in the process of being restored. As a result, certain features—such as images and committer paperwork—may be temporarily unavailable. Our team is actively working to resolve these issues and restore full functionality as soon as possible.

Thank you for your patience and understanding.

Eclipse Titan™ 7.1.0

Next to some bugfixes, the release also contains new features and backward incompatible changes.

New features:

  • On the C side the most important new feature is the support of the Object-Oriented Extension of the TTCN-3 standard (please note, it is a feature in progress with some features still missing as described in the Bugzilla bug 552011).
  • On the Java side we have greatly improved the processing speed by parallelizing some of the operations to make use of multi-core CPUs:
    • Titanium code smell checkers will be run in parallel
    • The semantic checking of TTCN-3 and ASN.1 modules will be run in parallel (when there is no dependency between the modules)
    • The syntactic checking (parsing) in case of project hierarchies can be run in parallel on several projects
  • Also on the Java side we have added support for JSON encoding/decoding.

Backward incomaptible changes:

  • 'omit' matching mechanism is no longer allowed for union fields
  • To fix a compilation issue in the Java code generator when used with very large modules we had to change where the typedescriptors are generated into the generated code.
Release Date
Release Type
Major release (API breakage)