This is an automated email from the ASF dual-hosted git repository. git-site-role pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/struts-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new b39f45bf2 Updates stage by Jenkins b39f45bf2 is described below commit b39f45bf2a2a33a17ca11b46073543f0f6e15f0b Author: jenkins <bui...@apache.org> AuthorDate: Mon Jun 27 05:33:25 2022 +0000 Updates stage by Jenkins --- content/tag-developers/velocity.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/tag-developers/velocity.html b/content/tag-developers/velocity.html index 1f24302da..3c5128a04 100644 --- a/content/tag-developers/velocity.html +++ b/content/tag-developers/velocity.html @@ -143,6 +143,11 @@ of a Servlet container. The framework uses FreeMarker internally since it has be Developers may also like that FreeMarker supports JSP taglibs. However, both are good alternatives to JSP.</p> </blockquote> +<blockquote> + <p>NOTE: Since Struts 6.0.0 support for Velocity has been moved into <a href="../plugins/velocity/">a dedicated plugin</a>, +you must include the plugin in your pom.xml to use Velocity in your application.</p> +</blockquote> + <h2 id="getting-started">Getting Started</h2> <p>Getting started with Velocity is as simple as ensuring all the dependencies are included in your project’s classpath.