Why remove it ? At present kogito is based on the premise of a combination of code generation based on a fluent interface. Nothing at kogito level uses these parts of KieAssemblerService anymore. This is causing not moving those test/guards for the functionality in the new infrastructure causing a few problems:
* Functionality loss because those tests are not using the new infrastructure of fluent interface and code generation. * Create the illusion that those tests are of any use for the current system and make the system weaker * making the functionality gaps less visible. The proposal would do: 1. remove the assembler services and relieve drools from the use of that infrastructure 2. remove the old runtime that is only useful for these tests. This should lead to: 1. focus only in the fluent interface and codegen 2. remove unused parts and make the system leaner 3. identify all the missing parts at level functionality to reduce the gaps 4. increase the level of guards at codegen level and fluent interface. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
