I am using Play Framework 2.1.2 and when I use some Java Extensions like:
@clock.getDate.format("dd MMMM yy")
They work, but in the Play Framework documentation they are not mentioned since 1.* versions(http://www.playframework.com/documentation/1.2.2/javaextensions).
Do you know if they are still being supported? They are really usefull and they are working now, but I'm afraid because my application could die in a not too distant future.