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. VincentMassol1 +XWiki.ThomasMortagne - Content
-
... ... @@ -40,10 +40,16 @@ 40 40 41 41 == API Breakages == 42 42 43 -The following APIs were modified since XWiki 6.4: 43 +The following APIs were modified since XWiki 6.4.4: 44 44 45 -* TheWikiModel'sXHTMLinternalparsercodewasn't supposedto be exposedasanAPI:45 +* Change of API to fix bug in waitForProcessin(). Scripting API has not been broken, only the Java API has 46 46 47 47 {{code language="none"}} 48 -org.xwiki.rendering.wikimodel.xhtml.handler.DivisionTagHandler: Method 'protected java.lang.String getDocumentClass()' has been removed 48 +[ERROR] 7002: org.xwiki.mail.MailResult: Method 'public boolean isProcessed()' has been removed 49 +[ERROR] 7002: org.xwiki.mail.MailResult: Method 'public void waitTillProcessed(long)' has been removed 50 +[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public long getProcessedMailCount()' has been added to an interface 51 +[ERROR] 7002: org.xwiki.mail.MailStatusResult: Method 'public long getSize()' has been removed 52 +[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public long getTotalMailCount()' has been added to an interface 53 +[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public boolean isProcessed()' has been added to an interface 54 +[ERROR] 7012: org.xwiki.mail.MailStatusResult: Method 'public void waitTillProcessed(long)' has been added to an interface 49 49 {{/code}}