Hi, Sorry for sending this again - but the former mail landed in spam (because of the links) for some people.
While I was working on HBASE-28832 to migrate Bootstrap I noticed that HBase have a mix of JSP and Jamon code. Looks like HBASE-3835 started the work in 2011 of converting from JSP to Jamon, but the work didn't finish. I guess the best would be to either migrate everything to Jamon or back to JSP as having both is not ideal from maintenance perspective. While Jamon has advantages (static typing of template arguments, unit testing, etc), looking at the Jamon project, it seems that the last release was on 2013-12-29 and I see no newer activity. >From this I think moving back the Jamon files to JSP would maybe make more sense now. What do you all think about this? Many thanks in advance, Dávid