Author: mgrigorov
Date: Tue Dec 20 15:37:34 2011
New Revision: 1221319

URL: http://svn.apache.org/viewvc?rev=1221319&view=rev
Log:
WICKET-4280
Remove IComponentSource and related code

Mark as deprecated these classes


Modified:
    
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/ComponentSourceEntry.java
    
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/IComponentSource.java

Modified: 
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/ComponentSourceEntry.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/ComponentSourceEntry.java?rev=1221319&r1=1221318&r2=1221319&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/ComponentSourceEntry.java
 (original)
+++ 
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/ComponentSourceEntry.java
 Tue Dec 20 15:37:34 2011
@@ -30,7 +30,10 @@ import org.slf4j.LoggerFactory;
  * the component and all it's children. Those are wicket internal variables 
and it's up to wicket
  * (not {@link IComponentSource} implementation to reconstruct that 
transparently for the user.
  * These information are encoded as one string to minimize object overhead.
+ *
+ * @deprecated Will be removed in Wicket 6.0
  */
+@Deprecated
 abstract class ComponentSourceEntry implements IClusterable
 {
        private static final long serialVersionUID = 1L;
@@ -320,4 +323,4 @@ abstract class ComponentSourceEntry impl
        private static final Logger logger = 
LoggerFactory.getLogger(ComponentSourceEntry.class);
 
 
-}
\ No newline at end of file
+}

Modified: 
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/IComponentSource.java
URL: 
http://svn.apache.org/viewvc/wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/IComponentSource.java?rev=1221319&r1=1221318&r2=1221319&view=diff
==============================================================================
--- 
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/IComponentSource.java
 (original)
+++ 
wicket/branches/wicket-1.5.x/wicket-core/src/main/java/org/apache/wicket/IComponentSource.java
 Tue Dec 20 15:37:34 2011
@@ -30,7 +30,9 @@ package org.apache.wicket;
  * TODO figure out what to do with this
  * 
  * @author Matej Knopp
+ * @deprecated Will be removed in Wicket 6.0
  */
+@Deprecated
 public interface IComponentSource extends IClusterable
 {
        /**


Reply via email to