mxcli 0.24
mx 11.12.3
There seems to be a change in the catalog java_actions(_data) where the returntype in case of typeparameter/entity has been changed. Sometimes the value is 'TypeParameter', sometimes TypeParEntity, and sometimes the name of the TypeParameter, e.g. FileTypeDocument (in case of OQL.ExportOQLToCSV).
However, when I create a Java action with a TypeParameter named String, which is allowed by Studio, and use that as return type, the catalog will show 'String', similar to the primitive 'String'.
The convention for return types using type parameters should be revised.
mxcli 0.24
mx 11.12.3
There seems to be a change in the catalog java_actions(_data) where the returntype in case of typeparameter/entity has been changed. Sometimes the value is 'TypeParameter', sometimes TypeParEntity, and sometimes the name of the TypeParameter, e.g. FileTypeDocument (in case of OQL.ExportOQLToCSV).
However, when I create a Java action with a TypeParameter named String, which is allowed by Studio, and use that as return type, the catalog will show 'String', similar to the primitive 'String'.
The convention for return types using type parameters should be revised.