Changes for page Release Notes for XWiki 7.3 Milestone 2
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
There is no comment for this version
Summary
-
Page properties (2 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki.m florea1 +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 +)))