This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch action-context-boost
in repository https://gitbox.apache.org/repos/asf/struts.git.
discard 78ed6c8 WW-4789 WW-3788 Adjusts after rebase
discard 7d988c9 Install SNAPSHOTs to allow reuse them
discard 0ea08d1 Drops duplicated dependency
discard b7520d2 Correction for previous commit message. There was a typo
which should have read: "copies one interface from
org.springframework.mock.web.portlet.multipart" (not
"org.apache.struts2.mock.web.portlet" which was incorrect).
discard b0197f3 Fix for test running on JDK 9+. If using Spring 4.x mock
objects the MockServletContext has a dependency on javax.activation that causes
a java.lang.NoClassDefFoundError. - Test updated to allow the single call that
triggers this in JDK9+ to continue as long as the class not found is
FileTypeMap (expected).
discard 2e7a6b9 Proposed implementation to address WW-5030. Introduce new
junit-portlet plugin. - Utilizes a copy of org.springframework.mock.web.portlet
package from Spring 4.3.x, refactored to org.apache.struts2.mock.web.portlet.
Also copies one interface from org.apache.struts2.mock.web.portlet. The
package-info.java files identify the package renaming. - Provides test cases
for the mock objects. - Modifies the portlet plugin to use the junit-portlet
plugin as a dependency. [...]
discard 8a68c62 WW-4789 WW-3788 Adds instance bind() to simplify bind
operation
discard f89c96d WW-4789 WW-3788 Uses bind() instead of bound()
omit 78fc84b WW-4789 WW-3788 Removes duplicated value assignment
omit 3739b66 WW-4789 WW-3788 ActionContext refactoring
add ec3532f Proposed implementation to address WW-5030. Introduce new
junit-portlet plugin. - Utilizes a copy of org.springframework.mock.web.portlet
package from Spring 4.3.x, refactored to org.apache.struts2.mock.web.portlet.
Also copies one interface from org.apache.struts2.mock.web.portlet. The
package-info.java files identify the package renaming. - Provides test cases
for the mock objects. - Modifies the portlet plugin to use the junit-portlet
plugin as a dependency. [...]
add 000f728 Fix for test running on JDK 9+. If using Spring 4.x mock
objects the MockServletContext has a dependency on javax.activation that causes
a java.lang.NoClassDefFoundError. - Test updated to allow the single call that
triggers this in JDK9+ to continue as long as the class not found is
FileTypeMap (expected).
add c9ac74d Correction for previous commit message. There was a typo
which should have read: "copies one interface from
org.springframework.mock.web.portlet.multipart" (not
"org.apache.struts2.mock.web.portlet" which was incorrect).
add 5003e09 Merge pull request #398 from
JCgH4164838Gh792C124B5/WW-5030_Proposed_Change
add a09ec62 Drops duplicated dependency
add 7ef0d77 Install SNAPSHOTs to allow reuse them
new f4aa4ee WW-4789 WW-3788 ActionContext refactoring
new fcdaffa WW-4789 WW-3788 Removes duplicated value assignment
new 1a8c751 WW-4789 WW-3788 Uses bind() instead of bound()
new 1bfa1ce WW-4789 WW-3788 Adds instance bind() to simplify bind
operation
new 81b069b WW-4789 WW-3788 Adjusts after rebase
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 (78ed6c8)
\
N -- N -- N refs/heads/action-context-boost (81b069b)
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 5 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: