When making the tutorial
the following error appears
quarkus.qute.TemplateException: Entry "count" not found in the data map in expression {count} in template reports/v1/report_01.json.template on line 5
Configuration: Quarkus 2.6.1.Final, surefire-plugin 3.0.0-M5, compiler-plugin 3.8.1
When removing the "count" from the json-template, it works perfect
I tried also another example (from Sebastian Daschner)
This works perfect with 1.3.1.Final but after updating to 2.6.1.Final the same error occurs.
Can you pls help me. Thomas