Changes for page Release Notes for XWiki 4.3 Milestone 1
Last modified by Thomas Mortagne on 2017/03/24
Change comment:
Fixed clirr report
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -184,7 +184,6 @@ 184 184 185 185 * Many REST API module classes that were not meant to be public have been moved to internal package.((( 186 186 {{code language="none"}} 187 -org.xwiki.rest.model.jaxb.Page: Removed field version 188 188 org.xwiki.rest.ComponentsObjectFactory: Class org.xwiki.rest.ComponentsObjectFactory removed 189 189 org.xwiki.rest.Constants: Field ALLOWED_VALUES_ATTRIBUTE_NAME has been removed, but it was previously a constant 190 190 org.xwiki.rest.Constants: Field RELEASABLE_COMPONENT_REFERENCES has been removed, but it was previously a constant ... ... @@ -267,6 +267,12 @@ 267 267 {{/code}} 268 268 ))) 269 269 269 +* The version field has been moved from Page to PageSummary which is the superclass of Page((( 270 +{{code language="none"}} 271 +org.xwiki.rest.model.jaxb.Page: Removed field version 272 +{{/code}} 273 +))) 274 + 270 270 * Added methods for creating workspaces and retrieving workspace templates.((( 271 271 {{code language="none"}} 272 272 org.xwiki.workspace.WorkspaceManager: Method 'public com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer createWorkspace(java.lang.String, com.xpn.xwiki.plugin.wikimanager.doc.XWikiServer, java.lang.String)' has been added to an interface