Last modified by Thomas Mortagne on 2023/10/13

From version 60.2
edited by Marius Dumitru Florea
on 2015/10/29
Change comment: There is no comment for this version
To version 60.3
edited by Thomas Mortagne
on 2015/10/29
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.mflorea
1 +XWiki.ThomasMortagne
Content
... ... @@ -164,8 +164,16 @@
164 164  
165 165  == API Breakages ==
166 166  
167 -The following APIs were modified since 7.3 Milestone 1:
167 +The following APIs were modified since 7.2:
168 168  
169 +* Add support for custom repositories in extensions:(((
169 169  {{code language="none"}}
170 -<clirr output here>
171 +org.xwiki.extension.Extension: Method 'public java.util.Collection getRepositories()' has been added to an interface
172 +org.xwiki.extension.ExtensionDependency: Method 'public java.util.Collection getRepositories()' has been added to an interface
171 171  {{/code}}
174 +)))
175 +* New URL parameters:(((
176 +{{code language="none"}}
177 +org.xwiki.rest.resources.pages.PageResource: In method 'public org.xwiki.rest.model.jaxb.Page getPage(java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean)' the number of arguments has changed
178 +{{/code}}
179 +)))

Get Connected