Re: Karaf 4.4.5 with camel freemarker

2024-04-21 Thread Jean-Baptiste Onofré
Hi

I will take a look.

Thanks
Regards
JB

Le sam. 20 avr. 2024 à 23:21, michael e  a écrit :

> I wasn't clear so I just open a ticket here
> https://issues.apache.org/jira/browse/KARAF-7826?orderby=affectedVersion+DESC%2C+cf%5B12310271%5D+ASC%2C+priority+DESC%2C+updated+DESC
>
> Michael.
>
> --
> *From:* michael e 
> *Sent:* Friday, April 19, 2024 6:47:58 PM
> *To:* user@karaf.apache.org 
> *Subject:* Karaf 4.4.5 with camel freemarker
>
> Hello,
>
> I use latest Karaf with latest camel available 3.22.1 + camel freemarker
> (3.22.1) and when i do
>
> <#list ['a', 'b', 'c'] as i>
>   ${i?counter}: ${i}
> 
>
>
> in my template the counter is just blank wich is work in Unit Test
> everything print well just not loop counter (i also try index and other)
> why ? I think is buggy just on Karaf run ?
>
> Michael.
>
>


Re: Karaf 4.4.5 with camel freemarker

2024-04-20 Thread michael e
I wasn't clear so I just open a ticket here 
https://issues.apache.org/jira/browse/KARAF-7826?orderby=affectedVersion+DESC%2C+cf%5B12310271%5D+ASC%2C+priority+DESC%2C+updated+DESC

Michael.


From: michael e 
Sent: Friday, April 19, 2024 6:47:58 PM
To: user@karaf.apache.org 
Subject: Karaf 4.4.5 with camel freemarker

Hello,

I use latest Karaf with latest camel available 3.22.1 + camel freemarker 
(3.22.1) and when i do


<#list ['a', 'b', 'c'] as i>
  ${i?counter}: ${i}


in my template the counter is just blank wich is work in Unit Test everything 
print well just not loop counter (i also try index and other) why ? I think is 
buggy just on Karaf run ?

Michael.



Karaf 4.4.5 with camel freemarker

2024-04-19 Thread michael e
Hello,

I use latest Karaf with latest camel available 3.22.1 + camel freemarker 
(3.22.1) and when i do


<#list ['a', 'b', 'c'] as i>
  ${i?counter}: ${i}


in my template the counter is just blank wich is work in Unit Test everything 
print well just not loop counter (i also try index and other) why ? I think is 
buggy just on Karaf run ?

Michael.