Last modified by Thomas Mortagne on 2017/03/24

<
From version < 44.2 >
edited by Vincent Massol
on 2014/06/27
To version < 42.1 >
edited by Thomas Mortagne
on 2014/06/13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.VincentMassol
1 +XWiki.ThomasMortagne
Content
... ... @@ -26,7 +26,7 @@
26 26  
27 27  == Extension Manager improvements ==
28 28  
29 -Extension-related jobs (install, uninstall, install plan calculation, etc.) which are not executing on the same namespace can now be run concurrently. You won't be stuck anymore, trying to install an extension when someone else is doing the same thing somewhere else on a farm.
29 +Extension related jobs (install, uninstall, install plan calculation, etc.) which are not working on the same namespace can now be executed at the same time. You won't be stuck withing you extension install anymore when someone else in the whole farm is installing something.
30 30  
31 31  == Miscellaneous ==
32 32  
... ... @@ -110,11 +110,15 @@
110 110  
111 111  When upgrading make sure you compare your ##xwiki.cfg##, ##xwiki.properties## and ##web.xml## files with the newest version since some configuration parameters may have been modified or 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.
112 112  
113 +== Issues specific to XWiki <version> ==
114 +
115 +<issues specific to the project>
116 +
113 113  == API Breakages ==
114 114  
115 115  The following APIs were modified since XWiki 6.0:
116 116  
117 -* Young APIs
121 +* Young API
118 118  
119 119  {{code language="none"}}
120 120  org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject countInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface
... ... @@ -122,20 +122,3 @@
122 122  org.xwiki.activeinstalls.server.DataManager: Method 'public com.google.gson.JsonObject searchInstalls(java.lang.String, java.lang.String, java.util.Map)' has been added to an interface
123 123  org.xwiki.activeinstalls.server.script.ActiveInstallsScriptService: Method 'public long getInstallCount(java.lang.String)' has been removed
124 124  {{/code}}
125 -
126 -{{code language="none"}}
127 -org.xwiki.crypto.store.CertificateStore: Class org.xwiki.crypto.store.CertificateStore removed
128 -org.xwiki.crypto.store.CertificateStoreException: Class org.xwiki.crypto.store.CertificateStoreException removed
129 -org.xwiki.crypto.store.KeyStore: Class org.xwiki.crypto.store.KeyStore removed
130 -org.xwiki.crypto.store.KeyStoreException: Class org.xwiki.crypto.store.KeyStoreException removed
131 -{{/code}}
132 -
133 -* Not supposed to be public
134 -
135 -{{code language="none"}}
136 -com.xpn.xwiki.store.XWikiHibernateBaseStore: In method 'protected void createHibernateSequenceIfRequired(java.lang.String, org.hibernate.Session)' the number of arguments has changed
137 -com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Removed org.xwiki.observation.EventListener from the set of implemented interfaces
138 -com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Method 'public java.util.List getEvents()' has been removed
139 -com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Method 'public java.lang.String getName()' has been removed
140 -com.xpn.xwiki.render.XWikiMacrosMappingRenderer: Method 'public void onEvent(org.xwiki.observation.event.Event, java.lang.Object, java.lang.Object)' has been removed
141 -{{/code}}

Get Connected