This repository was archived by the owner on Jul 24, 2024. It is now read-only.
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Generate FieldActions metadata offline #2936
Open
Description
This is a...
[x] Feature request
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Documentation issue or request
The problem
To achieve #204 we need to generate FieldActions metadata and deliver it into datamapper UI. Just like inspections, generate FieldActions metadata by invoking atlasmap maven plugin with feeding extension classpath, and store the metadata somewhere (as a part of extension metadata?). Then UI would feed them into datamapper step when initializing.
Note that there're built-in field actions in AtlasMap regardless of extension. It would be better also to generate those OOTB field actions metadata ahead to avoid online field action retrieval which happens everytime datamapper step opens.