The Velocity Tools 3.1 RC1 is available since February 27.

Main changes in this release:

+ Added an optional 'factory' attribute to tools with the classname of a factory for creating new tools instances
+ Added a new BreadcrumbTool meant to help displaying UI breadcrumb trails
+ Fix potential XSS vulterability in VelocityViewServlet error handling.


Release notes:

* https://dist.apache.org/repos/dist/dev/velocity/velocity-tools/3.1/release-notes.html

Distribution:

 * https://dist.apache.org/repos/dist/dev/velocity/velocity-tools/3.1/

Maven 2 staging repository:

 * https://repository.apache.org/content/repositories/orgapachevelocity-1037

Documentation:

* https://velocity.apache.org/tools/3.1

Sources:

* https://github.com/apache/velocity-tools/releases/tag/3.1-RC1

Please note than when evaluating this module, you will need to also install velocity-master version 4 AND velocity-engine version 2.3 to your local maven repository, with commands like:

$ git clone --branch velocity-master-4 https://github.com/apache/velocity-master.git
$ cd velocity-master
$ mvn install
$ cd ..
$ git clone --branch 2.3-RC1 https://github.com/apache/velocity-engine.git
$ cd velocity-engine
$ mvn install

If you have had a chance to review the test build, please respond with a vote on its quality:


 [ ] Leave at test build
 [ ] Alpha
 [ ] Beta
 [ ] General Availability (GA)




---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@velocity.apache.org
For additional commands, e-mail: dev-h...@velocity.apache.org

Reply via email to