This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch WW-5334-velocity-manager in repository https://gitbox.apache.org/repos/asf/struts.git
omit 62318f9ac WW-5334 Fix license for VelocityManagerTest omit f8aa54e65 WW-5334 Add basic unit tests for VelocityManager omit 32c0a01d8 WW-5334 Modernise VelocityResultTest omit 96d37269c WW-5334 Remove unused import XWorkTestCase omit 466360d2a WW-5334 Clean up VelocityManager context creation omit 77b7b8184 WW-5334 Clean up VelocityManager#applyDefaultConfiguration omit 7c70f2757 WW-5334 Clean up VelocityStrutsUtil omit 678c19509 WW-5334 Remove unused imports ContextUtil add ec4dfa3e9 WW-5332 Add validation for package name parsing add 9780e7064 WW-5332 Add additional test cases add 9bbf9c5dc Merge pull request #726 from atlassian/WW-5332-package-validation add 956a956ef WW-5327 Removes duplicated exclusion Refs #715 add fc0eae3ef WW-5327 Removes all duplicated excluded classes add 2e0764f9d Merge pull request #729 from apache/fix/WW-5327-removes-duplicate add 2db7c0439 Uses Java 17 to perform Code Quality check add f58d0f3cc Uses verify phase instead of just test to run integration tests add 433d9c429 Reverts to test phase only when running on JDK 8 & 11 to avoid integration tests clash add 44f0a1bcd Merge pull request #730 from apache/fix/code-quality-on-java17 add 824801796 WW-5334 Delete unneeded override (moved to StrutsPortletTestCaseTest) add ea124a475 Merge pull request #732 from apache/WW-5334-fix-cyclic new 2d6fe8430 WW-5334 Remove unused imports ContextUtil new f4daeb3ea WW-5334 Clean up VelocityStrutsUtil new 114b6e4f2 WW-5334 Clean up VelocityManager#applyDefaultConfiguration new 2abf8677b WW-5334 Clean up VelocityManager context creation new 6d9bfb6af WW-5334 Remove unused import XWorkTestCase new 225063960 WW-5334 Modernise VelocityResultTest new 2fa9d60a2 WW-5334 Add basic unit tests for VelocityManager new d70ad5b73 WW-5334 Fix license for VelocityManagerTest new 94c1b2a29 WW-5334 Add AssertJ as default plugin test dependency new 22a6ae9d6 WW-5334 Add further unit tests to VelocityManagerTest This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (62318f9ac) \ N -- N -- N refs/heads/WW-5334-velocity-manager (22a6ae9d6) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. The 10 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: .github/workflows/maven.yml | 6 +-- Jenkinsfile | 25 +++++----- .../com/opensymphony/xwork2/ognl/OgnlUtil.java | 10 ++-- .../opensymphony/xwork2/util/TextParseUtil.java | 22 ++++----- .../src/main/resources/struts-excluded-classes.xml | 4 +- .../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 19 ++++++-- plugins/json/pom.xml | 6 --- .../apache/struts2/junit/StrutsTestCaseTest.java | 6 --- plugins/pom.xml | 5 ++ plugins/rest/pom.xml | 6 --- .../views/velocity/VelocityManagerTest.java | 55 +++++++++++++++++----- .../main => velocity/src/test}/resources/tools.xml | 6 +-- 12 files changed, 96 insertions(+), 74 deletions(-) copy plugins/{tiles/src/main => velocity/src/test}/resources/tools.xml (84%)