RIFE2 v1.8.0 available
RIFE2
1
Posts
1
Posters
756
Views
1
Watching
-
RIFE2 v1.8.0 is available:
- 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.feedpackage 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.
TheContextparameters are now used for theparam:filtered value tags instead of request parameters. - Fix to ensure that templates going through the web engine
Contextalways 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.