michael elbaz created KARAF-7826:
------------------------------------
Summary: Karaf + Freemarker
Key: KARAF-7826
URL: https://issues.apache.org/jira/browse/KARAF-7826
Project: Karaf
Issue Type: Bug
Components: karaf
Affects Versions: 4.4.5
Reporter: michael elbaz
Hello i would like to report a bug when using Karaf + camel-freemarker (3.22)
when i try to use loop
([https://freemarker.apache.org/docs/ref_builtins_loop_var.html#ref_builtin_counter)]
{code:java}
<#list ['a', 'b', 'c'] as i>
${i?counter}: ${i}
</#list>{code}
karaf output
{code:java}
: a
: b
: c{code}
The loop counter are not printed is only happen inside Karaf but work on just
running camel or using unit test
--
This message was sent by Atlassian Jira
(v8.20.10#820010)