You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Dirk Forchel (JIRA)" <ji...@apache.org> on 2019/05/29 05:08:00 UTC

[jira] [Created] (WICKET-6671) IAjaxLink should be serializable

Dirk Forchel created WICKET-6671:
------------------------------------

             Summary: IAjaxLink should be serializable
                 Key: WICKET-6671
                 URL: https://issues.apache.org/jira/browse/WICKET-6671
             Project: Wicket
          Issue Type: Bug
          Components: wicket-core
    Affects Versions: 8.3.0
            Reporter: Dirk Forchel


The public interface IAjaxLink should be serializable and should extend the IClusterable interface. Otherwise it would not be possible without warning messages to hold a field of IAjaxLink in a Serializable class (e.g. like AjaxPagingNavigationBehavior does).

Code analyzed by IDEA inspections: *Non-serializable field 'owner' in a Serializable class*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)