Last modified by Thomas Mortagne on 2023/10/13

From version 21.1
edited by Thomas Mortagne
on 2014/04/15
Change comment: There is no comment for this version
To version 22.1
edited by Thomas Mortagne
on 2014/04/15
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -83,8 +83,25 @@
83 83  
84 84  == API Breakages ==
85 85  
86 -The following APIs were modified since XWiki 5.4.3:
86 +The following APIs were modified since XWiki 5.4.4:
87 87  
88 +* Moved some method from EntityResource to Resource and changed EntityResource constructor:(((
88 88  {{code language="none"}}
89 -<clirr output here>
90 +org.xwiki.resource.EntityResource: In method 'public EntityResource(org.xwiki.model.reference.EntityReference)' the number of arguments has changed
91 +org.xwiki.resource.EntityResource: Method 'public java.lang.String getAction()' has been removed
92 +org.xwiki.resource.EntityResource: Method 'public void setAction(java.lang.String)' has been removed
93 +org.xwiki.resource.Resource: Method 'public org.xwiki.resource.ActionId getActionId()' has been added to an interface
90 90  {{/code}}
95 +)))
96 +
97 +* This method is available on the standard JavaScript ##Window## object:(((
98 +{{code language="none"}}
99 +org.xwiki.gwt.dom.client.DOMUtils: Method 'public void stop(org.xwiki.gwt.dom.client.Window)' has been removed
100 +{{/code}}
101 +)))
102 +
103 +* This method did not make any sense and was unusable:(((
104 +{{code language="none"}}
105 +org.xwiki.model.reference.LocalDocumentReference: Method 'public org.xwiki.model.reference.WikiReference getWikiReference()' has been removed
106 +{{/code}}
107 +)))

Get Connected