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" <commits@struts.apache.org>'].

Reply via email to