FreshMarker 2.1.0 Released

The latest version of FreshMarker, the Java 21 template engine, is now available. Version 2.1.0 introduces several improvements and new features.

Improvements

  • add long literals
  • add all java.util.SequenceCollection as sequences
  • add arrays as sequences
  • add SystemFeature.SET_AS_SEQUENCE to allow java.util.Set as sequence
  • add SystemFeature.COLLECTION_AS_SEQUENCE to allow java.util.Collection as sequence
  • add java.text.Collator based equality operator for String type
  • add try directive

Bugfix

fix parsing of literal -2147483648

Leave a Comment