Details
Description
https://jira.talendforge.org/browse/TCOMP-816 implements process/metadata migration during its import (when user migrates to new Studio version) or start-up (when user installed patch with updated component).
Such approach seems has poor performance as migration check will be launched for every time Studio starts. It is better to implement "lazy" migration, i.e. perform migration only when specified process/metadata is requested in UI (deserialized)