Last modified by Thomas Mortagne on 2017/03/24

<
From version < 7.1 >
edited by Thomas Mortagne
on 2013/06/10
To version < 8.1 >
edited by Marius Dumitru Florea
on 2013/06/10
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.mflorea
Content
... ... @@ -25,14 +25,6 @@
25 25  
26 26  = For Developers =
27 27  
28 -== <developer feature N> ==
29 -
30 -<description of developer feature N>
31 -
32 -== Deprecated and Retired projects ==
33 -
34 -<description of deprecated and retired projects>
35 -
36 36  == Upgrades ==
37 37  
38 38  The following dependencies have been upgraded:
... ... @@ -81,14 +81,18 @@
81 81  Always make sure you compare your ##xwiki.cfg## and ##xwiki.properties## files with the newest version since some configuration parameters were added. Note that you should add ##xwiki.store.migration=1## so that XWiki will attempt to automatically migrate your current database to the new schema. Make sure you backup your Database before doing anything.
82 82  {{/warning}}
83 83  
84 -== Issues specific to XWiki <version> ==
76 +== API Breakages ==
85 85  
86 -<issues specific to the project>
78 +The following APIs were modified since XWiki 5.0.3:
87 87  
88 -== API Breakages ==
80 +* Young API: New method to separate job setup from job start to put real jobs in queue.
89 89  
90 -The following APIs were modified since XWiki 5.1 Milestone 1:
82 +{{code language="none"}}
83 +org.xwiki.job.Job: Method 'public void initialize(org.xwiki.job.Request)' has been added to an interface
84 +{{/code}}
91 91  
86 +* Young API: The URL module has never been finished and we started working on it again.
87 +
92 92  {{code language="none"}}
93 -<clirr output here>
89 +org.xwiki.url.InvalidURLException: Class org.xwiki.url.InvalidURLException removed
94 94  {{/code}}

Get Connected