You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/10/06 05:56:34 UTC

[struts] branch master updated (47e94a1 -> 4ce603b)

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 47e94a1  Merge pull request #170 from yasserzamani/patch-1
     add 2acf0ab  Reverts changes introduced with WW-4827 and adds default constructors
     add 4dfc8a2  Introduces a new interface to allow initialise beans at the end of setup
     add 61931d7  Uses the new interface to init bean on the beginning
     add 1a1a2e0  Adds comment how to use a method
     add ca63540  Extracts duplicated code into a method
     add 15a6942  Adds since tag
     new 4ce603b  Merge pull request #168 from lukaszlenart/initializable

The 1 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:
 .../com/opensymphony/xwork2/ObjectFactory.java     |  7 +++-
 .../conversion/ConversionPropertiesProcessor.java  |  4 +-
 .../impl/DefaultConversionPropertiesProcessor.java |  7 ++++
 .../xwork2/conversion/impl/XWorkConverter.java     |  6 ---
 .../xwork2/inject/ContainerBuilder.java            | 45 ++++++++++++++++------
 .../Initializable.java}                            | 23 +++++------
 .../xwork2/spring/SpringObjectFactory.java         |  8 ++--
 .../spring/SpringProxyableObjectFactory.java       |  7 +---
 .../interceptor/ActionAutowiringInterceptor.java   |  3 +-
 .../opensymphony/xwork2/ProxyObjectFactory.java    |  7 +---
 .../ScopedModelDrivenInterceptorTest.java          |  4 +-
 .../apache/struts2/dispatcher/DispatcherTest.java  |  8 ++--
 .../org/apache/struts2/cdi/CdiObjectFactory.java   |  5 +--
 .../apache/struts2/cdi/CdiObjectFactoryTest.java   |  6 +--
 .../PackageBasedActionConfigBuilderTest.java       |  7 +++-
 .../struts2/osgi/DelegatingObjectFactory.java      |  4 +-
 .../struts2/osgi/SpringOsgiObjectFactory.java      |  5 +--
 .../apache/struts2/plexus/PlexusObjectFactory.java |  5 +--
 .../struts2/spring/StrutsSpringObjectFactory.java  |  6 ++-
 19 files changed, 91 insertions(+), 76 deletions(-)
 copy core/src/main/java/com/opensymphony/xwork2/{Validateable.java => inject/Initializable.java} (63%)

-- 
To stop receiving notification emails like this one, please contact
['"commits@struts.apache.org" <co...@struts.apache.org>'].

[struts] 01/01: Merge pull request #168 from lukaszlenart/initializable

Posted by lu...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 4ce603b484a5092d58d7ff3d77262953be7d2843
Merge: 47e94a1 15a6942
Author: Lukasz Lenart <lu...@gmail.com>
AuthorDate: Fri Oct 6 07:56:31 2017 +0200

    Merge pull request #168 from lukaszlenart/initializable
    
    WW-4849: Initializable interface
    Closes #165

 .../com/opensymphony/xwork2/ObjectFactory.java     |  7 +++-
 .../conversion/ConversionPropertiesProcessor.java  |  4 +-
 .../impl/DefaultConversionPropertiesProcessor.java |  7 ++++
 .../xwork2/conversion/impl/XWorkConverter.java     |  6 ---
 .../xwork2/inject/ContainerBuilder.java            | 45 ++++++++++++++++------
 .../Initializable.java}                            | 25 ++++++------
 .../xwork2/spring/SpringObjectFactory.java         |  8 ++--
 .../spring/SpringProxyableObjectFactory.java       |  7 +---
 .../interceptor/ActionAutowiringInterceptor.java   |  3 +-
 .../opensymphony/xwork2/ProxyObjectFactory.java    |  7 +---
 .../ScopedModelDrivenInterceptorTest.java          |  4 +-
 .../apache/struts2/dispatcher/DispatcherTest.java  |  8 ++--
 .../org/apache/struts2/cdi/CdiObjectFactory.java   |  5 +--
 .../apache/struts2/cdi/CdiObjectFactoryTest.java   |  6 +--
 .../PackageBasedActionConfigBuilderTest.java       |  7 +++-
 .../struts2/osgi/DelegatingObjectFactory.java      |  4 +-
 .../struts2/osgi/SpringOsgiObjectFactory.java      |  5 +--
 .../apache/struts2/plexus/PlexusObjectFactory.java |  5 +--
 .../struts2/spring/StrutsSpringObjectFactory.java  |  6 ++-
 19 files changed, 90 insertions(+), 79 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@struts.apache.org" <co...@struts.apache.org>.