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 7fd1622 Merge pull request #240 from ThrawnCA/readme-typos
new 2a9fc1a Adds Maven wrapper to allow use the latest Maven version
new 2877a65 Avoids parsing namespace when using existing namespace
new 8d86442 Increases scope when location parsing is avoided
new 45cb68c Upgrades Jackson libs to version 2.9.5
new faf1ac9 Makes OgnlUtil more immutable
new c2b2511 Adds proper handling of primitive types
new 9b4301c Adds more general exclusion
new eec0d8e Validates action, namespace and method in the same way
new 6af8531 delete redundant code for performance
new e88f1fa Fixes how dependencies are injected into constructor
new 2f3d33a add an extra unit test
new 0fb7daf Fixes conflicts after cherry-picked changes from 2.5.x branch
new 6f4d6fe WW-4955 Upgrades OGNL to version 3.2.6
The 13 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:
.mvn/wrapper/MavenWrapperDownloader.java | 110 ++++++++
.mvn/wrapper/maven-wrapper.jar | Bin 0 -> 48336 bytes
.mvn/wrapper/maven-wrapper.properties | 1 +
.../com/opensymphony/xwork2/ActionChainResult.java | 9 +-
.../com/opensymphony/xwork2/ognl/OgnlUtil.java | 39 ++-
.../xwork2/ognl/SecurityMemberAccess.java | 14 +-
.../java/org/apache/struts2/StrutsConstants.java | 5 +
.../dispatcher/mapper/DefaultActionMapper.java | 35 ++-
.../org/apache/struts2/result/PostbackResult.java | 1 +
.../result/ServletActionRedirectResult.java | 1 +
.../apache/struts2/result/StrutsResultSupport.java | 4 +-
core/src/main/resources/struts-default.xml | 16 +-
.../xwork2/ognl/OgnlUtilStrutsTest.java | 56 ++++
.../com/opensymphony/xwork2/ognl/OgnlUtilTest.java | 2 +-
.../xwork2/ognl/SecurityMemberAccessTest.java | 46 ++--
.../dispatcher/mapper/DefaultActionMapperTest.java | 197 +++++++-------
mvnw | 286 +++++++++++++++++++++
mvnw.cmd | 161 ++++++++++++
.../result/PortletActionRedirectResult.java | 2 +
.../org/apache/struts2/rest/RestActionMapper.java | 2 +-
pom.xml | 4 +-
21 files changed, 853 insertions(+), 138 deletions(-)
create mode 100755 .mvn/wrapper/MavenWrapperDownloader.java
create mode 100755 .mvn/wrapper/maven-wrapper.jar
create mode 100755 .mvn/wrapper/maven-wrapper.properties
create mode 100644
core/src/test/java/com/opensymphony/xwork2/ognl/OgnlUtilStrutsTest.java
create mode 100755 mvnw
create mode 100755 mvnw.cmd