This is an automated email from the ASF dual-hosted git repository. kusal pushed a change to branch WW-5385-strutsvelocitycontext in repository https://gitbox.apache.org/repos/asf/struts.git
discard 215a5fc31 WW-5385 Decompose StrutsVelocityContext for better re-usability add 5b020eb57 Reduces log level to debug to reduce noise in the logs add f5a7c31f2 Merge pull request #838 from apache/fix/debug-level add f8d6769ac WW-5385 Decompose StrutsVelocityContext for better re-usability 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 (215a5fc31) \ N -- N -- N refs/heads/WW-5385-strutsvelocitycontext (f8d6769ac) 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. No new revisions were added by this update. Summary of changes: .../xwork2/ognl/OgnlValueStackFactory.java | 6 +++--- .../struts2/views/velocity/ChainedVelocityContext.java | 18 ++++++++++++++++++ .../struts2/views/velocity/CompositeContext.java | 18 ++++++++++++++++++ .../views/velocity/DirectiveVelocityContext.java | 18 ++++++++++++++++++ .../struts2/views/velocity/CompositeContextTest.java | 18 ++++++++++++++++++ 5 files changed, 75 insertions(+), 3 deletions(-)