Andrew Oliver - 2024-03-14

We are pleased to announce the latest release of Flavour, version 0.3.0. This long-awaited release adds:

  • Path-based routing
  • SVG support
  • EL error resilience during rendering
  • Enhanced error reporting

Note that with this release, the Maven coordinates have changed slightly. The group is now com.frequal.flavour (formerly org.teavm.flavour). In your POM, update the group for any Flavour dependencies to this:

  <groupId>com.frequal.flavour</groupId>

and the version to:

  <version>0.3.0</version>

Flavour 0.3.0 is already available in Maven Central.

(Apologies for the duplicate post, the Announcements forum just got opened up publicly)