Last modified by Thomas Mortagne on 2023/10/13

Hide last authors
Jean-Vincent Drean 55.5 1 {{box cssClass="floatinginfobox" title="**Contents**"}}
2 {{toc start="1"/}}
3 {{/box}}
Vincent Massol 1.1 4
Vincent Massol 37.2 5 More than 400 issues were fixed from XWiki Enterprise 1.9.3 to XWiki Enterprise 2.0.
6
Vincent Massol 54.3 7 = New and Noteworthy (since XWiki Enterprise 1.9.3) =
Vincent Massol 1.1 8
Vincent Massol 54.3 9 == 1 User Interface ==
Vincent Massol 1.1 10
Vincent Massol 54.3 11 === Colibri skin ===
Thomas Mortagne 9.1 12
Vincent Massol 32.1 13 XWiki 2.0 introduces a new, lightweight, easily customizable skin. The main goal of the Colibri skin is to provide the proper support for fast and easy modifications of the look and feel of the wiki.
14
Guillaume Lerouge 43.1 15 [[[[image:home-small.png||style="border: 1px solid #000;"]]>>http://www.xwiki.org/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise20/home.png]]
Vincent Massol 32.1 16
Vincent Massol 55.8 17 See [[Colibri skin documentation>>extensions:Extension.Colibri Skin]] for more details.
Thomas Mortagne 11.1 18
Vincent Massol 54.3 19 === Color Themes ===
Thomas Mortagne 9.1 20
Vincent Massol 55.8 21 [[Color Themes>>extensions:Extension.Colibri Skin]] is an easy way to modify colors for your wiki:
Vincent Massol 32.1 22
Vincent Massol 55.8 23 [[image:extensions:Extension.Colibri Skin@colibri1.png]]
Thomas Mortagne 9.1 24
Vincent Massol 33.1 25 We provide several predefined themes out of the box (and it's possible to create new ones):
Thomas Mortagne 9.1 26
Vincent Massol 55.8 27 [[image:extensions:Extension.Colibri Skin@colibri2.png]]
Thomas Mortagne 9.1 28
Jean-Vincent Drean 55.5 29 {{info}}
30 Themes are indepedent of skins. However currently only the new Colibri skin uses them. Future skins will be made to use Color Themes. In addition, the Class/Object editor has been modified to use the selected color theme.
31 {{/info}}
Thomas Mortagne 9.1 32
Vincent Massol 54.3 33 === New Title handling ===
Vincent Massol 32.1 34
Vincent Massol 33.1 35 The document title is now used as the top level header of pages. If no title is specified then it's extracted from the content of the page automatically.
Thomas Mortagne 28.1 36
Vincent Massol 49.2 37 [[image:title.png||style="border: 1px solid #000;"]]
38
Vincent Massol 33.1 39 This change has been done to all skins: Albatross, Toucan and Colibri.
Thomas Mortagne 28.1 40
Jean-Vincent Drean 55.5 41 {{warning}}
42 In order not to break existing content we've introduced a title compatibility flag (##xwiki.title.compatibility## in ##xwiki.cfg##) which when active will remove title duplication if your document has a title and a top level header inside the content with the same name. If you upgrade make sure you modify your ##xwiki.cfg## to use that compatibility flag.
43 {{/warning}}
Vincent Massol 33.1 44
Jean-Vincent Drean 55.5 45 {{info}}
46 We recommend that you modify your pages to **always** use a title from now on.
47 {{/info}}
Vincent Massol 33.1 48
Vincent Massol 54.3 49 === New Search Interface ===
Vincent Massol 33.1 50
51 The default search page UI has been improved to be easier to understand and use.
52
Guillaume Lerouge 48.1 53 [[image:ReleaseNotesXWikiEnterprise20M1@newsearchui.png||style="border: 1px solid #000; width: 600px;"]]
Vincent Massol 33.1 54
Vincent Massol 54.3 55 === New Tag Cloud Panel ===
Vincent Massol 33.1 56
57 A panel containing the tag cloud is now provided by default and can be used like any other panel.
58
Guillaume Lerouge 45.1 59 [[image:ReleaseNotesXWikiEnterprise20M1@tagcloudpanel.png||style="border: 1px solid #000;"]]
Vincent Massol 33.1 60
Vincent Massol 54.3 61 === General UI improvements ===
Vincent Massol 33.1 62
Jean-Vincent Drean 55.5 63 * The Space Index page has been modified to use the Livetable component:(((
64 [[image:spaceindex.png||style="border: 1px solid #000;"]]
65 )))
Vincent Massol 33.1 66 * The top level menu has been refactored in the Colibri skin:
67 ** More consistency
68 ** Addition of a Create action to create page, space and import office documents
69 * The Administration Import page now allows uploading several XARs at once
70 * Document footer now allows adding Tags
71 * Button order in preview mode has been modified for improved usability
72 * Reorganized editor buttons to be more intuitive and less prone to erros
73 * Section editing now works for any section level. You can configure it using the new property ##xwiki.section.depth## in ##xwiki.cfg## file. By default sections level 1 and 2 can be edited.
74 * Space Index, Document Index and Orphaned Page now use the generic Livetable
75 * "History" tab gas been removed from the right panel in edit mode
76 * Improved the Group creation form
Thomas Mortagne 9.1 77 * Diff UI improvement
Vincent Massol 33.1 78 * Improved the Rename form
Thomas Mortagne 9.1 79 * Nicer pagination of the document history
80 * Display a friendly message instead of an error when clicking on History after having created a new page
81 * The "Rights editor help" panels has been removed
82 * Improved document footer section
83 * Improved tag display and editing
Vincent Massol 33.1 84 * Several IE6/7 bugfixes
Vincent Massol 34.1 85 * Documents created internally for XWiki's needs are now created under the ##superadmin## user and are not visible to Simple Users by default (Advanced users and Admin see them though)
Thomas Mortagne 9.1 86
Vincent Massol 54.3 87 == 2 WYSIWYG ==
Thomas Mortagne 9.1 88
Thomas Mortagne 58.1 89 See [[WYSIWYG documentation>>Documentation.UserGuide.Features.WysiwygEditor]] for more details.
Thomas Mortagne 21.1 90
Vincent Massol 54.3 91 === Macro improvements ===
Thomas Mortagne 9.1 92
Vincent Massol 33.1 93 * User can now double click on a macro to edit it and double click in the list of macro to insert it.
94 * Macro names are now displayed instead of their internal IDs.
Jean-Vincent Drean 55.5 95 * Macros are now categorized and it's possible to override macro category through configuration:(((
96 [[image:ReleaseNotesXWikiEnterprise20M4@macro-category.png||style="border: 1px solid #000;"]]
97 )))
98 * The Insert Macro dialog box now has a live search for easily finding macros:(((
99 [[image:ReleaseNotesXWikiEnterprise20M4@macro-filter.png||style="border: 1px solid #000;"]]
100 )))
Thomas Mortagne 9.1 101
Vincent Massol 54.3 102 === Other improvements ===
Thomas Mortagne 9.1 103
Vincent Massol 33.1 104 * Added IE8 support (thanks to the [[GWT 1.7.0>>http://code.google.com/webtoolkit/releases/release-notes-1.7.0.html#Release_Notes_Current]] upgrade)
105 * Faster navigation for image and link insertion with tabs provided for easily selecting recently viewed pages and the addition of a search box
Jean-Vincent Drean 55.5 106 * Dialog boxes in the WYSIWYG editor have been aligned and are now following XWiki's usability guidelines(((
107 [[image:wysiwyg-dialogbox.png||style="border: 1px solid #000;"]]
108 )))
Guillaume Lerouge 42.1 109
Vincent Massol 54.3 110 == 3 Macros ==
Thomas Mortagne 9.1 111
Vincent Massol 55.8 112 * New [[Formula macro>>extensions:Extension.Formula Macro]] for displaying Mathematical formulas. For example:(((
113 [[image:extensions:Extension.Formula Macro@inlineBlockFormula.png||style="border: 1px solid #000;"]]
Jean-Vincent Drean 55.5 114 )))
Vincent Massol 55.8 115 * New [[Info>>extensions:Extension.Info Macro]], [[Warning>>extensions:Extension.Warning Macro]] and [[Error>>extensions:Extension.Error Macro]] macros.
116 * New [[Chart macro>>extensions:Extension.Chart Macro]].
117 * New [[Ruby macro>>extensions:Extension.Ruby Macro]] to use JRuby for adding scripts into wiki pages (same binding as for the existing Velocity and Groovy macros). Note that the ruby macro is not bundled with XWiki Enterprise by default. You can download it in [[the Ruby macro sheet>>extensions:Extension.Ruby Macro]].
118 * New [[Python macro>>extensions:Extension.Python Macro]] to use Jython for adding scripts into wiki pages (same binding as for the existing Velocity and Groovy macros).
119 * New [[Footnote macro documentation>>extensions:Extension.Footnote Macro]]. For example:(((
120 [[image:extensions:Extension.Footnote Macro@footnote1.png||style="border: 1px solid #000;"]]
Jean-Vincent Drean 55.5 121 )))
Thomas Mortagne 58.1 122 * Added ability to transform any wiki content into a Macro. See the [[Wiki Macro tutorial>>Documentation.DevGuide.WikiMacroTutorial]] for more details.
Vincent Massol 55.8 123 * Improvements to the [[Script macros>>extensions:Extension.Script Macro]] (groovy, velocity, python, ruby)
Vincent Massol 33.1 124 ** It's now possible to add JARs attached to a page to the Script Macro class loader.
125 ** All the script macros in the same rendering process (a document and it's included documents) share the same class loader. For example this makes possible to declare a Groovy class in a document and use it in other documents which includes it.
126 ** It's now possible to not parse velocity macro content for wiki syntax by using the ##wiki="false"## parameter.
Vincent Massol 34.1 127 * The Table Of Content macro now starts at the first level by default (it used to start at the second level by default).
Thomas Mortagne 9.1 128
Vincent Massol 54.3 129 == 4 Rendering ==
Thomas Mortagne 9.1 130
Vincent Massol 54.3 131 === General improvements ===
Thomas Mortagne 9.1 132
Vincent Massol 34.1 133 * Section editing is now supported with XWiki Syntax 2.0
134 * Definition lists now support parameters
135 * Document syntax to use for new pages by default can now be configured on a per user level in user profiles
136 * Velocity Tools and Velocity configuration can now be specified in the ##xwiki.properties## configuration file
Vincent Massol 36.1 137 * The following pages/apps have been converted to XWiki Syntax 2.0:
138 ** Home page
139 ** Class Editor Wizard
140 ** Sandbox space
141 ** Syntax Help
Thomas Mortagne 19.1 142
Jean-Vincent Drean 55.5 143 {{warning}}
144 Not all the pages from the default XAR have been converted to the XWiki Syntax 2.0 yet.
145 {{/warning}}
Vincent Massol 34.1 146
Vincent Massol 54.3 147 === Output syntax parameter ===
Thomas Mortagne 9.1 148
Vincent Massol 34.1 149 It's now possible to decide which renderer to use to print the document content. For example if you want to generate a JSON page you can use "?outputSyntax=plain&xpage=plain" to make sure only the content is printed and there is no HTML syntax printed, just a plain text of what exactly was generated by a velocity macro (without macro markers HTML comments etc.)
Thomas Mortagne 9.1 150
Thomas Mortagne 58.1 151 See [[URL parsing documentation>>Documentation.AdminGuide.URL resolution#HoutputSyntaxandoutputSyntaxVersion]].
Thomas Mortagne 9.1 152
Vincent Massol 54.3 153 == 5 Watchlist ==
Thomas Mortagne 9.1 154
155 * Add watch/unwatch wiki in the Watch menu
156 * Improve notification email readability by displaying icons for objects, classes and properties
157 * Watch List support registering for user activity
158 * Put document metadata modifications in diffs
159 * Make the watchlist work across multiple wikis
160 * Put links to pages in email notifications
161 * In virtual mode allow each wiki to have its own watchlist email template document
Thomas Mortagne 22.1 162 * Add support for class and object diff in the mails
163 * Add support for full wiki watching
164 * Allow to create watchlist notifications for any interval of time
Jean-Vincent Drean 55.5 165 * Mails design improvement(((
166 [[[[image:watchlist-small.png||style="border: 1px solid #000;"]]>>http://www.xwiki.org/xwiki/bin/download/Main/ReleaseNotesXWikiEnterprise20/watchlist.png]]
167 )))
Guillaume Lerouge 42.1 168
Vincent Massol 54.3 169 == 6 Clustering ==
Thomas Mortagne 9.1 170
Thomas Mortagne 58.1 171 See [[Clustering administration documentation>>Documentation.AdminGuide.Clustering]] and [[Remote Observation Manager documentation>>extensions:Extension.Observation Module Remote]] for more details.
Thomas Mortagne 54.1 172
Vincent Massol 34.1 173 It's now possible to make different instances of XWiki or other programs shares events.
Thomas Mortagne 9.1 174
Vincent Massol 34.1 175 The main use cases for this are:
176 - clustering
177 - external monitoring of XWiki
Thomas Mortagne 9.1 178
Vincent Massol 54.3 179 == 7 Performance ==
Thomas Mortagne 9.1 180
Vincent Massol 34.1 181 * We have introduced a lighter XHTML renderer which avoid having all extra datas needed by the WYSIWYG, thus reducing a lot the size of rendered pages in view mode.
182 * JS and CSS files are now compressed.
183 * The watchlist feature now supports multi wiki and has improved performances to prevent farm wikis to be stuck when sending all notifications for all wikis (this is done by using the new Activity Stream feature).
Thomas Mortagne 9.1 184
Vincent Massol 54.3 185 == 8 Translations ==
Thomas Mortagne 9.1 186
Vincent Massol 35.1 187 * Added translations for Swedish
188 * Added translations for Korean
189 * Updated translations for lots of other languages
190 * Added internationalization support to the WYSWIWYG editor and added French translations
191
Vincent Massol 54.3 192 == 9 Changes for Developers ==
Vincent Massol 35.1 193
Vincent Massol 55.8 194 * Renderers are now real components. The same way it's possible to add any parser it's now possible to add any renderer for a specific output simply by registering it as a component. See [[extensions:Extension.Rendering Module]] for more details.
Vincent Massol 34.1 195 * New plain text parser. Pain text parser make possible to put in a page some plain text to render it exactly as it. The syntax name of plain text renderer is ##plain/1.0##, you can enable it in ##xwiki.cfg##.
196 * The WYSIWYG editor menus are now more easily configured since it nows reads the following XWikiPreferences properties:
197 ** ##wysiwyg.plugins## (the list of plugins to load)
198 ** ##wysiwyg.menu## (the top menu entries)
199 ** ##wysiwyg.toolbar## (the list of features to place on the tool bar)
200 * New color picker widget
201 * New Velocity RegexTool (usable using the ##$regextool## variable in Velocity)
202 * Added new Activity Stream plugin to record events happening in the system with the following features:
203 ** Applications can create their own activity streams to record custom events
204 ** Provide a way to delete events after a configurable amount of time
205 ** Allow to store all activity events in the main wiki in multi wiki mode
206 * New events for XWiki startup/shutdown. It's now possible for a component or a plugin to register to startup or shutdown events. It's very useful when some plugin need to start and stop an external service.
207 * Component Manager improvements
208 ** Added way to programmatically provide the component instance when register it
209 ** Added way to programmatically unregister component
Vincent Massol 55.8 210 * New [[Properties module>>extensions:Extension.Properties Module]] that offers:
Vincent Massol 34.1 211 ** Java bean populating support
212 ** Java type conversion support
213 ** Java bean validation support
214 * Upgraded several libraries:
215 ** Upgraded to Quartz 1.6.5
216 ** Upgraded to GWT 1.7
217 ** Upgraded to Jython 2.5.1 RC3
218 ** Upgraded to Smart GWT 1.2
219 ** Upgraded to Prototype 1.6.1
Thomas Mortagne 9.1 220
Vincent Massol 54.3 221 == 10 Others ==
Thomas Mortagne 9.1 222
Jean-Vincent Drean 55.5 223 * The Scheduler now allows to manually trigger a job (execute it once)(((
224 [[image:scheduler.png||style="border: 1px solid #000;"]]
225 )))
Guillaume Lerouge 45.1 226
Vincent Massol 54.3 227 = Known issues =
Vincent Massol 1.1 228
Thomas Mortagne 57.1 229 * The AllDocs page needs to be saved with a user having programming rights to work (otherwise the Attachment tab will show empty results). See [[XWIKI-4407>>https://jira.xwiki.org/browse/XWIKI-4407]] for more details.
230 * [[Bugs we know about>>https://jira.xwiki.org/secure/IssueNavigator.jspa?reset=true&&type=1&pid=10010&resolution=-1&sorter/field=updated&sorter/order=DESC]]
Vincent Massol 1.1 231
Vincent Massol 54.3 232 = Backward Compatibility and Migration Notes =
Vincent Massol 1.1 233
Vincent Massol 55.1 234 == Notes specific to the 2.0 upgrade ==
235
Jean-Vincent Drean 55.6 236 * If you were already using the Watchlist you must [[upgrade the notification intervals in user profiles>>http://code.xwiki.org/xwiki/bin/view/Snippets/WatchListEmailNotificationsIntervalSnippet]].
Vincent Massol 55.1 237 * We've added tables for the Activity Stream feature. In order for this to work you need to update your ##hibernate.cfg.xml## file and make sure you add the ##activitystream.hbm.xml## mapping as follows (the last line needs to be added under the existing mappings):
Jean-Vincent Drean 55.5 238 {{code language="xml"}}...
Vincent Massol 55.1 239 <mapping resource="xwiki.hbm.xml"/>
240 <mapping resource="feeds.hbm.xml"/>
241 <mapping resource="activitystream.hbm.xml"/>
Jean-Vincent Drean 55.5 242 ...{{/code}}
Vincent Massol 55.4 243 Note that if you don't add this mapping you'll get errors similar to:
Jean-Vincent Drean 55.5 244 {{code language="none"}} Error number 13007 in 3: Exception while loading lock
Vincent Massol 55.3 245 Wrapped Exception: a different object with the same identifier value was already associated with the session: [com.xpn.xwiki.doc.XWikiLock#-136936580]
246 com.xpn.xwiki.XWikiException: Error number 13007 in 3: Exception while loading lock
Jean-Vincent Drean 55.5 247 Wrapped Exception: a different object with the same identifier value was already associated with the session: [com.xpn.xwiki.doc.XWikiLock#-136936580]{{/code}}
Vincent Massol 55.1 248
Vincent Massol 54.3 249 == General Notes ==
Vincent Massol 1.1 250
Jean-Vincent Drean 55.5 251 {{warning}}
252 If you're running in a multiwiki setup you'll also need to define the property ##xwiki.store.migration.databases=all## to your ##xwiki.cfg## file or explicitly name all databases to be migrated as in ##xwiki.store.migration.databases=db1,db2,...##.
Thomas Mortagne 9.1 253 {{/warning}}
Vincent Massol 1.1 254
Thomas Mortagne 9.1 255 You may also want to [[import the default wiki XAR>>Main.Download]] in order to benefit from improvements listed above.
256
257 {{warning}}
258 Always make sure you compare your ##xwiki.cfg## file with the newest version since some configuration parameters were added. Of note, 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.
259 {{/warning}}
260
Vincent Massol 54.3 261 == API Breakages ==
Thomas Mortagne 9.1 262
263 The following APIs were modified since XWiki Enterprise 1.9:
264
Vincent Massol 54.3 265 === Rendering api ===
Thomas Mortagne 26.1 266
Thomas Mortagne 51.1 267 * ##Block.replace()## has been replaced by ##Block.replaceChild()##
268 * ##ParseException## constructor and methods have been modified since they were unused
269 * ##XWikiXHTMLImageRenderer## and ##XWikiXHTMLLinkRenderer## classes have been moved to a XWiki-specific module so that the main Rendering module can be used standalone
270 * Merged ##SimpleXHTMLImageRenderer## and ##XWikiXHTMLImageRenderer## into ##DefaultXHTMLImageRenderer## which now handles the case where we're inside a wiki or not
271 * Merged ##SimpleXHTMLLinkRenderer## and ##XWikiXHTMLLinkRenderer## into ##DefaultXHTMLLinkRenderer## which now handles the case where we're inside a wiki or not
272 * ##AbstractBlock## constructors has been refactored to make easier to create new common macros. Main change is that the macro author does not have to provide the MacroDescriptor anymore.
273 * Macro parameters bean are now supposed to use xwiki-properties annotations instead of ##org.xwiki.rendering.macro.descriptor.annotation.*## annotations. Simply change ##org.xwiki.rendering.macro.descriptor.annotation.Parameter*## by ##org.xwiki.properties.annotation.Property*## to upgrade you macro parameters bean.
274 * Macro have to provide a human readable name in various AbstractMacro helpers constructors
275 * Big refactor around renderers and the way to use them since they are real components now
276 * Syntax, SyntaxFactory and SyntaxType classes moved to the proper package (org.xwiki.rendering.syntax)
277 * Definition lists now take parameters
278 * Details:
279
Thomas Mortagne 9.1 280 {{code language="none"}}
Thomas Mortagne 27.1 281 [ERROR] org.xwiki.rendering.block.AbstractBlock: Method 'public void replace(java.util.List)' has been removed
282 [ERROR] org.xwiki.rendering.block.AbstractBlock: Method 'public void setParameter(java.lang.String, java.lang.Object)' has been removed
283 [ERROR] org.xwiki.rendering.block.Block: Method 'public void replace(java.util.List)' has been removed
284 [ERROR] org.xwiki.rendering.block.Block: Method 'public void replaceChild(org.xwiki.rendering.block.Block, org.xwiki.rendering.block.Block)' has been added to an interface
285 [ERROR] org.xwiki.rendering.block.Block: Method 'public void replaceChild(java.util.List, org.xwiki.rendering.block.Block)' has been added to an interface
286 [ERROR] org.xwiki.rendering.block.MacroBlock: Method 'public java.lang.String getName()' has been removed
287 [ERROR] org.xwiki.rendering.block.PlainTextBlockFilter: In method 'public PlainTextBlockFilter(org.xwiki.rendering.renderer.LinkLabelGenerator)' the number of arguments has changed
288 [ERROR] org.xwiki.rendering.block.RawBlock: Parameter 2 of 'public RawBlock(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
289 [ERROR] org.xwiki.rendering.block.RawBlock: Return type of method 'public org.xwiki.rendering.parser.Syntax getSyntax()' has been changed to org.xwiki.rendering.syntax.Syntax
290 [ERROR] org.xwiki.rendering.configuration.RenderingConfiguration: Method 'public java.util.Properties getMacroCategories()' has been added to an interface
291 [ERROR] org.xwiki.rendering.listener.Listener: In method 'public void beginDefinitionList()' the number of arguments has changed
292 [ERROR] org.xwiki.rendering.listener.Listener: In method 'public void endDefinitionList()' the number of arguments has changed
293 [ERROR] org.xwiki.rendering.listener.Listener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
294 [ERROR] org.xwiki.rendering.listener.WrappingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
295 [ERROR] org.xwiki.rendering.listener.WrappingListener: In method 'public void endDefinitionList()' the number of arguments has changed
296 [ERROR] org.xwiki.rendering.listener.WrappingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
297 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: In method 'public AbstractChainingListener(org.xwiki.rendering.listener.chaining.ListenerChain)' the number of arguments has changed
298 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
299 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
300 [ERROR] org.xwiki.rendering.listener.chaining.AbstractChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
301 [ERROR] org.xwiki.rendering.listener.chaining.BlockStateChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
302 [ERROR] org.xwiki.rendering.listener.chaining.BlockStateChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
303 [ERROR] org.xwiki.rendering.listener.chaining.BlockStateChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
304 [ERROR] org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
305 [ERROR] org.xwiki.rendering.listener.chaining.ConsecutiveNewLineStateChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
306 [ERROR] org.xwiki.rendering.listener.chaining.LookaheadChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
307 [ERROR] org.xwiki.rendering.listener.chaining.LookaheadChainingListener: In method 'public void endDefinitionList()' the number of arguments has changed
308 [ERROR] org.xwiki.rendering.listener.chaining.LookaheadChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
309 [ERROR] org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener: In method 'public void beginDefinitionList()' the number of arguments has changed
310 [ERROR] org.xwiki.rendering.listener.chaining.TextOnNewLineStateChainingListener: Parameter 2 of 'public void onRawText(java.lang.String, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
311 [ERROR] org.xwiki.rendering.macro.AbstractMacro: Parameter 1 of 'public AbstractMacro(org.xwiki.rendering.macro.descriptor.MacroDescriptor)' has changed its type to java.lang.String
312 [ERROR] org.xwiki.rendering.macro.AbstractMacro: Method 'protected void registerConverter(org.apache.commons.beanutils.Converter, java.lang.Class)' has been removed
313 [ERROR] org.xwiki.rendering.macro.AbstractMacroSource: Class org.xwiki.rendering.macro.AbstractMacroSource removed
314 [ERROR] org.xwiki.rendering.macro.MacroManager: Removed java.lang.Comparable from the set of implemented interfaces
315 [ERROR] org.xwiki.rendering.macro.MacroManager: Parameter 1 of 'public boolean exists(java.lang.String)' has changed its type to org.xwiki.rendering.macro.MacroId
316 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public boolean exists(java.lang.String, org.xwiki.rendering.parser.Syntax)' has been removed
317 [ERROR] org.xwiki.rendering.macro.MacroManager: Parameter 1 of 'public org.xwiki.rendering.macro.Macro getMacro(java.lang.String)' has changed its type to org.xwiki.rendering.macro.MacroId
318 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public org.xwiki.rendering.macro.Macro getMacro(java.lang.String, org.xwiki.rendering.parser.Syntax)' has been removed
319 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroIds()' has been added to an interface
320 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroIds(org.xwiki.rendering.syntax.Syntax)' has been added to an interface
321 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public java.util.Set getMacroNames(org.xwiki.rendering.parser.Syntax)' has been removed
322 [ERROR] org.xwiki.rendering.macro.MacroManager: Method 'public int getPriority()' has been removed
323 [ERROR] org.xwiki.rendering.macro.MacroSource: Class org.xwiki.rendering.macro.MacroSource removed
324 [ERROR] org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor: In method 'public AbstractMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, java.lang.Class)' the number of arguments has changed
325 [ERROR] org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor: Method 'protected java.lang.annotation.Annotation extractParameterAnnotation(java.lang.reflect.Method, java.lang.reflect.Method, java.lang.Class)' has been removed
326 [ERROR] org.xwiki.rendering.macro.descriptor.AbstractMacroDescriptor: Method 'protected void extractParameterDescriptor(java.beans.PropertyDescriptor, java.lang.Object)' has been removed
327 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 2 of 'public DefaultMacroDescriptor(java.lang.String, java.lang.Class)' has changed its type to java.lang.String
328 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 2 of 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, java.lang.Class)' has changed its type to java.lang.String
329 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: Parameter 3 of 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor, java.lang.Class)' has changed its type to org.xwiki.rendering.macro.descriptor.ContentDescriptor
330 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultMacroDescriptor: In method 'public DefaultMacroDescriptor(java.lang.String, org.xwiki.rendering.macro.descriptor.ContentDescriptor)' the number of arguments has changed
331 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: In method 'public DefaultParameterDescriptor()' the number of arguments has changed
332 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setDefaultValue(java.lang.Object)' has been removed
333 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setDescription(java.lang.String)' has been removed
334 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setMandatory(boolean)' has been removed
335 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setName(java.lang.String)' has been removed
336 [ERROR] org.xwiki.rendering.macro.descriptor.DefaultParameterDescriptor: Method 'public void setType(java.lang.Class)' has been removed
337 [ERROR] org.xwiki.rendering.macro.descriptor.MacroDescriptor: Method 'public java.lang.String getDefaultCategory()' has been added to an interface
338 [ERROR] org.xwiki.rendering.macro.descriptor.MacroDescriptor: Method 'public java.lang.String getName()' has been added to an interface
339 [ERROR] org.xwiki.rendering.macro.descriptor.annotation.ParameterDescription: Class org.xwiki.rendering.macro.descriptor.annotation.ParameterDescription removed
340 [ERROR] org.xwiki.rendering.macro.descriptor.annotation.ParameterHidden: Class org.xwiki.rendering.macro.descriptor.annotation.ParameterHidden removed
341 [ERROR] org.xwiki.rendering.macro.descriptor.annotation.ParameterMandatory: Class org.xwiki.rendering.macro.descriptor.annotation.ParameterMandatory removed
342 [ERROR] org.xwiki.rendering.parser.ParseException: Parameter 2 of 'public ParseException(java.lang.String, java.lang.Exception)' has changed its type to java.lang.Throwable
343 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public ParseException(java.lang.Exception)' has been removed
344 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public ParseException(java.lang.Exception, java.lang.String, int)' has been removed
345 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public ParseException(java.lang.Exception, java.lang.String, java.lang.String, int)' has been removed
346 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public java.lang.String getFileName()' has been removed
347 [ERROR] org.xwiki.rendering.parser.ParseException: Method 'public int getLineNumber()' has been removed
348 [ERROR] org.xwiki.rendering.parser.Parser: Return type of method 'public org.xwiki.rendering.parser.Syntax getSyntax()' has been changed to org.xwiki.rendering.syntax.Syntax
349 [ERROR] org.xwiki.rendering.parser.Syntax: Class org.xwiki.rendering.parser.Syntax removed
350 [ERROR] org.xwiki.rendering.parser.SyntaxFactory: Class org.xwiki.rendering.parser.SyntaxFactory removed
351 [ERROR] org.xwiki.rendering.parser.SyntaxType: Class org.xwiki.rendering.parser.SyntaxType removed
352 [ERROR] org.xwiki.rendering.renderer.EventsRenderer: Class org.xwiki.rendering.renderer.EventsRenderer removed
353 [ERROR] org.xwiki.rendering.renderer.PlainTextRenderer: Class org.xwiki.rendering.renderer.PlainTextRenderer removed
354 [ERROR] org.xwiki.rendering.renderer.PrintRenderer: Method 'public void setPrinter(org.xwiki.rendering.renderer.printer.WikiPrinter)' has been added to an interface
355 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: In method 'public org.xwiki.rendering.renderer.PrintRenderer createRenderer(org.xwiki.rendering.parser.Syntax, org.xwiki.rendering.renderer.printer.WikiPrinter)' the number of arguments has changed
356 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: Method 'public java.util.List getAvailableSyntaxes()' has been removed
357 [ERROR] org.xwiki.rendering.renderer.PrintRendererFactory: Method 'public org.xwiki.rendering.syntax.Syntax getSyntax()' has been added to an interface
358 [ERROR] org.xwiki.rendering.renderer.TexRenderer: Class org.xwiki.rendering.renderer.TexRenderer removed
359 [ERROR] org.xwiki.rendering.renderer.XHTMLRenderer: Class org.xwiki.rendering.renderer.XHTMLRenderer removed
360 [ERROR] org.xwiki.rendering.renderer.XWikiSyntaxRenderer: Class org.xwiki.rendering.renderer.XWikiSyntaxRenderer removed
361 [ERROR] org.xwiki.rendering.renderer.chaining.AbstractChainingPrintRenderer: Class org.xwiki.rendering.renderer.chaining.AbstractChainingPrintRenderer removed
362 [ERROR] org.xwiki.rendering.renderer.printer.MonitoringWikiPrinter: Class org.xwiki.rendering.renderer.printer.MonitoringWikiPrinter removed
363 [ERROR] org.xwiki.rendering.renderer.xhtml.SimpleXHTMLImageRenderer: Class org.xwiki.rendering.renderer.xhtml.SimpleXHTMLImageRenderer removed
364 [ERROR] org.xwiki.rendering.renderer.xhtml.SimpleXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.SimpleXHTMLLinkRenderer removed
365 [ERROR] org.xwiki.rendering.renderer.xhtml.XHTMLImageRenderer: Method 'public org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter getXHTMLWikiPrinter()' has been added to an interface
366 [ERROR] org.xwiki.rendering.renderer.xhtml.XHTMLLinkRenderer: Method 'public org.xwiki.rendering.renderer.printer.XHTMLWikiPrinter getXHTMLWikiPrinter()' has been added to an interface
367 [ERROR] org.xwiki.rendering.renderer.xhtml.XWikiXHTMLImageRenderer: Class org.xwiki.rendering.renderer.xhtml.XWikiXHTMLImageRenderer removed
368 [ERROR] org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer: Class org.xwiki.rendering.renderer.xhtml.XWikiXHTMLLinkRenderer removed
369 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Return type of method 'public org.xwiki.rendering.parser.Syntax getSyntax()' has been changed to org.xwiki.rendering.syntax.Syntax
370 [ERROR] org.xwiki.rendering.transformation.MacroTransformationContext: Parameter 1 of 'public void setSyntax(org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
371 [ERROR] org.xwiki.rendering.transformation.Transformation: Parameter 2 of 'public void transform(org.xwiki.rendering.block.XDOM, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
372 [ERROR] org.xwiki.rendering.transformation.TransformationManager: Parameter 2 of 'public void performTransformations(org.xwiki.rendering.block.XDOM, org.xwiki.rendering.parser.Syntax)' has changed its type to org.xwiki.rendering.syntax.Syntax
373 [ERROR] org.xwiki.rendering.util.ParserUtils: Method 'public java.util.List parsePlainText(java.lang.String)' has been removed
374 [ERROR] org.xwiki.rendering.util.RenderersUtils: Class org.xwiki.rendering.util.RenderersUtils removed
Thomas Mortagne 25.1 375 {{/code}}
Thomas Mortagne 9.1 376
Vincent Massol 54.3 377 === Component Manager api ===
Thomas Mortagne 51.1 378
379 * maven project artifact changed from ##xwiki-core-component## to ##xwiki-core-component-api##
380 * to get the ComponentManager in a component you need to declare it has like any other component requirement
Jean-Vincent Drean 55.5 381 {{code language="java"}}@Component("somehint")
Thomas Mortagne 51.1 382 public class SomeComponent implements SomeComponentRole
383 {
384 @Requirement
385 private ComponentManager componentManager;
Jean-Vincent Drean 55.5 386 }{{/code}}
Thomas Mortagne 51.1 387 * comonent role are now ##java.lang.Class## instead of ##java.lang.String## everiwhere in the apis
388 * Details:
389
390 {{code language="none"}}
391 [ERROR] org.xwiki.component.annotation.Component: Method 'public java.lang.String[] hints()' has been added to an interface
392 [ERROR] org.xwiki.component.annotation.ComponentAnnotationLoader: Class org.xwiki.component.annotation.ComponentAnnotationLoader removed
393 [ERROR] org.xwiki.component.annotation.ComponentDescriptorFactory: Class org.xwiki.component.annotation.ComponentDescriptorFactory removed
394 [ERROR] org.xwiki.component.descriptor.ComponentDescriptor: Method 'public java.util.Collection getComponentConfiguration()' has been removed
395 [ERROR] org.xwiki.component.descriptor.ComponentDescriptor: Return type of method 'public java.lang.String getImplementation()' has been changed to java.lang.Class
396 [ERROR] org.xwiki.component.descriptor.ComponentProperty: Class org.xwiki.component.descriptor.ComponentProperty removed
397 [ERROR] org.xwiki.component.descriptor.DefaultComponentDescriptor: Method 'public void addComponentProperty(org.xwiki.component.descriptor.ComponentProperty)' has been removed
398 [ERROR] org.xwiki.component.descriptor.DefaultComponentDescriptor: Method 'public void addComponentProperty(java.lang.String, java.lang.String)' has been removed
399 [ERROR] org.xwiki.component.descriptor.DefaultComponentDescriptor: Method 'public java.util.Collection getComponentConfiguration()' has been removed
400 [ERROR] org.xwiki.component.descriptor.DefaultComponentDescriptor: Return type of method 'public java.lang.String getImplementation()' has been changed to java.lang.Class
401 [ERROR] org.xwiki.component.descriptor.DefaultComponentDescriptor: Parameter 1 of 'public void setImplementation(java.lang.String)' has changed its type to java.lang.Class
402 [ERROR] org.xwiki.component.descriptor.DefaultComponentProperty: Class org.xwiki.component.descriptor.DefaultComponentProperty removed
403 [ERROR] org.xwiki.component.logging.AbstractLogEnabled: Method 'protected void setupLogger(java.lang.Object)' has been removed
404 [ERROR] org.xwiki.component.logging.AbstractLogEnabled: Method 'protected void setupLogger(java.lang.Object, java.lang.String)' has been removed
405 [ERROR] org.xwiki.component.logging.AbstractLogEnabled: Method 'protected void setupLogger(java.lang.Object, org.xwiki.component.logging.Logger)' has been removed
406 [ERROR] org.xwiki.component.logging.Logger: Field LEVEL_DEBUG has been removed, but it was previously a constant
407 [ERROR] org.xwiki.component.logging.Logger: Field LEVEL_DISABLED has been removed, but it was previously a constant
408 [ERROR] org.xwiki.component.logging.Logger: Field LEVEL_ERROR has been removed, but it was previously a constant
409 [ERROR] org.xwiki.component.logging.Logger: Field LEVEL_INFO has been removed, but it was previously a constant
410 [ERROR] org.xwiki.component.logging.Logger: Field LEVEL_WARN has been removed, but it was previously a constant
411 [ERROR] org.xwiki.component.logging.Logger: Method 'public org.xwiki.component.logging.Logger getChildLogger(java.lang.String)' has been removed
412 [ERROR] org.xwiki.component.logging.Logger: Method 'public java.lang.String getName()' has been removed
413 [ERROR] org.xwiki.component.logging.Logger: Method 'public int getThreshold()' has been removed
414 [ERROR] org.xwiki.component.logging.Logger: Method 'public void setThreshold(int)' has been removed
415 [ERROR] org.xwiki.component.logging.VoidLogger: Method 'public org.xwiki.component.logging.Logger getChildLogger(java.lang.String)' has been removed
416 [ERROR] org.xwiki.component.logging.VoidLogger: Method 'public java.lang.String getName()' has been removed
417 [ERROR] org.xwiki.component.logging.VoidLogger: Method 'public int getThreshold()' has been removed
418 [ERROR] org.xwiki.component.logging.VoidLogger: Method 'public void setThreshold(int)' has been removed
419 [ERROR] org.xwiki.component.manager.ComponentManager: Method 'public org.xwiki.component.descriptor.ComponentDescriptor getComponentDescriptor(java.lang.Class, java.lang.String)' has been added to an interface
420 [ERROR] org.xwiki.component.manager.ComponentManager: Method 'public java.util.List getComponentDescriptorList(java.lang.Class)' has been added to an interface
421 [ERROR] org.xwiki.component.manager.ComponentManager: Method 'public void registerComponent(org.xwiki.component.descriptor.ComponentDescriptor, java.lang.Object)' has been added to an interface
422 [ERROR] org.xwiki.component.manager.ComponentManager: Method 'public void setComponentEventManager(org.xwiki.component.manager.ComponentEventManager)' has been added to an interface
423 [ERROR] org.xwiki.component.manager.ComponentManager: Method 'public void unregisterComponent(java.lang.Class, java.lang.String)' has been added to an interface
424 [ERROR] org.xwiki.component.phase.Composable: Class org.xwiki.component.phase.Composable removed
425 {{/code}}
426
Vincent Massol 54.3 427 === Observation Manager api ===
Thomas Mortagne 51.1 428
429 * maven project artifact changed from ##xwiki-core-observation## to ##xwiki-core-observation-local##
430 * ObservationManager#addListener and ObservationManager#removeListener does not need the ##org.xwiki.observation.event.Event## anymore
431 * Details:
432
433 {{code language="none"}}
434 [ERROR] org.xwiki.observation.EventListener: Method 'public java.util.List getEvents()' has been added to an interface
435 [ERROR] org.xwiki.observation.EventListener: Method 'public java.lang.String getName()' has been added to an interface
436 [ERROR] org.xwiki.observation.ObservationManager: Method 'public void addEvent(java.lang.String, org.xwiki.observation.event.Event)' has been added to an interface
437 [ERROR] org.xwiki.observation.ObservationManager: In method 'public void addListener(org.xwiki.observation.event.Event, org.xwiki.observation.EventListener)' the number of arguments has changed
438 [ERROR] org.xwiki.observation.ObservationManager: Method 'public org.xwiki.observation.EventListener getListener(java.lang.String)' has been added to an interface
439 [ERROR] org.xwiki.observation.ObservationManager: Method 'public void removeEvent(java.lang.String, org.xwiki.observation.event.Event)' has been added to an interface
440 [ERROR] org.xwiki.observation.ObservationManager: Parameter 1 of 'public void removeListener(org.xwiki.observation.EventListener)' has changed its type to java.lang.String
441 [ERROR] org.xwiki.observation.ObservationManager: Method 'public void removeListener(org.xwiki.observation.event.Event, org.xwiki.observation.EventListener)' has been removed
442 {{/code}}
443
Vincent Massol 54.3 444 = Dependencies =
Vincent Massol 1.1 445
446 This release includes the following modules in the specified versions since XWiki Enterprise 1.9.3 was released:
447
Vincent Massol 54.3 448 == Core/Web ==
Vincent Massol 1.1 449
Vincent Massol 7.1 450 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 451 |##com.xpn.xwiki.platform##|##xwiki-*##|2.0|1.9.3
452 |##org.xwiki.platform##|##xwiki-*##|2.0|1.9.3
Vincent Massol 2.1 453
Vincent Massol 54.3 454 == Applications ==
Vincent Massol 2.1 455
Vincent Massol 4.1 456 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 57.1 457 |##com.xpn.xwiki.platform.applications##|##xwiki-application-administration##|1.17|1.12|[[jira>>https://jira.xwiki.org/browse/XAADMINISTRATION]]
458 |##com.xpn.xwiki.platform.applications##|##xwiki-application-blog##|1.12|1.8|[[jira>>https://jira.xwiki.org/browse/XABLOG]]
459 |##com.xpn.xwiki.platform.applications##|##xwiki-application-officeimporter##|1.11|1.9|[[jira>>https://jira.xwiki.org/browse/XAOFFICE]]
460 |##com.xpn.xwiki.platform.applications##|##xwiki-application-panels##|1.24|1.20.1|[[jira>>https://jira.xwiki.org/browse/XAPANELS]]
Thomas Mortagne 26.1 461 |##com.xpn.xwiki.platform.applications##|##xwiki-application-scheduler##|1.12|1.11
462 |##com.xpn.xwiki.platform.applications##|##xwiki-application-statistics##|1.5|1.4
463 |##com.xpn.xwiki.platform.applications##|##xwiki-application-tag##|1.7|1.7
464 |##com.xpn.xwiki.platform.applications##|##xwiki-application-watchlist##|1.20|1.16
465 |##com.xpn.xwiki.platform.applications##|##xwiki-application-webdav##|1.2|1.2
466 |##com.xpn.xwiki.platform.applications##|##xwiki-application-wiki-macro-bridge##|1.2|N/A
Vincent Massol 2.1 467
Vincent Massol 54.3 468 == Plugins ==
Vincent Massol 2.1 469
Vincent Massol 5.1 470 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 471 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-activitystream##|1.4|N/A
472 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-jodatime##|1.3|1.3
473 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-lucene##|1.10|1.8
474 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-mailsender##|1.13|1.10
475 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-scheduler##|1.12|1.9
476 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-skinx##|1.10|1.9
477 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-tag##|1.7|1.6
478 |##com.xpn.xwiki.platform.plugins##|##xwiki-plugin-watchlist##|1.20|1.16
Vincent Massol 2.1 479
Vincent Massol 54.3 480 == Skins ==
Vincent Massol 3.1 481
Vincent Massol 6.1 482 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 483 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-albatross##|1.24|1.21
484 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-colibri##|1.3|N/A
485 |##com.xpn.xwiki.platform.skins##|##xwiki-skin-toucan##|1.28|1.22
Vincent Massol 3.1 486
Vincent Massol 54.3 487 == Top Level POM ==
Vincent Massol 2.1 488
Vincent Massol 6.1 489 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 490 |##com.xpn.xwiki.platform##|##xwiki##|27|24
Vincent Massol 2.1 491
Vincent Massol 54.3 492 == Tools ==
Vincent Massol 2.1 493
Vincent Massol 6.1 494 |=Group Id|=Artifact Id|=New Version|=Old Version|=JIRA URL
Thomas Mortagne 26.1 495 |##org.xwiki.platform.tools##|##xwiki-jetty-resources##|1.16|1.14
496 |##org.xwiki.platform.tools##|##xwiki-rootwebapp##|1.2|1.1
497 |##org.xwiki.platform.tools##|##xwiki-xar-handlers##|1.9|1.8
498 |##org.xwiki.platform.tools##|##xwiki-xar-plugin##|1.13|1.12
499 |##org.xwiki.platform.tools##|##xwiki-configuration-resources##|1.32|1.27
Thomas Mortagne 31.1 500 |##org.xwiki.platform.tools##|##xwiki-packager-plugin##|1.14|1.12
Thomas Mortagne 26.1 501 |##org.xwiki.platform.tools##|##xwiki-license-resources##|1.1|1.0
502 |##org.xwiki.platform.tools##|##xwiki-verification-resources##|1.14|1.13

Get Connected