Last modified by Thomas Mortagne on 2017/03/24

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

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.ThomasMortagne
1 +XWiki.VincentMassol
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 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.
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.
30 30  
31 31  == Miscellaneous ==
32 32  
... ... @@ -110,15 +110,11 @@
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 -
117 117  == API Breakages ==
118 118  
119 119  The following APIs were modified since XWiki 6.0:
120 120  
121 -* Young API
117 +* Young APIs
122 122  
123 123  {{code language="none"}}
124 124  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
... ... @@ -126,3 +126,20 @@
126 126  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
127 127  org.xwiki.activeinstalls.server.script.ActiveInstallsScriptService: Method 'public long getInstallCount(java.lang.String)' has been removed
128 128  {{/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