Revision: 1087
          http://stripes.svn.sourceforge.net/stripes/?rev=1087&view=rev
Author:   bengunter
Date:     2009-03-03 01:35:39 +0000 (Tue, 03 Mar 2009)

Log Message:
-----------
Rolled back the following commit because we no longer think it is
appropriate for release 1.5.1. Look for this change in 1.6

========================================================================
r1069 | bengunter | 2009-02-27 11:12:16 -0600 (Fri, 27 Feb 2009) | 4 lines

Added @Deprecated annotation to these classes and updated the Javadoc
@deprecated comment to say deprecated as of 1.5.1 and replaced by
SpringInjectionPostProcessor.

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
        2009-03-03 01:27:50 UTC (rev 1086)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptor.java
        2009-03-03 01:35:39 UTC (rev 1087)
@@ -14,7 +14,6 @@
  */
 package net.sourceforge.stripes.integration.spring;
 
-import net.sourceforge.stripes.config.DontAutoLoad;
 import net.sourceforge.stripes.controller.Interceptor;
 import net.sourceforge.stripes.controller.ExecutionContext;
 import net.sourceforge.stripes.controller.Intercepts;
@@ -48,11 +47,8 @@
  * @see SpringBean
  * @author Tim Fennell
  * @since Stripes 1.3
- * @deprecated As of Stripes 1.5.1, replaced by {...@link 
SpringInjectionPostProcessor}.
  */
-...@deprecated
 @Intercepts(LifecycleStage.ActionBeanResolution)
-...@dontautoload
 public class SpringInterceptor implements Interceptor {
     private static final Log log = Log.getInstance(SpringInterceptor.class);
 

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
 2009-03-03 01:27:50 UTC (rev 1086)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/integration/spring/SpringInterceptorSupport.java
 2009-03-03 01:35:39 UTC (rev 1087)
@@ -31,11 +31,8 @@
  * only once when the interceptor is first created and initialized.</p>
  *
  * @author Tim Fennell
- * @since Stripes 1.4
- * @deprecated As of Stripes 1.5.1, replaced by {...@link 
SpringInjectionPostProcessor} which already
- *             injects Spring dependencies into Interceptors.
+ * @since Stripes 1.4 
  */
-...@deprecated
 public abstract class SpringInterceptorSupport implements Interceptor, 
ConfigurableComponent {
 
     /**


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to