Wiki source code of Release Notes for XWiki 6.2

Version 25.3 by Eduard Moraru on 2014/09/19

Hide last authors
Guillaume Delhumeau 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
Eduard Moraru 25.3 7 This release is mainly focused on the Flamingo skin and it being now used by default, but also features improvements for applications such as AWM and Blog and various performance improvements. Developers can benefit from new APIs such as the new Mail Sender API and the new Blame API but also from improved APIs such as the wiki module API and JS widgets.
Guillaume Delhumeau 1.1 8
Eduard Moraru 10.4 9 = New and Noteworthy (since XWiki 6.1) =
Guillaume Delhumeau 1.1 10
Eduard Moraru 10.4 11 [[Full list of issues fixed and Dashboard for 6.2>>http://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=12494]].
Guillaume Delhumeau 1.1 12
Guillaume Delhumeau 2.1 13 == Flamingo ==
Guillaume Delhumeau 1.1 14
Eduard Moraru 25.2 15 * **[[Flamingo>>extensions:Extension.Flamingo Skin]] is the new default skin in XWiki!**
16 * The [[applications panel>>extensions:Extension.Panels Application||anchor="HApplicationPanel"]] (also known as the "Applications Bar") has been set by default on the left panel.
17 * The default icon theme is now [[Font Awesome>>extensions:Extension.Font Awesome Icon Theme]].
18 * A new application has been made to manage color themes on Flamingo. It does not only permit to change colors anymore, but also the typography, etc... That is why it is called [[extensions:Extension.Flamingo Theme Application]].
19 {{image reference="FlamingoThemeEditor.png" width="50%"/}}
20 * By default, a new theme is enabled: ##FlamingoDefaultTheme##, made with the new application described above.
21 * [[extensions:Extension.Colibri Skin]] can use the themes from Flamingo thanks to a mapping between [[extensions:Extension.Flamingo Theme Application]] and [[extensions:Extension.Color Theme Application]]. The results may not be perfect though.
22 * Improved Login form(((
23 {{image reference="flamingoLogin.png"/}}
24 )))
25 * The page headers from Colibri ColorThemes can be displayed for Flamingo skin by setting the ##$displayPageHeader## to ##true## in ##layoutExtraVars.vm##. By default this variable is set to false (((
26 [[{{image reference="Flamingo_displayPageHeader_false.png" width="400px"/}}>>attach:Flamingo_displayPageHeader_false.png]] [[{{image reference="Flamingo_displayPageHeader_true.png" width="400px"/}}>>attach:Flamingo_displayPageHeader_true.png]]
27 )))
28 * You can control whether or not you want to display the create and the "more actions" menus with 2 new variables: ##$displayCreateMenu## and ##$displayMoreActionsMenu##. You can manually set them in the ##layoutExtraVars.vm## file.(((
Guillaume Delhumeau 2.1 29 * The textarea now use a monospace font.
Eduard Moraru 10.5 30 * The user profile looks better on smartphones:(((
31 {{image reference="flamingo-user-profile.png" width="12%"/}}
32 )))
33
Eduard Moraru 25.2 34 You can see the results of all this changes in the following screenshot:
35 {{image reference="flamingo.png" width="65%"/}}
36 )))
Eduard Moraru 10.5 37
38 == Icon Theme Application ==
39
40 A new application is now bundled in XWiki: [[extensions:Extension.Icon Theme Application]]. Its purpose is to let the user chose which icon set she would like to have in her wiki.
41
42 {{image reference="iconset-administration.png"/}}
43
44 This application is compatible with icon stored as images but also with font icons such as [[FontAwesome>>http://fortawesome.github.io/Font-Awesome/]]!
45
46 == Font Awesome ==
47
48 [[Font Awesome>>extensions:Extension.Font Awesome Icon Theme]] is our first alternative to [[silk>>http://www.famfamfam.com/lab/icons/silk/]] as an Icon Theme. It is now bundled in XWiki, but the Icon Theme mapping is still at a beta state.
49
Eduard Moraru 25.2 50 == Initialization screen improvements ==
51
52 If XWiki initialization failed you get a detailed log and it stop refreshing the page.
53
54 {{image reference="init_errors.png"/}}
55
Eduard Moraru 10.5 56 == Application Bar ==
57
58 * The icons are now bigger.
59 * The icons displayed in the application bar use the new Icon Theme Application, in order to let the user choose the icon set she wants to see:
60 \\{{image reference="appbar-with-fontawesome.png" width="40%"/}} {{image reference="appbar-with-silk.png" width="40%"/}}
61 * On devices with small screen, when panels are displayed under the page content (currently, it is the case for Flamingo only), the appbar is now displayed differently to use all the available width:
62 \\{{image reference="AppBarLowRes.png"/}}
63
64 == Blog Application ==
65
66 The blog panels are now displayed on the right column by default, to fit Flamingo:
67
68 (((
69 {{image reference="flamingo-blog.png" width="60%"/}}
70 )))
71
Eduard Moraru 25.2 72 == New structure for apps created with App Within Minutes ==
73
74 When you create a new application using AWM, your application will be structured into 2 spaces (one for data and the other for code). For more details, see [[AWM's documentation>>extensions:Extension.App Within Minutes Application||anchor="HApplicationStructure"]].
75
76 {{image reference="AppWithinMinutes-Step1.png"/}}
77
Guillaume Delhumeau 1.1 78 == Miscellaneous ==
79
Vincent Massol 6.1 80 * The RTF export is now only supported when an Office Server is connected to XWiki (we used to default to using FOP when no Office Server is connected but the quality of the export was too low to consider this a viable solution).
Vincent Massol 5.1 81 * When using the Standalone distribution, the format has changed when passing parameters. The shell used has also been changed from ##sh## to ##bash## The new format is:(((
Vincent Massol 4.1 82 start_xwiki.sh:
83
84 {{code language="none"}}
85 # ----------------------------------------------------------------------------------------------------------------
86 # Optional ENV vars
87 # -----------------
88 # XWIKI_OPTS - parameters passed to the Java VM when running XWiki e.g. to increase the memory allocated to the
89 # JVM to 1GB, use set XWIKI_OPTS=-Xmx1024m
90 # JETTY_PORT - the port on which to start Jetty.
91 # JETTY_STOP_PORT - the port on which Jetty listens for a Stop command.
92 #
93 # Optional Parameters
94 # -------------------
95 # -p, --port: The Jetty HTTP port to use. Overrides any value from JETTY_PORT. Defaults to 8080.
96 # -sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
97 # -ld, --lockdir: The directory where the executing process id is stored to verify that that only one instance is
98 # started. Defaults to /var/tmp.
99 # -k, --kill: If set then kills any already executing XWiki instance before starting a new one.
100 #
101 # Example
102 # -------
103 # start_xwiki.sh -p 8080 -sp 8079 -k
104 # ----------------------------------------------------------------------------------------------------------------
105 {{/code}}
106
107 start_xwiki_debug.sh:
108
109 {{code language="none"}}
110 # ----------------------------------------------------------------------------------------------------------------
111 # Optional ENV vars
112 # -----------------
113 # XWIKI_OPTS - parameters passed to the Java VM when running XWiki e.g. to increase the memory allocated to the
114 # JVM to 1GB, use set XWIKI_OPTS=-Xmx1024m
115 # JETTY_PORT - the port on which to start Jetty.
116 # JETTY_STOP_PORT - the port on which Jetty listens for a Stop command.
117 #
118 # Optional Parameters
119 # -------------------
120 # -p, --port: The Jetty HTTP port to use. Overrides any value from JETTY_PORT. Defaults to 8080.
121 # -sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
122 # -ld, --lockdir: The directory where the executing process id is stored to verify that that only one instance is
123 # started. Defaults to /var/tmp.
124 # -k, --kill: If set then kills any already executing XWiki instance before starting a new one.
125 # -yp, --yourkitpath: The path where Yourkit can find the agent. If not passed then YourKit won't be enabled.
126 # For example: "/Applications/YourKit Java Profiler 7.0.11.app/bin/mac"
127 # or "/home/User/yjp-11.0.8/bin/linux-x86-64/"
128 #
129 # Example
130 # -------
131 # start_xwiki_debug.sh -yp "/Applications/YourKit Java Profiler 7.0.11.app/bin/mac"
132 # ----------------------------------------------------------------------------------------------------------------
133 {{/code}}
134
135 stop_xwiki.sh:
136
137 {{code language="none"}}
138 # ----------------------------------------------------------------------------------------------------------------
139 # Optional ENV vars
140 # -----------------
141 # XWIKI_OPTS - parameters passed to the Java VM when running XWiki e.g. to increase the memory allocated to the
142 # JVM to 1GB, use set XWIKI_OPTS=-Xmx1024m
143 # JETTY_STOP_PORT - the port on which Jetty listens for a Stop command.
144 #
145 # Optional Parameters
146 # -------------------
147 # -p, --port: The Jetty HTTP port that was used to start XWiki. Defaults to 8080.
148 # -sp, --stopport: The Jetty stop port to use. Overrides any value from JETTY_STOP_PORT. Defaults to 8079.
149 # -ld, --lockdir: The directory where the executing process id is stored to verify that that only one instance is
150 # started. Defaults to /var/tmp.
151 #
152 # Example
153 # -------
154 # stop_xwiki.sh -sp 8079
155 # ----------------------------------------------------------------------------------------------------------------
156 {{/code}}
157 )))
Eduard Moraru 10.5 158 * When using the standalone package, the logs can also be found in files under ##data/logs/##.
159 * The jetty configuration is now split in several files, making it easier to configure the needed parts.
160 * There's a sample configuration file for enabling HTTPS for the standalone Jetty server.
161 * The port on which Jetty listens for request can be configured using the ##JETTY_PORT## environment variables; ##JETTY_STOP_PORT## can be used to configure the port where stop commands are expected.
162 * Jetty's messages are now more informative: internal information isn't displayed, while notifications for the users are printed both at startup and shutdown.
163 * Single line fields in documents are not merged at character level anymore. This might increase a bit the number of potential conflicts but at the same time improve the suggestion in most cases in case of real conflict since most of the time this kind of field cannot really be merged.
164 * The XWiki Snapshots maven extensions repository is now used by default (when no other repositories are configured) on snapshot/development builds of XWiki Enterprise in order to make the testing of snapshot builds easier and faster.
165 * ModalPopup and LightBox resource components are now responsive. For small resolutions their width will occupy the whole screen.(((
166 {{image reference="afterAddUsers.png"/}} {{image reference="afterSharebyEmail.png"/}}
167 )))
168 * Deleted document translations can now be restored, even if the main document or a different translation has already been restored (as long as no conflict exists). See [[XWIKI-9567>>http://jira.xwiki.org/browse/XWIKI-9567]] and the [[documentation>>extensions:Extension.Index Application||anchor="HRestoringatranslation"]].
169 * The [[Font Awesome Icon Theme>>extensions:Extension.Font Awesome Icon Theme]] has been improved with 50 new icons.
170 * In Flamingo, the form of the login page has been changed to navigate easily using the keyboard.
171 * Annotations initialization speedup
172 * Wiki macros initialization speedup
Vincent Massol 4.1 173
Manuel Smeria 9.1 174 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+%3D+%226.2%22&tempMax=1000]] fixed in this release.
Guillaume Delhumeau 1.1 175
176 = For Developers =
177
Eduard Moraru 10.5 178 == Wiki module improvements ==
Guillaume Delhumeau 1.1 179
Eduard Moraru 10.5 180 * Added an API to directly get the wiki identifiers:
181 ** From Velocity:(((
182 {{code language="velocity"}}
183 #set($wikiIds = $services.wiki.allIds)
184 {{/code}}
185 )))
186 ** From Java:(((
187 {{code language="java"}}
188 Collection<String> wikiIds = wikiDescriptorManager.getAllIds();
189 {{/code}}
190 )))
Guillaume Delhumeau 1.1 191
Eduard Moraru 10.5 192 == The ##XWiki.widgets.ConfirmationBox## widget can display a //Cancel// button ==
Guillaume Delhumeau 1.1 193
Eduard Moraru 10.5 194 By passing the ##showCancelButton : true## option in the ##interactionParameters## argument to the constructor, a //Cancel// button will be displayed next to the //Yes// and //No// ones. The label of the button can be specified with the ##cancelButtonText## interaction option, and an optional callback to execute with the ##onCancel## behavior option.
Guillaume Delhumeau 1.1 195
Eduard Moraru 10.5 196 == The ##XWiki.widgets.ModalPopup#createButton## method now accepts an ##extraClass## parameter ==
197
198 The fifth parameter can be used to add additional classes, besides the standard ##button##, to the created buttons.
199
200 == WikiStream module renamed to Filter module ==
201
202 The heart of WikiStream being far more generic than wikis, most of it have been moved to commons in the already existing [[Filter module>>extensions:Extension.Filter Module]].
203
204 Most of WikiStream module moved to commons filter module (everything that wasn't really depending on any platform project) and it also been renamed to ##Filter## on platform side to follow commons naming. The structure of the API did not changed a bit except for the naming. In short every "WikiStream" in your code should be changed to ##Filter## or ##FilterStream##. None of the existing streams identifiers changed except for the generic XML streams which is is now ##filter+xml## (instead of wiki+xml).
205
206 == Mail Sender API ==
207
208 * The new [[Mail Sender API>>extensions:Extension.Action API]] is now bundled by default in XWiki Enterprise.
209 * It's now possible to access the Mail Sending API configuration from scripts by calling ##$services.mailsender.configuration##.
210 * The ##send()## API now sends messages synchronously and a new ##sendAsynchronously()## API has been added
211 * Using the following will now automatically add a template body part too:(((
212 {{code language="none"}}
213 #set ($message = $services.mailsender.createMessage('template', $templateReference, $mailParameters)
214 {{/code}}
215 )))
216 * In addition the "template" Mime Message Factory supports passing "to", "from", "cc" and "bcc" addresses in the parameters list, for example:(((
217 {{code language="none"}}
218 #set ($mailParameters = {'from' : '[email protected]', 'to' : '[email protected]', 'language' : $xcontext.language, 'velocityVariables' : { 'var1' : 'value1' }})
219 #set ($message = $services.mailsender.createMessage('template', $templateReference, $mailParameters)
220 {{/code}}
221 )))
222
223 == Building XWiki is now possible using Maven 3.1 and 3.2 ==
224
225 The packager Maven plugin was using temporary APIs used only in Maven 3.0, which [[made it impossible to build modules depending on that plugin with other versions of Maven than 3.0.x>>http://jira.xwiki.org/browse/XWIKI-9760]]. This has now been fixed, and the build works with any 3.x Maven version.
226
227 == Blame generic API and Script Service ==
228
229 Provides the implementation of the blame/annotate/praise algorithm.
230
231 Like the diff module API, this API is not tied to any type so you have to first transform the datas you want to blame into lists and you will be able to link them with any kind of revision metadata. Blame will link each elements of the initial list with the revision metadata of the original revision it came from. You will have to call blame in loop with each revised list, starting from the most recent one, until all element are annotated.
232
233 See [[Blame Module>>extensions:Extension.Blame Module]] for more information.
234
Guillaume Delhumeau 1.1 235 == Upgrades ==
236
237 The following dependencies have been upgraded:
238
Eduard Moraru 10.5 239 * [[Bootstrap 3.2.0>>http://jira.xwiki.org/browse/XWIKI-10579]]
240 * [[HTML5Shiv 3.7.2>>http://jira.xwiki.org/browse/XWIKI-10615]]
241 * [[Jetty 8.1.15>>http://jira.xwiki.org/browse/XWIKI-10653]]
242 * [[JFreechart 1.0.19>>http://jira.xwiki.org/browse/XWIKI-10689]]
243 * [[Joda-Time 2.4>>http://jira.xwiki.org/browse/XWIKI-10692]]
244 * [[xalan 2.7.2>>http://jira.xwiki.org/browse/XWIKI-10694]]
245 * [[Groovy 2.3.6>>http://jira.xwiki.org/browse/XCOMMONS-625]]
246 * [[Velocity Tools 2.0>>http://jira.xwiki.org/browse/XWIKI-5347]]
247 * [[Jython 2.7-b3>>http://jira.xwiki.org/browse/XWIKI-10837]]
248 * [[httpclient 4.3.5>>http://jira.xwiki.org/browse/XCOMMONS-631]]
249 * [[Guava 18.0>>http://jira.xwiki.org/browse/XCOMMONS-632]]
250 * [[Apache FOP 1.1>>http://jira.xwiki.org/browse/XWIKI-8351]]
251 * [[Maven 3.2.3>>http://jira.xwiki.org/browse/XCOMMONS-634]]
252 * [[JGroups 3.4.5>>http://jira.xwiki.org/browse/XWIKI-10890]]
253 * [[HTMLCleaner 2.9>>http://jira.xwiki.org/browse/XCOMMONS-635]]
254 * [[Font Awesome 4.2.0>>http://jira.xwiki.org/browse/XWIKI-10913]]
Guillaume Delhumeau 1.1 255
256 == Miscellaneous ==
257
258 * The ##auto## value has been added to the ##align## option of the ##[[Auto Suggest Widget>>platform:DevGuide.AutoSuggestWidget]]##.
Guillaume Delhumeau 3.1 259 * A new parameter ##targetQueryString## has been added to the UI Extension points [[##org.xwiki.platform.panels.Applications##>>platform:ExtensionPoint.AddApplicationUIX]] and [[##org.xwiki.platform.panels.Applications.more##>>platform:ExtensionPoint.MoreApplicationUIX]].
Thomas Mortagne 7.1 260 * New ##com.xpn.xwiki.api.Collection#getValue(String name)##. That means you can write directly ##$myobject.getValue('fieldname')## instead of ##$myobject.getProperty('fieldname').value##. Who knows, maybe we well get a bit less missuses of ## com.xpn.xwiki.api.Object#get(String name)##.
Thomas Mortagne 10.1 261 * New org.xwiki.text.StringUtils which extends org.apache.commons.lang3.StringUtils with new useful methods. See [[http://extensions.xwiki.org/xwiki/bin/view/Extension/Text+Module#HFeatures]].
Eduard Moraru 10.5 262 * The user of an Activity Stream event is now always stored as an absolute serialized reference. See [[XWIKI-9066>>http://jira.xwiki.org/browse/XWIKI-9066]] for more details.
263 * A new user and group references related reference resolver have been provided:(((
264 {{code language="java"}}
265 @Inject
266 @Named("user/current")
267 private DocumentReferenceResolver<String> currentUserDocumentResolver;
Guillaume Delhumeau 1.1 268
Eduard Moraru 10.5 269 @Inject
270 @Named("user/current")
271 private EntityReferenceResolver<String> currentUserEntityResolver;
272
273 @Inject
274 @Named("user")
275 private EntityReferenceResolver<String> defaultUserEntityResolver;
276 {{/code}}
277 )))
278 * Each XWiki class property can now control how it's merged. Just need to overwrite ##com.xpn.xwiki.objects.classes.PropertyClass#mergeProperty## method.
279 * The target syntax is now part of the Rendering Context when the Rendering is used to render some Blocks (otherwise it's ##null##. For example when parsing content).
280 * Added new ##org.xwiki.rendering.renderer.printer.WriterWikiPrinter## to output all calls to ##org.xwiki.rendering.renderer.printer.WikiPrinter## into a ##org.xwiki.rendering.renderer.printer.Writer##
281 * Added the new component ##org.xwiki.skinx.internal.LinkSkinExtension## (with the hint "##linkx##") that wraps the ##$xwiki.linkx## plugin
282 * New ##$cookietool## available for working with cookies in Velocity. See [[XCOMMONS-627>>http://jira.xwiki.org/browse/XCOMMONS-627]]
283 * New ##$doc.isTranslation()## method is available in the web API. See [[XWIKI-10805>>http://jira.xwiki.org/browse/XWIKI-10805]]
284 * ##xwiki-platform-font-awesome## has been moved in the ##xwiki-platform-icon## module and renamed ##xwiki-platform-icon-fontawesome##.
285 * [[Icon Theme>>extensions:Extension.Icon Theme Application]] can now use JavaScript Extensions.
286 * The [[Icon class>>https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-api/src/main/java/org/xwiki/icon/Icon.java]] of the [[Icon Theme>>extensions:Extension.Icon Theme Application]] does not store the name of the icon anymore, since it is already stored in a map in the [[IconSet class>>https://github.com/xwiki/xwiki-platform/blob/master/xwiki-platform-core/xwiki-platform-icon/xwiki-platform-icon-api/src/main/java/org/xwiki/icon/IconSet.java]] (better memory usage).
287 * It is now possible to compile a LESS file or to compute a color theme from an other skin.
288 * ##xwiki-platform-less-css## has been renamed ##xwiki-platform-lesscss## in order to be consistent with our naming conventions.
289 * new API to flush rendering cache. See [[platform:AdminGuide.Performances||anchor="HConfigurationbased"]].
290
Guillaume Delhumeau 1.1 291 = Translations =
292
293 The following translations have been updated:
294
Eduard Moraru 10.5 295 {{language codes="da, de, fr, lv, pl, ru, sv, zh"/}}
Guillaume Delhumeau 1.1 296
297 = Tested Browsers & Databases =
298
Manuel Smeria 8.1 299 {{include reference="TestReports.ManualTestReportSummaryXWiki62"/}}
Guillaume Delhumeau 1.1 300
301 = Known issues =
302
303 * [[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]]
304
305 = Backward Compatibility and Migration Notes =
306
307 == General Notes ==
308
309 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.
310
311 == API Breakages ==
312
Eduard Moraru 10.3 313 The following APIs were modified since XWiki 6.1:
Guillaume Delhumeau 1.1 314
Eduard Moraru 10.3 315 * Young APIs:(((
Guillaume Delhumeau 1.1 316 {{code language="none"}}
Eduard Moraru 10.3 317 org.xwiki.rendering.transformation.RenderingContext: Method 'public org.xwiki.rendering.syntax.Syntax getTargetSyntax()' has been added to an interface
Guillaume Delhumeau 1.1 318 {{/code}}
Eduard Moraru 10.3 319
320 * Added an API for a very common use case so that we optimize it
321
322 {{code language="none"}}
323 org.xwiki.wiki.descriptor.WikiDescriptorManager: Method 'public java.util.Collection getAllIds()' has been added to an interface
324 {{/code}}
325
326 {{code language="none"}}
327 org.xwiki.mail.MailSender: Method 'public void send(javax.mail.internet.MimeMessage, javax.mail.Session, org.xwiki.mail.MailResultListener)' has been removed
328 org.xwiki.mail.MailSender: Method 'public void sendAsynchronously(javax.mail.internet.MimeMessage, javax.mail.Session, org.xwiki.mail.MailResultListener)' has been added to an interface
329 org.xwiki.mail.MailResultListener: Parameter 2 of 'public void onError(javax.mail.internet.MimeMessage, java.lang.Throwable)' has changed its type to java.lang.Exception
330 org.xwiki.mail.script.MimeMessageWrapper: Parameter 1 of 'public MimeMessageWrapper(javax.mail.internet.MimeMessage, javax.mail.Session, org.xwiki.mail.MailSender, org.xwiki.context.Execution, org.xwiki.component.manager.ComponentManager)' has changed its type to org.xwiki.mail.internal.ExtendedMimeMessage
331 org.xwiki.mail.script.MimeMessageWrapper: Return type of method 'public javax.mail.internet.MimeMessage getMessage()' has been changed to org.xwiki.mail.internal.ExtendedMimeMessage
332 {{/code}}
333 )))
334
335 * The extended class got moved to a new package with the upgrade to velocity-tools 2.0 and the old location got deprecated.(((
336 {{code language="none"}}
337 org.xwiki.velocity.XWikiWebappResourceLoader: Removed org.apache.velocity.tools.view.servlet.WebappLoader from the list of superclasses
338 {{/code}}
339 )))
340
341 * Not really APIs to begin with.(((
342 {{code language="none"}}
343 com.xpn.xwiki.doc.XWikiDocument: Removed field compactEntityReferenceSerializer
344 com.xpn.xwiki.doc.XWikiDocument: Removed field compactWikiEntityReferenceSerializer
345 com.xpn.xwiki.doc.XWikiDocument: Removed field currentDocumentReferenceResolver
346 com.xpn.xwiki.doc.XWikiDocument: Removed field currentMixedDocumentReferenceResolver
347 com.xpn.xwiki.doc.XWikiDocument: Removed field currentReferenceDocumentReferenceResolver
348 com.xpn.xwiki.doc.XWikiDocument: Removed field currentReferenceObjectReferenceResolver
349 com.xpn.xwiki.doc.XWikiDocument: Removed field defaultEntityReferenceSerializer
350 com.xpn.xwiki.doc.XWikiDocument: Removed field explicitDocumentReferenceResolver
351 com.xpn.xwiki.doc.XWikiDocument: Removed field explicitReferenceDocumentReferenceResolver
352 com.xpn.xwiki.doc.XWikiDocument: Removed field localEntityReferenceSerializer
353 com.xpn.xwiki.doc.XWikiDocument: Removed field localUidStringEntityReferenceSerializer
354 com.xpn.xwiki.doc.XWikiDocument: Removed field relativeEntityReferenceResolver
355 com.xpn.xwiki.doc.XWikiDocument: Removed field syntaxFactory
356 com.xpn.xwiki.doc.XWikiDocument: Removed field uidStringEntityReferenceSerializer
357 com.xpn.xwiki.doc.XWikiDocument: Removed field xClassEntityReferenceResolver
358 {{/code}}
359 )))
360
361 * The annotation API already needs a larger refactoring, this small fix stay in line with the existing API and does not deserve the creation of a new (temporary) API.(((
362 {{code language="none"}}
363 org.xwiki.annotation.io.IOTargetService: Method 'public org.xwiki.rendering.block.XDOM getXDOM(java.lang.String)' has been added to an interface
364 org.xwiki.annotation.io.IOTargetService: Method 'public org.xwiki.rendering.block.XDOM getXDOM(java.lang.String, java.lang.String)' has been added to an interface
365 {{/code}}
366 )))

Get Connected