5.2. What’s Fixed in 4.2.0

[Critical]: System-stopping issue, such as a crash or data loss.
[Major]: Significant issue with no easy workaround.
[Minor]: Issue that usually has a workaround.
[Trivial]: Small issue, such as a typo in a log.

5.2.5. Other Fixes

5.2.5.1. [Minor] Code Generator did not fail for optional sequences in Ada

Code Generator did not fail when generating code for an optional sequence in Ada, even though optional sequences are not supported in Ada. Now, Code Generator will fail if the IDL/XML/XSD file contains an optional sequence.

For example, this IDL will now fail for Ada:

struct MyStruct {
@optional
sequence<short> m1;
};

This is a known issue that will be fixed in a future release. For now, the workaround is to use an empty sequence to emulate an unset optional.

[RTI Issue ID CODEGENII-1666]

5.2.5.2. [Trivial] Command-line option tips not printed if you entered an invalid option *

In release 7.1.0, if you entered an invalid Code Generator command-line option, Code Generator did not print out the helpful list of valid command-line options. This regression has been fixed.

[RTI Issue ID CODEGENII-1868]



* This bug does not affect you if you are upgrading from 6.1.x or earlier.