Does v2.4.14.2 support @Optional
We have been using DDS Micro edition v3.0.3 for years and recently began to use @Optional members in messages.
The RTIDDSGEN utility generates C-code for these optional members as pointer types as expected, and it works fine.
However, we now wants to upgrade (?) to latest version 2.4.14.2 and our tests shows that RTIDDSGEN doesn't generate any pointer types anymore!
Is this expected or a bug? I can't find anything in the release notes about it.
How should we solve this?