Release Notes for XWiki 12.10.9

Last modified by Manuel Leduc on 2023/04/12

This is the release notes for XWiki Commons, XWiki Rendering and XWiki Platform. They share the same release notes as they are released together and have the same version.

This is a bugfix release.

The following regressions were introduced in this release (and found after it was released). Please check them out and if they impact you we recommend waiting to upgrade to a version where they are fixed.

New and Noteworthy (since XWiki 12.10.8)

Full list of issues fixed and Dashboard for 12.10.9.

Upgrades

The following runtime dependencies have been upgraded (they have a different release cycle than XWiki Commons, XWiki Rendering and XWiki Platform):

Translations

The following translations have been updated:

Tested Browsers & Databases

Here is the list of browsers we support and how they have been tested for this release:

 BrowserTested on:
Firefox30.pngMozilla Firefox 91Jira Tickets Marked as Fixed in the Release Notes
IE30.pngInternet Explorer 11Tests run and results
Chrome30.pngGoogle Chrome 92
Edge30.pngMicrosoft Edge 92Not Tested
Safari30.pngSafari 14Not Tested

Here is the list of databases we support and how they have been tested for this release:

 DatabaseTested on:
hypersql.pngHyperSQL 2.5.1Not Tested
oracle.pngOracle 19cJira Tickets Marked as Fixed in the Release Notes
mysql.pngMySQL 8Tests run and results
postgresql.pngPostgreSQL 13
mariadb.pngMariaDB 10.6Not Tested

Here is the list of Servlet Containers we support and how they have been tested for this release:

 Servlet ContainerTested on:
tomcat-icon.pngTomcat 9.0.52
jetty-icon.pngJetty 9.4.29 (XWiki Standalone packaging)
jetty-icon.pngJetty 9.4.29Not Tested

Known issues

Backward Compatibility and Migration Notes

General Notes

  • When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
    • xwiki.cfg
    • xwiki.properties
    • web.xml
    • hibernate.cfg.xml
  • Add xwiki.store.migration=1 in xwiki.cfg so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.

API Breakages

The following APIs were modified since XWiki 12.10.8:

  • Has been deprecated for a long time.
    • Violation type:
      java.field.removed
    • Code:
      ## Old:
      field org.xwiki.rest.XWikiResource.logger
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentAtPageVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentAtPageVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentHistoryResource::getAttachmentHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentHistoryResource::getAttachmentHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Attachment org.xwiki.rest.resources.attachments.AttachmentMetadataResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Attachment org.xwiki.rest.resources.attachments.AttachmentMetadataResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter void org.xwiki.rest.resources.attachments.AttachmentResource::deleteAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter void org.xwiki.rest.resources.attachments.AttachmentResource::deleteAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::putAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, byte[]) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentResource::putAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, byte[]) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentVersionResource::getAttachment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsAtPageVersionResource::getAttachmentsAtPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsAtPageVersionResource::getAttachmentsAtPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentsResource::addAttachment(java.lang.String, ===java.lang.String===, java.lang.String, javax.mail.Multipart, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.attachments.AttachmentsResource::addAttachment(java.lang.String, ===java.lang.String===, java.lang.String, javax.mail.Multipart, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.attachments.AttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean, java.lang.String, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentResource::getComment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentResource::getComment(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentVersionResource::getCommentVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Comment org.xwiki.rest.resources.comments.CommentVersionResource::getCommentVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsResource::getComments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsResource::getComments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.comments.CommentsResource::postComment(java.lang.String, ===java.lang.String===, java.lang.String, org.xwiki.rest.model.jaxb.Comment) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.comments.CommentsResource::postComment(java.lang.String, ===java.lang.String===, java.lang.String, org.xwiki.rest.model.jaxb.Comment) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsVersionResource::getCommentsVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Comments org.xwiki.rest.resources.comments.CommentsVersionResource::getCommentsVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectAtPageVersionResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectAtPageVersionResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesAtPageVersionResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesAtPageVersionResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Properties org.xwiki.rest.resources.objects.ObjectPropertiesResource::getObjectProperties(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyAtPageVersionResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyAtPageVersionResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Property org.xwiki.rest.resources.objects.ObjectPropertyResource::getObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectPropertyResource::updateObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Property) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectPropertyResource::updateObjectProperty(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Property) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter void org.xwiki.rest.resources.objects.ObjectResource::deleteObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter void org.xwiki.rest.resources.objects.ObjectResource::deleteObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Object org.xwiki.rest.resources.objects.ObjectResource::getObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectResource::updateObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectResource::updateObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsAtPageVersionResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsAtPageVersionResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsForClassNameResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsForClassNameResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectsResource::addObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.objects.ObjectsResource::addObject(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Object) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Objects org.xwiki.rest.resources.objects.ObjectsResource::getObjects(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PageChildrenResource::getPageChildren(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PageChildrenResource::getPageChildren(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageHistoryResource::getPageHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageHistoryResource::getPageHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter void org.xwiki.rest.resources.pages.PageResource::deletePage(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter void org.xwiki.rest.resources.pages.PageResource::deletePage(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageResource::getPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageResource::getPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageResource::putPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageResource::putPage(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Tags org.xwiki.rest.resources.pages.PageTagsResource::getPageTags(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Tags org.xwiki.rest.resources.pages.PageTagsResource::getPageTags(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTagsResource::setTags(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Tags) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTagsResource::setTags(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Tags) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageTranslationHistoryResource::getPageTranslationHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.History org.xwiki.rest.resources.pages.PageTranslationHistoryResource::getPageTranslationHistory(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter void org.xwiki.rest.resources.pages.PageTranslationResource::deletePageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter void org.xwiki.rest.resources.pages.PageTranslationResource::deletePageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationResource::getPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationResource::getPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTranslationResource::putPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter javax.ws.rs.core.Response org.xwiki.rest.resources.pages.PageTranslationResource::putPageTranslation(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean, org.xwiki.rest.model.jaxb.Page) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationVersionResource::getPageTranslationVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageTranslationVersionResource::getPageTranslationVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Translations org.xwiki.rest.resources.pages.PageTranslationsResource::getTranslations(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Translations org.xwiki.rest.resources.pages.PageTranslationsResource::getTranslations(java.lang.String, ===java.lang.String===, java.lang.String) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageVersionResource::getPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Page org.xwiki.rest.resources.pages.PageVersionResource::getPageVersion(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PagesResource::getPages(java.lang.String, ===java.lang.String===, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Pages org.xwiki.rest.resources.pages.PagesResource::getPages(java.lang.String, ===java.lang.String===, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.spaces.SpaceAttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Attachments org.xwiki.rest.resources.spaces.SpaceAttachmentsResource::getAttachments(java.lang.String, ===java.lang.String===, java.lang.String, java.lang.String, java.lang.String, java.lang.String, java.lang.Integer, java.lang.Integer, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.Space org.xwiki.rest.resources.spaces.SpaceResource::getSpace(java.lang.String, ===java.lang.String===) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.Space org.xwiki.rest.resources.spaces.SpaceResource::getSpace(java.lang.String, ===java.lang.String===) throws org.xwiki.rest.XWikiRestException
  • Not a breakage from the point of the view of the code using the REST API (URLs). It affects only the REST API implementation provided by XWiki.
    • Violation type:
      java.annotation.added
    • Code:
      ## Old:
      parameter org.xwiki.rest.model.jaxb.SearchResults org.xwiki.rest.resources.spaces.SpaceSearchResource::search(java.lang.String, ===java.lang.String===, java.lang.String, java.util.List<java.lang.String>, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException

      ## New:
      parameter org.xwiki.rest.model.jaxb.SearchResults org.xwiki.rest.resources.spaces.SpaceSearchResource::search(java.lang.String, ===java.lang.String===, java.lang.String, java.util.List<java.lang.String>, java.lang.Integer, java.lang.Integer, java.lang.String, java.lang.String, java.lang.Boolean, java.lang.Boolean) throws org.xwiki.rest.XWikiRestException
  • Not a breackage. Moved to legacy.
    • Violation type:
      java.method.removed
    • Code:
      ## Old:
      method java.lang.String com.xpn.xwiki.XWiki::invokeServletAndReturnAsString(java.lang.String, com.xpn.xwiki.XWikiContext)
  • Not a breackage. Moved to legacy.
    • Violation type:
      java.method.removed
    • Code:
      ## Old:
      method java.lang.String com.xpn.xwiki.api.XWiki::invokeServletAndReturnAsString(java.lang.String)

Credits

The following people have contributed code and translations to this release (sorted alphabetically):

  • Clément Aubin
  • Manuel Leduc
  • Marius Dumitru Florea
  • Simon Urli
  • Stéphane Laurière
  • Teo Caras
  • Thomas Mortagne
  • Vincent Massol
Tags:
   

Get Connected