Github user martin-g commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/119#discussion_r30675893
  
    --- Diff: 
wicket-ioc/src/main/java/org/apache/wicket/proxy/LazyInitProxyFactory.java ---
    @@ -349,6 +368,33 @@ public Object writeReplace() throws 
ObjectStreamException
        }
     
        /**
    +    * Serializable implementation of the NoOp callback.
    +    */
    +   public static class SerializableNoOpCallback implements NoOp, 
Serializable
    +   {
    +           private static final long serialVersionUID = 1L;
    +   }
    +
    +   /**
    +    * CGLib callback filter: does not intercept protected methods.
    +    * 
    +    * Otherwise CGLib throws an IllegalArgumentException: protected method.
    +    */
    +   private static class CGLibCallbackFilter implements CallbackFilter {
    --- End diff --
    
    Please add a link to the description of the problem with protected methods 
in the Javadoc.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to