Wiki source code of Release Notes for XWiki 5.3

Version 10.1 by Marius Dumitru Florea on 2014/01/21

Hide last authors
Marius Dumitru Florea 1.1 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc/}}
3 {{/box}}
4
5 This is the release notes for [[XWiki Commons>>http://commons.xwiki.org]], [[XWiki Rendering>>http://rendering.xwiki.org]], [[XWiki Platform>>http://platform.xwiki.org]] and [[XWiki Enterprise>>http://enterprise.xwiki.org]]. They share the same release notes as they are released together and have the same version.
6
Marius Dumitru Florea 10.1 7 {{error}}
8 We've discovered several important regressions in this version after it was released:
9 * Repairing the main wiki UI when upgrading from an XWiki version older than 4.2 using the Distribution Wizard doesn't work any more ([[XWIKI-9912>>http://jira.xwiki.org/browse/XWIKI-9912]]).
10 {{/error}}
11
Marius Dumitru Florea 9.7 12 This release comes with a new syntax guide and brings improvements to the Solr search, multi-wiki support and the Wiki Stream module. You can now choose the user scope (local, global or both) and also create wiki templates from the wiki creation wizard. The Wiki Stream can be used to import large XARs and content from the Confluence wiki. The Solr search UI has been polished: we added new facets and improved the results display. The Solr index has been modified to support the search for documents matching specific values in multiple object properties and attachments. As a consequence you can now facet and sort the search results based on property values and attachment meta data. A lot of bug fixes (115) and many improvements (55) complete this release and make it worth trying.
Marius Dumitru Florea 1.1 13
14 = New and Noteworthy (since XWiki 5.2.2) =
15
16 [[Full list of issues fixed and Dashboard for 5.3>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=11698]].
17
Marius Dumitru Florea 4.18 18 == Solr Search Improvements ==
19
20 === Search Results Display ===
21
22 We improved the way attachments, objects and object properties are displayed in the list of search results.
23
24 {{image reference="searchAttachmentSort.png"/}}
25
Jean SIMARD 9.9 26 Attachment search results are now displayed in the same way attachments are displayed in the Attachments bottom tab from any wiki page. We also added support for sorting attachment search results based on the file name, file size, uploader and upload date.
Marius Dumitru Florea 4.18 27
28 {{image reference="searchObjectResult.png"/}}
29
30 For object results we now display the XClass name instead of the document title.
31
32 {{image reference="searchObjectPropertyResult.png"/}}
33
34 Object property results show the XClass name and the property name instead of the document title.
35
36 === Search Facets ===
37
Marius Dumitru Florea 8.3 38 We added a couple of new search facets and we improved the display of some of the existing ones. The search facets are now collapsed by default.
Marius Dumitru Florea 4.18 39
Marius Dumitru Florea 8.3 40 {{image reference="searchFacets.png"/}}
41
42 The Author and Creator facets now show the user full name, alias and avatar.
43
Marius Dumitru Florea 7.2 44 {{image reference="[email protected]"/}}
Marius Dumitru Florea 4.18 45
46 The wiki facet displays the wiki pretty name instead of the wiki identifier.
47
Marius Dumitru Florea 7.2 48 {{image reference="[email protected]"/}}
Marius Dumitru Florea 4.18 49
50 The language facet displays the full language name and country (when applicable) in the current locale.
51
Marius Dumitru Florea 7.2 52 {{image reference="searchLanguageFacet.png"/}}
Marius Dumitru Florea 4.18 53
Marius Dumitru Florea 8.2 54 As you can see there can be documents with no language set. We also added a hint to explain why this is possible.
55
56 {{image reference="[email protected]"/}}
57
Marius Dumitru Florea 4.18 58 The number of displayed facet values is limited to 5 by default but you can see the rest of the values by clicking on the link following the facet values (each click will show 5 more values).
59
60 The date facets (last modification date and creation date) have been improved to display a list of predefined date intervals, with the possibility to specify a custom date interval.
61
Marius Dumitru Florea 7.2 62 {{image reference="[email protected]"/}}
Marius Dumitru Florea 4.18 63
64 When selected, the date facet displays the end points of the date interval. If you specify only the start/end date then the interval will include all dates after/before the specified date.
65
Marius Dumitru Florea 7.2 66 {{image reference="[email protected]"/}}
Marius Dumitru Florea 4.18 67
Marius Dumitru Florea 9.2 68 The 'Object Type' facet displays the XClass names in a prettier way. In case you want to know the actual document that defines the XClass you can hover on the XClass pretty name.
69
70 {{image reference="[email protected]"/}}
71
Vincent Massol 9.8 72 You can now use the 'Media Type', 'Uploaded By', 'Upload Date' and 'File Size' facets to filter attachment results and even documents that have attachments.
Marius Dumitru Florea 9.3 73
Marius Dumitru Florea 9.2 74 We also improved the way Static List properties are indexed. We now index the raw value (what is saved in the database) as verbatim (without being analysed, for exact matching) and the display value (what is specified in the XClass) as localized text (using the locale of the document that holds the XObject).
75
Marius Dumitru Florea 4.18 76 === RSS Feed ===
77
78 We added a RSS feed for Solr search results. You can find the link on the default search page after the list of results. The feed provides the most recent results that match the current search query and filters. It contains the same type of information that was included in the Lucene search RSS feed.
79
80 See the [[Solr Search Application documentation>>extensions:Extension.Solr Search Application]] for details.
81
Marius Dumitru Florea 4.17 82 {{include reference="ReleaseNotesXWiki53M2" section="HWikiStreamimprovements"/}}
Marius Dumitru Florea 1.1 83
Marius Dumitru Florea 4.17 84 === Import large XARs ===
Marius Dumitru Florea 1.1 85
Marius Dumitru Florea 4.17 86 It's possible to enable the use of new [[WikiStream>>doc:extensions:Extension.Wiki Stream Module]] framework in standard import action (used in the standard import UI for example). Among other things it allows importing a wiki XAR of pretty much any size.
87
88 [[WikiStream>>doc:extensions:Extension.Wiki Stream Module]] is too young to be enabled by default and will require heavy testing. In the meantime you can try it by uncommenting {{code}}#xwiki.action.import.xar.usewikistream=1{{/code}} at the end of xwiki.cfg file.
89
Marius Dumitru Florea 9.4 90 {{display reference="ReleaseNotesXWiki53M2" section="HNewSyntaxGuide"/}}
Marius Dumitru Florea 4.17 91
Marius Dumitru Florea 9.4 92 {{display reference="ReleaseNotesXWiki53M2" section="HMulti-Wiki"/}}
Marius Dumitru Florea 4.17 93
Marius Dumitru Florea 1.1 94 == Miscellaneous ==
95
Marius Dumitru Florea 4.16 96 Changes regarding the multi-wiki support:
Marius Dumitru Florea 1.1 97
Marius Dumitru Florea 4.16 98 * When creating an empty wiki you now get the Distribution Wizard even when ##ALLINONE## upgrade is selected (this used to disable the Distribution Wizard on subwikis)
99 * When a new wiki is created from the Add Wiki Wizard, its Activity Stream is now empty.
100 * If you want to change the wiki owner or the prettyname of the wiki, you cannot go to the "Wiki" section of the Wiki Administration anymore since it's been removed for the moment due to some technical issue. Instead, go to the Wiki Index and then click on the "edit" action corresponding to the wiki for which to update the settings.
101 * Deleted users do not appear anymore in the "Top Active Members" list in the wiki dashboard.
102
103 Other changes:
104
105 * The Statistics Application now has an entry point in the Applications Panel (only visible by Admins by default):(((
106 {{image reference="[email protected]"/}}
107 )))
108 * The Scheduler Application now has an entry point in the Applications Panel (only visible by Admins by default):(((
109 {{image reference="[email protected]"/}}
110 )))
111 * We're now officially not supporting saving Servlet Session in URL (a.k.a URL Rewriting). This means that if you want to remain logged on in XWiki you need to enable cookies (See why ##jsessionid## are considered harmful [[here>>https://randomcoder.org/articles/jsessionid-considered-harmful]] and [[here>>http://java.dzone.com/articles/java-jsessionid-harmful]]).
112 * By default only results from XE instance pings and for non-snapshot versions are counted in [[Active Installs>>extensions:Extension.Active Installs Server Application]].
113 * Added new configuration parameter for the Link Checker: ##rendering.transformation.linkchecker.excludedReferencePatterns## (See [[Reference documentation>>extensions:Extension.Link Checker Transformation]]).
114 * Some XSS fixes.
115
Marius Dumitru Florea 2.1 116 See the [[full list of JIRA issues>>http://jira.xwiki.org/sr/jira.issueviews:searchrequest-printable/temp/SearchRequest.html?jqlQuery=project+in+%28XCOMMONS%2C+XRENDERING%2C+XWIKI%2C+XE%29+and+status+%3D+Closed+and+resolution+%3D+Fixed+and+fixVersion+in+%28%225.3-milestone-1%22%2C+%225.3-milestone-2%22%2C+%225.3-rc-1%22%2C+%225.3%22%29&tempMax=1000]] fixed in this release.
Marius Dumitru Florea 1.1 117
118 = For Developers =
119
Marius Dumitru Florea 4.11 120 {{include reference="ReleaseNotesXWiki53RC1" section="HSearchforDocumentsMatchingSpecificValuesinMultipleXObjectProperties"/}}
Marius Dumitru Florea 1.1 121
Marius Dumitru Florea 4.15 122 == Search for Documents Matching Specific Attachment Meta Data ==
123
124 Another important search use case is to find documents matching specific attachment meta data. For instance, you could be looking for a blog post that has a PDF file attached. Or you may be searching for a wiki page where you recently uploaded an image. Finding the documents tagged with 'News' and which have large attachments is another example.
125
126 Previously, we were indexing attachment data on separate index rows. As with XObjects, you had to use joins in the Solr search syntax in order to match both document and attachment rows in the search index. Starting with this version we index attachment data on document rows also. Obviously this means the attachment data is now duplicated but we think the increase of the index size is worth the improved search speed and the simplified query syntax:
127
128 {{code language="none"}}
129 object:Blog.BlogPostClass AND mimetype:"application/pdf" AND mistake
130
131 title:profile attdate:[NOW-3DAYS TO NOW] AND mimetype:image\/*
132
133 property.XWiki.TagClass.tags:"News" AND attsize:[50000 TO *]
134 {{/code}}
135
136 See [[Solr Schema Design>>design:Design.SolrSchema]] for the list of attachment fields that can be used in the Solr search query.
137
Marius Dumitru Florea 4.14 138 {{include reference="ReleaseNotesXWiki53M1" section="HDocumentReferenceLocalenowtakenintoaccountinXWiki23existsandXWiki23getDocument"/}}
139
140 {{include reference="ReleaseNotesXWiki53M1" section="HNewExtensionManagerAPIs"/}}
141
142 {{include reference="ReleaseNotesXWiki53M1" section="HXWikiEnterpriseArchetype"/}}
143
144 {{include reference="ReleaseNotesXWiki53M1" section="HXARpluginimprovements"/}}
145
146 {{include reference="ReleaseNotesXWiki53M1" section="HFoldEvents"/}}
147
Marius Dumitru Florea 4.13 148 {{include reference="ReleaseNotesXWiki53M2" section="HMulti-Wiki-1"/}}
Marius Dumitru Florea 4.12 149
Marius Dumitru Florea 1.1 150 == Deprecated and Retired projects ==
151
Marius Dumitru Florea 4.9 152 * Workspace has been moved to https://github.com/xwiki-contrib/xwiki-platform-workspace
Marius Dumitru Florea 1.1 153
154 == Upgrades ==
155
156 The following dependencies have been upgraded:
157
Marius Dumitru Florea 4.8 158 * [[Bouncy Castle Crypto package 1.49>>http://jira.xwiki.org/browse/XWIKI-9631]] (Warning: Not fully binary compatible)
159 * [[commons-fileupload 1.3>>http://jira.xwiki.org/browse/XCOMMONS-458]]
160 * [[cssparser 0.9.10>>http://jira.xwiki.org/browse/XCOMMONS-459]]
161 * [[Groovy 2.1.9>>http://jira.xwiki.org/browse/XWIKI-9603]]
162 * [[HttpClient 4.3>>http://jira.xwiki.org/browse/XCOMMONS-460]]
163 * [[Struts 1.3.10>>http://jira.xwiki.org/browse/XWIKI-9582]]
164 * [[XStream 1.4.5>>http://jira.xwiki.org/browse/XCOMMONS-462]]
Marius Dumitru Florea 1.1 165
166 == Miscellaneous ==
167
Marius Dumitru Florea 4.10 168 * [[Script Services implementations have been moved outside of the ##internal## package>>dev:Community.JavaCodeStyle||anchor="HPackagenames"]] in order for CLIRR to check them for backward incompatibilities and so that their API are made available in generated Javadoc.
169 * [[New Java API + a few new APIs in the Git module>>extensions:Extension.Git Module]]
170 * New {{code language="none"}}com.xpn.xwiki.doc.XWikiDocument#getDocumentReferenceWithLocale(){{/code}} method to get the real reference of the document to use in {{code language="none"}}com.xpn.xwiki.XWiki#getDocument(DocumentReference, XWikiContext){{/code}} for example
171 * You can now easily [[run functional tests using PhantomJS>>dev:Community.Testing||anchor="HSelenium2-basedFramework"]] by using ##-Dbrowser=*phantomjs##.
Marius Dumitru Florea 1.1 172
173 = Translations =
174
175 The following translations have been updated:
176
Marius Dumitru Florea 4.7 177 {{language codes="ca, da, de, es, fr, it, lv, nl, pt_BR, ru, sv, uk"/}}
Marius Dumitru Florea 1.1 178
179 = Tested Browsers & Databases =
180
Manuel Smeria 4.2 181 {{include reference="TestReports.ManualTestReportXWiki53Summary"/}}
Marius Dumitru Florea 1.1 182
183 = Known issues =
184
185 * [[Bugs we know about>>http://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&jqlQuery=category+%3D+%22Top+Level+Projects%22+AND+issuetype+%3D+Bug+AND+resolution+%3D+Unresolved+ORDER+BY+updated+DESC]]
186
187 = Backward Compatibility and Migration Notes =
188
189 == General Notes ==
190
191 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.
192
Marius Dumitru Florea 4.3 193 == Solr Search Index ==
Marius Dumitru Florea 1.1 194
Marius Dumitru Florea 4.3 195 {{error}}
196 We made important changes to the [[Solr schema>>http://design.xwiki.org/xwiki/bin/view/Design/SolrSchema]] in this release and unfortunately we don't have support for automatic Solr search index migration at this point. If you upgrade from XWiki 4.3 Milestone 2 or greater then **you have to delete the 'solr' folder** from the configured permanent directory of your XWiki instance. The Solr index will be recreated automatically and the entire wiki/farm will be re-indexed after a server restart.
197 {{/error}}
Marius Dumitru Florea 1.1 198
Marius Dumitru Florea 4.5 199 The following index fields are now **multiValued**: class, filename, mimetype and attcontent. The reason is because these fields are now used also on document index rows, and a document can have multiple XObjects and multiple attachments. This is a consequence of the fact that we now index XObject and attachment data on document rows to avoid the need for using joins in the Solr query syntax when matching documents with specific XObjects and attachments. You'll have to update your code like this:
Marius Dumitru Florea 4.4 200
Marius Dumitru Florea 4.5 201 {{code language="none"}}
202 ## Before
Marius Dumitru Florea 4.6 203 #set ($classFullName = $searchResult.get('class'))
Marius Dumitru Florea 4.5 204 ##
205 ## Now
206 #set ($classFullName = $searchResult.get('class').get(0))
207 {{/code}}
208
Marius Dumitru Florea 1.1 209 == API Breakages ==
210
211 The following APIs were modified since XWiki 5.2.2:
212
Marius Dumitru Florea 4.1 213 * Requesting a dependency without indicating the namespace does not really make sense. This interface is not really supposed to be implemented anyway.
214
Marius Dumitru Florea 1.1 215 {{code language="none"}}
Marius Dumitru Florea 4.1 216 org.xwiki.extension.ExtensionManager: Method 'public org.xwiki.extension.Extension resolveExtension(org.xwiki.extension.ExtensionDependency, java.lang.String)' has been added to an interface
Marius Dumitru Florea 1.1 217 {{/code}}
Marius Dumitru Florea 4.1 218
219 * Needed to filter search by namespace. This interface is not really supposed to be implemented anyway.
220
221 {{code language="none"}}
222 org.xwiki.extension.repository.InstalledExtensionRepository: Method 'public org.xwiki.extension.repository.result.IterableResult searchInstalledExtensions(java.lang.String, java.lang.String, int, int)' has been added to an interface
223 {{/code}}
224
225 * Young API. Not supposed to be implemented from outside.
226
227 {{code language="none"}}
228 org.xwiki.filter.xml.parser.XMLParserFactory: Method 'public javax.xml.stream.XMLEventWriter createXMLEventWriter(java.lang.Object, org.xwiki.filter.xml.XMLConfiguration)' has been added to an interface
229 org.xwiki.filter.xml.serializer.XMLSerializerFactory: Method 'public java.lang.Object createSerializer(java.lang.Class[], javax.xml.transform.Result, org.xwiki.filter.xml.XMLConfiguration)' has been added to an interface
230 {{/code}}
231
232 * Young API. Not supposed to be implemented from outside.
233
234 {{code language="none"}}
235 org.xwiki.filter.FilterDescriptorManager: Method 'public java.lang.Object createCompositeFilter(java.lang.ClassLoader, java.lang.Object[])' has been added to an interface
236 org.xwiki.filter.FilterDescriptorManager: Method 'public java.lang.Object createFilterProxy(java.lang.Object, java.lang.ClassLoader, java.lang.Class[])' has been added to an interface
237 {{/code}}
238
239 * Young API that has been refactored to introduce the new Resource module.
240
241 {{code language="none"}}
242 org.xwiki.url.AbstractXWikiURL: Class org.xwiki.url.AbstractXWikiURL removed
243 org.xwiki.url.URLCreationException: Class org.xwiki.url.URLCreationException removed
244 org.xwiki.url.UnsupportedURLException: Class org.xwiki.url.UnsupportedURLException removed
245 org.xwiki.url.XWikiEntityURL: Class org.xwiki.url.XWikiEntityURL removed
246 org.xwiki.url.XWikiURL: Class org.xwiki.url.XWikiURL removed
247 org.xwiki.url.XWikiURLFactory: Class org.xwiki.url.XWikiURLFactory removed
248 org.xwiki.url.XWikiURLManager: Class org.xwiki.url.XWikiURLManager removed
249 org.xwiki.url.XWikiURLSerializer: Class org.xwiki.url.XWikiURLSerializer removed
250 org.xwiki.url.XWikiURLType: Class org.xwiki.url.XWikiURLType removed
251 {{/code}}
252
253 * XWikiURL (now Resource) should only be in the Execution Context and not in the Request.
254
255 {{code language="none"}}
256 org.xwiki.container.servlet.ServletRequest: Method 'public org.xwiki.url.XWikiURL getURL()' has been removed
257 org.xwiki.container.servlet.ServletRequest: Method 'public void setXWikiURL(org.xwiki.url.XWikiURL)' has been removed
258 org.xwiki.container.portlet.PortletRequest: Method 'public org.xwiki.url.XWikiURL getURL()' has been removed
259 org.xwiki.container.portlet.PortletRequest: Method 'public void setXWikiURL(org.xwiki.url.XWikiURL)' has been removed
260 org.xwiki.container.Request: Field XWIKI_URL has been removed, but it was previously a constant
261 {{/code}}
262
263 * Lots of refactoring in WikiStream.
264
265 {{code language="none"}}
266 org.xwiki.wikistream.xml.input.source.SourceInputSource: Class org.xwiki.wikistream.xml.input.source.SourceInputSource removed
267 org.xwiki.wikistream.WikiStream: Class org.xwiki.wikistream.WikiStream removed
268 org.xwiki.wikistream.descriptor.DefaultWikiStreamBeanParameterDescriptor: Method 'public java.lang.reflect.Type getPropertyType()' has been removed
269 org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor: Method 'public java.lang.reflect.Type getPropertyType()' has been removed
270 org.xwiki.wikistream.descriptor.WikiStreamPropertyDescriptor: Method 'public java.lang.reflect.Type getType()' has been added to an interface
271 org.xwiki.wikistream.filter.FarmFilter: Class org.xwiki.wikistream.filter.FarmFilter removed
272 org.xwiki.wikistream.filter.WikiAttachmentFilter: Class org.xwiki.wikistream.filter.WikiAttachmentFilter removed
273 org.xwiki.wikistream.filter.WikiClassFilter: Class org.xwiki.wikistream.filter.WikiClassFilter removed
274 org.xwiki.wikistream.filter.WikiClassPropertyFilter: Class org.xwiki.wikistream.filter.WikiClassPropertyFilter removed
275 org.xwiki.wikistream.filter.WikiDocumentFilter: Class org.xwiki.wikistream.filter.WikiDocumentFilter removed
276 org.xwiki.wikistream.filter.WikiFilter: Class org.xwiki.wikistream.filter.WikiFilter removed
277 org.xwiki.wikistream.filter.WikiObjectFilter: Class org.xwiki.wikistream.filter.WikiObjectFilter removed
278 org.xwiki.wikistream.filter.WikiObjectPropertyFilter: Class org.xwiki.wikistream.filter.WikiObjectPropertyFilter removed
279 org.xwiki.wikistream.filter.WikiSpaceFilter: Class org.xwiki.wikistream.filter.WikiSpaceFilter removed
280 org.xwiki.wikistream.input.BeanInputWikiStreamFactory: Removed org.xwiki.wikistream.WikiStream from the set of implemented interfaces
281 org.xwiki.wikistream.input.BeanInputWikiStreamFactory: Return type of method 'public org.xwiki.wikistream.input.InputWikiStream createInputWikiStream(java.lang.Object)' has been changed to org.xwiki.wikistream.internal.input.BeanInputWikiStream
282 org.xwiki.wikistream.input.InputWikiStreamFactory: Removed org.xwiki.wikistream.WikiStream from the set of implemented interfaces
283 org.xwiki.wikistream.output.BeanOutputWikiStreamFactory: Removed org.xwiki.wikistream.WikiStream from the set of implemented interfaces
284 org.xwiki.wikistream.output.BeanOutputWikiStreamFactory: Method 'public org.xwiki.wikistream.output.OutputWikiStream creaOutputWikiStream(java.lang.Object)' has been removed
285 org.xwiki.wikistream.output.BeanOutputWikiStreamFactory: Method 'public org.xwiki.wikistream.internal.output.BeanOutputWikiStream createOutputWikiStream(java.lang.Object)' has been added to an interface
286 org.xwiki.wikistream.output.OutputWikiStreamFactory: Removed org.xwiki.wikistream.WikiStream from the set of implemented interfaces
287 org.xwiki.wikistream.output.OutputWikiStreamFactory: Method 'public org.xwiki.wikistream.output.OutputWikiStream creaOutputWikiStream(java.util.Map)' has been removed
288 org.xwiki.wikistream.output.OutputWikiStreamFactory: Method 'public org.xwiki.wikistream.output.OutputWikiStream createOutputWikiStream(java.util.Map)' has been added to an interface
289 org.xwiki.wikistream.type.WikiStreamType: Removed field XWIKI_XAR
290 org.xwiki.wikistream.instance.input.AbstractInstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.FarmFilter from the set of implemented interfaces
291 org.xwiki.wikistream.instance.input.AbstractInstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.WikiDocumentFilter from the set of implemented interfaces
292 org.xwiki.wikistream.instance.input.AbstractInstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.WikiFilter from the set of implemented interfaces
293 org.xwiki.wikistream.instance.input.AbstractInstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.WikiSpaceFilter from the set of implemented interfaces
294 org.xwiki.wikistream.instance.input.EntityEventGenerator: Method 'public org.xwiki.wikistream.descriptor.WikiStreamDescriptor getDescriptor()' has been added to an interface
295 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.FarmFilter from the set of implemented interfaces
296 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.WikiDocumentFilter from the set of implemented interfaces
297 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.WikiFilter from the set of implemented interfaces
298 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Removed org.xwiki.wikistream.filter.WikiSpaceFilter from the set of implemented interfaces
299 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Method 'public org.xwiki.wikistream.descriptor.WikiStreamDescriptor getDescriptor()' has been added to an interface
300 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Method 'public java.util.Collection getFilterInterfaces()' has been added to an interface
301 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Method 'public void setWikiDocumentParameters(java.lang.String, org.xwiki.filter.FilterEventParameters)' has been added to an interface
302 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Method 'public void setWikiFarmParameters(org.xwiki.filter.FilterEventParameters)' has been added to an interface
303 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Method 'public void setWikiParameters(java.lang.String, org.xwiki.filter.FilterEventParameters)' has been added to an interface
304 org.xwiki.wikistream.instance.input.InstanceInputEventGenerator: Method 'public void setWikiSpaceParameters(java.lang.String, org.xwiki.filter.FilterEventParameters)' has been added to an interface
305 org.xwiki.wikistream.instance.output.OutputInstanceWikiStreamFactory: Removed org.xwiki.wikistream.WikiStream from the set of implemented interfaces
306 org.xwiki.wikistream.instance.script.InstanceWikiStreamScriptService: Method 'public void export(org.xwiki.wikistream.type.WikiStreamType, org.xwiki.wikistream.instance.internal.input.InstanceInputProperties, java.util.Map)' has been removed
307 org.xwiki.wikistream.instance.script.InstanceWikiStreamScriptService: Return type of method 'public org.xwiki.wikistream.instance.internal.input.InstanceInputProperties newInstanceInputProperties()' has been changed to org.xwiki.wikistream.instance.input.InstanceInputProperties
308 org.xwiki.wikistream.script.WikiStreamScriptService: Method 'public void convert(org.xwiki.wikistream.type.WikiStreamType, java.util.Map, org.xwiki.wikistream.type.WikiStreamType, java.util.Map)' has been removed
309 org.xwiki.wikistream.script.WikiStreamScriptService: Method 'public org.xwiki.wikistream.input.InputWikiStream createInputWikiStream(org.xwiki.wikistream.type.WikiStreamType, java.util.Map)' has been removed
310 org.xwiki.wikistream.script.WikiStreamScriptService: Method 'public org.xwiki.wikistream.output.OutputWikiStream createOutputWikiStream(org.xwiki.wikistream.type.WikiStreamType, java.util.Map)' has been removed
311 {{/code}}

Get Connected