summaryrefslogtreecommitdiff
path: root/module/ri-engine/src/main/java/io/trygvis/rules/engine/JinjavaTemplateEngine.java
Commit message (Collapse)AuthorAgeFilesLines
* Code reorganization.Trygve Laugstøl2021-02-031-51/+0
| | | | Moving main code to src, keeping modules in modules/
* Creating engine.yaml and engine.ninja generator.Trygve Laugstøl2021-02-021-1/+8
|
* Better main().Trygve Laugstøl2021-01-261-3/+7
| | | | | * Moving templates into their respective modules. * Supporting export type-based filtering. Probably not perfect.
* Improving usability, massive refactoring.Trygve Laugstøl2021-01-251-0/+40
* Moving all Drools code into their own modules. This fixes ri-engine to acme dependency. * Now they all inherit from their own parent, should be used by third party code too. * Separating acme planning code into its own module. * Splitting rules code from ri-engine into ri-base. ri-engine is now a pure launcher for modules. * Dumping kogito for the most part, but it seems like the planner still requires that.