You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2022/06/27 05:31:32 UTC

[struts-site] branch master updated: Adds a note about Velocity plugin

This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/master by this push:
     new d80876809 Adds a note about Velocity plugin
d80876809 is described below

commit d80876809beefec452f023f4be805cb1e3cba04f
Author: Lukasz Lenart <lu...@apache.org>
AuthorDate: Mon Jun 27 07:31:27 2022 +0200

    Adds a note about Velocity plugin
---
 source/tag-developers/velocity.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/source/tag-developers/velocity.md b/source/tag-developers/velocity.md
index f50cc7094..b5cd85278 100644
--- a/source/tag-developers/velocity.md
+++ b/source/tag-developers/velocity.md
@@ -16,6 +16,9 @@ For more information on Velocity itself, please visit the [Velocity website](htt
 > of a Servlet container. The framework uses FreeMarker internally since it has better error reporting. 
 > Developers may also like that FreeMarker supports JSP taglibs. However, both are good alternatives to JSP.
 
+> NOTE: Since Struts 6.0.0 support for Velocity has been moved into [a dedicated plugin](../plugins/velocity/),
+> you must include the plugin in your pom.xml to use Velocity in your application.
+
 ## Getting Started
 
 Getting started with Velocity is as simple as ensuring all the dependencies are included in your project's classpath.