Please test if the next release breaks anything. Then if it looks right, I will update building instructions, and do other more boring checks (distro zip contents, etc), and start a release voting.
Change log: https://freemarker.apache.org/builds/2.3.33-preview/_html/versions_2_3_33.html Maven dependency version is 2.3.33-SNAPHSOT, and it's in the Apache *snapshot* Maven repo only: <repository> <id>apache-snapshot-repository</id> <url>https://repository.apache.org/content/repositories/snapshots/</url> <releases><enabled>false</enabled></releases> <snapshots><enabled>true</enabled></snapshots> </repository> (Of course you can also download the jar directly, but be careful to pick the latest: https://repository.apache.org/content/repositories/snapshots/org/freemarker/freemarker/2.3.33-SNAPSHOT/) -- Best regards, Daniel Dekany