The JADE 2022 release meets tomorrow’s business demands.
It would be good to be able to extract and load individual class properties and constants. This would be helpful where there is a development conflict due to changed code in methods and only the new attribute or constant needs to be deployed.
Implementation should include UNL file syntax and context menu (right-click "extract").
Hi Murray,
Just want to make sure we understand the driver for the idea please. Is this because you have situations where a property or constant has been added to a class, and there are also method changes that are not related to the work required for the property or constant change?
Is yes, then have you considered using Patches to manage this process, as this already has the ability to progress class properties or constants without taking the full class? When extracting via a patch through the Patches browser or via a command line, only the entities changed as part the patch are extracted (so long as there has not been a delete of an entity on a class, e.g. property or method). The resulting scm is a partial extract containing only the elements defined in the Patch.