You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2012/10/10 09:49:03 UTC

[jira] [Created] (WICKET-4812) Make SerializationChecker easier for extending so custom checks can be added to it

Martin Grigorov created WICKET-4812:
---------------------------------------

             Summary: Make SerializationChecker easier for extending so custom checks can be added to it
                 Key: WICKET-4812
                 URL: https://issues.apache.org/jira/browse/WICKET-4812
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.1.1, 1.5.8
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov


Currently SerializationChecker is used in DEV mode when there is a problem with the serialization of a page to show which member field causes the problem.

The checker can be improved to support additional custom checks like the one described at http://wicketinaction.com/2011/11/detect-attached-models-and-entities/ and similar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (WICKET-4812) Make SerializationChecker easier for extending so custom checks can be added to it

Posted by "Michael Mosmann (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-4812?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13473470#comment-13473470 ] 

Michael Mosmann commented on WICKET-4812:
-----------------------------------------

branch on github:
https://github.com/michaelmosmann/wicket/tree/wicket-4812-serialization-checker-custom-checks
                
> Make SerializationChecker easier for extending so custom checks can be added to it
> ----------------------------------------------------------------------------------
>
>                 Key: WICKET-4812
>                 URL: https://issues.apache.org/jira/browse/WICKET-4812
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5.8, 6.1.1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>
> Currently SerializationChecker is used in DEV mode when there is a problem with the serialization of a page to show which member field causes the problem.
> The checker can be improved to support additional custom checks like the one described at http://wicketinaction.com/2011/11/detect-attached-models-and-entities/ and similar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (WICKET-4812) Make SerializationChecker easier for extending so custom checks can be added to it

Posted by "Michael Mosmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Mosmann updated WICKET-4812:
------------------------------------

    Attachment: wicket-4812-as-diff.txt

I have done some refactorings and some unit tests. All tests are OK, so it should work as expected.
                
> Make SerializationChecker easier for extending so custom checks can be added to it
> ----------------------------------------------------------------------------------
>
>                 Key: WICKET-4812
>                 URL: https://issues.apache.org/jira/browse/WICKET-4812
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5.8, 6.1.1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>         Attachments: wicket-4812-as-diff.txt
>
>
> Currently SerializationChecker is used in DEV mode when there is a problem with the serialization of a page to show which member field causes the problem.
> The checker can be improved to support additional custom checks like the one described at http://wicketinaction.com/2011/11/detect-attached-models-and-entities/ and similar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (WICKET-4812) Make SerializationChecker easier for extending so custom checks can be added to it

Posted by "Martin Grigorov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-4812?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-4812.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.5.9
                   6.2.0
    
> Make SerializationChecker easier for extending so custom checks can be added to it
> ----------------------------------------------------------------------------------
>
>                 Key: WICKET-4812
>                 URL: https://issues.apache.org/jira/browse/WICKET-4812
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.5.8, 6.1.1
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 6.2.0, 1.5.9
>
>         Attachments: wicket-4812-as-diff.txt
>
>
> Currently SerializationChecker is used in DEV mode when there is a problem with the serialization of a page to show which member field causes the problem.
> The checker can be improved to support additional custom checks like the one described at http://wicketinaction.com/2011/11/detect-attached-models-and-entities/ and similar.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira