Skip to content

1.8.0

Compare
Choose a tag to compare
@gbevin gbevin released this 12 Jul 14:17
· 33 commits to main since this release
  • Added support for Java 22.
  • Added support for WebJars when running with the embedded Jetty or Tomcat servlet container.
    When deployed as a WAR, WebJars were already supported.
  • Added rife.feed package to make it easy to generate content syndication feeds.
  • Fix to template parsing to support tags inside angled brackets without adjacent spaces.
    For instance: <{{v value1/}}></{{v value2/}}>
  • Template improvements when being processed through web engine.
    The Context parameters are now used for the param: filtered value tags instead of request parameters.
  • Fix to ensure that templates going through the web engine Context always get the context added as a template attribute before printing the template.
  • Added ability to set custom attributes in CookieBuilder.
  • Fixed issue where MySQL TINYINT(1) columns wouldn't be converted to boolean types in the database layer.
  • Improvements to tests.
  • Updated to latest bld.
  • Updated RIFE2 IDEA plugin.
  • Updated to latest dependencies.