Background
FlowTemplateParser was deprecated in favour of the Spring-managed KosliTemplateParser (which adds ifCondition support on attestations). The parser is marked @Deprecated(level = DeprecationLevel.WARNING) but cannot be deleted while FlowTemplateParserTest still references it.
Tasks
Files
backend/src/main/kotlin/com/factstore/application/FlowTemplateParser.kt
backend/src/test/kotlin/com/factstore/FlowTemplateParserTest.kt
Background
FlowTemplateParserwas deprecated in favour of the Spring-managedKosliTemplateParser(which addsifConditionsupport on attestations). The parser is marked@Deprecated(level = DeprecationLevel.WARNING)but cannot be deleted whileFlowTemplateParserTeststill references it.Tasks
FlowTemplateParserTestto useKosliTemplateParserinstead ofFlowTemplateParserbackend/src/main/kotlin/com/factstore/application/FlowTemplateParser.kt./gradlew testpasses with zero deprecation warningsFiles
backend/src/main/kotlin/com/factstore/application/FlowTemplateParser.ktbackend/src/test/kotlin/com/factstore/FlowTemplateParserTest.kt