This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a change to branch fix/WW-5514-proxy-cache-configurable
in repository https://gitbox.apache.org/repos/asf/struts.git


 discard 2b924d923 fix(ognl): make ProxyUtil cache configurable via struts 
constants
     add 122dec4d7 feat(conversion): WW-4291 allow Spring bean names for type 
converters (#1564)
     add 87d8feaa8 WW-5610 Extend Struts 7 forwards compat to more interceptors
     add 43b83731b Merge pull request #1565 from 
apache/WW-5610-extend-forwards-compat
     add 2bd1b6080 build(deps): bump 
org.apache.maven.plugins:maven-dependency-plugin (#1576)
     add 6eee2f7ed fix(ognl): make ProxyUtil cache configurable via struts 
constants

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   (2b924d923)
            \
             N -- N -- N   refs/heads/fix/WW-5514-proxy-cache-configurable 
(6eee2f7ed)

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/config/BeanSelectionProvider.java       |  20 ++-
 .../xwork2/config/impl/DefaultConfiguration.java   |  23 ++--
 .../interceptor/MethodFilterInterceptor.java       |  11 +-
 .../xwork2/validator/ValidationInterceptor.java    |   6 +-
 .../java/org/apache/struts2/StrutsConstants.java   |   1 +
 .../config/AbstractBeanSelectionProvider.java      |  43 ++++++-
 .../config/StrutsBeanSelectionProvider.java        |   6 +-
 .../StrutsConversionPropertiesProcessor.java       |  28 ++++-
 .../UserConversionPropertiesProcessor.java         |  55 +++++++++
 .../UserConversionPropertiesProvider.java          |  28 ++---
 .../struts2/interceptor/TokenInterceptor.java      |  42 +++++--
 .../struts2/util/InvocationSessionStore.java       |  12 +-
 core/src/main/resources/struts-beans.xml           |   3 +
 .../StrutsConversionPropertiesProcessorTest.java   |  69 +++++++++++
 .../struts2/spring/SpringTypeConverterTest.java    | 136 +++++++++++++++++++++
 pom.xml                                            |   2 +-
 16 files changed, 429 insertions(+), 56 deletions(-)
 create mode 100644 
core/src/main/java/org/apache/struts2/conversion/UserConversionPropertiesProcessor.java
 copy 
plugins/convention/src/main/java/org/apache/struts2/convention/ActionConfigBuilder.java
 => 
core/src/main/java/org/apache/struts2/conversion/UserConversionPropertiesProvider.java
 (56%)
 create mode 100644 
core/src/test/java/org/apache/struts2/conversion/StrutsConversionPropertiesProcessorTest.java
 create mode 100644 
plugins/spring/src/test/java/org/apache/struts2/spring/SpringTypeConverterTest.java

Reply via email to