This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git.
from f0defd0 Removes purge local repo to avoid problems with concurrent builds add 71d4a7b WW-5047 Upgrades to VelocityEngine 2.1 and VelocityTools 3.0 add 6da1693 WW-5047 Lowers log level to debug add 35aae07 WW-5047 Marks previous constructors as deprecated add d5bc76d WW-5047 Updates JavaDoc to match with new behaviour new 9053c84 Merge pull request #394 from apache/WW-5047-new-velocity The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: apps/showcase/pom.xml | 11 -- bundles/demo/pom.xml | 10 +- core/pom.xml | 13 --- .../struts2/views/TagLibraryDirectiveProvider.java | 2 +- .../org/apache/struts2/views/util/ContextUtil.java | 8 +- .../struts2/util/InvocationSessionStoreTest.java | 2 +- plugins/embeddedjsp/pom.xml | 4 + .../test/resources/org/apache/struts2/complex0.jsp | 3 +- plugins/portlet/pom.xml | 13 --- .../struts2/sitemesh/VelocityDecoratorServlet.java | 2 +- plugins/velocity/pom.xml | 11 +- .../views/velocity/StrutsVelocityContext.java | 40 ++++++-- .../struts2/views/velocity/VelocityManager.java | 111 ++++++++++----------- .../views/velocity}/VelocityStrutsUtil.java | 3 +- .../struts2/views/velocity/VelocityTagLibrary.java | 6 +- pom.xml | 30 ++---- 16 files changed, 118 insertions(+), 151 deletions(-) rename {core/src/main/java/org/apache/struts2/util => plugins/velocity/src/main/java/org/apache/struts2/views/velocity}/VelocityStrutsUtil.java (95%)