jqa-core-framework icon indicating copy to clipboard operation
jqa-core-framework copied to clipboard

Support for preconditions for constraints and concept

Open obfischer opened this issue 7 years ago • 0 comments

I am working on a self-contained system with some internally used libraries and some micro services.

Writing and organising constraints and concepts for such a project becomes difficult if some constraints/concepts should be applied only to libraries, some only to service and other to both.

Of course this problem is solvable by splitting concepts/constraints into multiple plugins and an appropriate Maven setup. On the other side this adds to and spreads complexity over the hole project setup.

Therefore I would like to see jQAssistant supporting Cypher based preconditions. Only concepts/constraints with fulfilled preconditions should be executed.

obfischer avatar Oct 12 '18 17:10 obfischer