Release Notes for XWiki 12.3-rc-1
This is the release notes for XWiki Commons, XWiki Rendering and XWiki Platform. They share the same release notes as they are released together and have the same version.
The version introduce the new in-place editor for wiki pages content title and some metadata as well as for standard AppWithiMinutes entries and will be added to more and more areas in future versions. For extensions developers many improvements has been added to dedicated Solr cores system.
New and Noteworthy (since XWiki 12.2)
Full list of issues fixed and Dashboard for 12.3.
For Users
Extended Page Information
The information tab displayed at the bottom of each page has been extended with more information such as the original page locale, the current page locale, the available page translations, the page syntax and whether the page is hidden or not. Moreover, some of the page information is now editable in-place, from view mode.
In-place edit for application entries
The entries of a newly-created AppWithinMinutes application are now editable in-place. For existing applications you will need to edit the application and go through the application wizard so that the application sheet is re-generated, but be aware that you might loose you customizations in the process.
In-place edit for plain wiki pages
You can now edit plain wiki pages in-place, if the WYSIWYG editor is the preferred content editor.
For Admins
On MySQL, the character set utf8mb4 is now set on the main database for new instances installed via our debian packages.
For Developers
Solr multi-core improvements
Solr core are now created at runtime (for embedded Solr setup) so it's not needed to restart after installing an extension which require a custom Solr core.
This version introduces org.xwiki.search.solrAbstractSolrCoreInitializer which provide a lot of helpers for creating/migrating Solr cores. See more details on Solr Search Application.
Miscellaneous
Support targeting groups in Notifications: Using a TargetableEvent in the Notification API now allows to target also Groups and not only Users anymore.
VFS content type: It's now possible to explicitly indicate the Content-Type to return with the HTTP response containing the file. See VFS API for more details.
Upgrades
The following runtime dependencies have been upgraded (they have a different release cycle than XWiki Commons, XWiki Rendering and XWiki Platform):
- HtmlCleaner 2.23
- Dom4J 2.1.3
- CSS4J 2.0.2
- Solr 8.5.1
- Jython 2.7.2
- Jetty 9.4.27.v20200227
- Javassist 3.27.0
- Hibernate 5.4.14
- Commons Lang 3.10
- Checker Qual 3.3.0
- Bouncy Castle 1.65
- ASM 8.0.1
- PostgresSQL connector 42.2.12
- CKEditor Integration 1.42
Translations
The following translations have been updated:
Tested Browsers & Databases
Here is the list of browsers we support and how they have been tested for this release:
Browser | Tests performed and results | |
---|---|---|
Google Chrome 81 | Not Tested | |
Mozilla Firefox 75 | Jira Tickets Marked as Fixed in the Release Notes Tests run and results | |
Microsoft Edge 81 | ||
Internet Explorer 11 | ||
Safari 13 | Not Tested |
Here is the list of databases we support and how they have been tested for this release:
Database | Tests performed and results | |
---|---|---|
HyperSQL 2.5.0 | Not Tested | |
MySQL 5.7 | Jira Tickets Marked as Fixed in the Release Notes Tests run and results | |
Oracle 19c | ||
PostgreSQL 12 | Not Tested |
Here is the list of Servlet Containers we support and how they have been tested for this release:
Servlet Container | Tests performed and results | |
---|---|---|
Tomcat 9.0.31 | Jira Tickets Marked as Fixed in the Release Notes Tests run and results | |
Jetty 9.4.27 (XWiki Standalone packaging) | ||
Jetty 9.4.27 | Not Tested |
Known issues
Backward Compatibility and Migration Notes
General Notes
- When upgrading make sure you compare and merge the following XWiki configuration files since some parameters may have been modified, removed or added:
- xwiki.cfg
- xwiki.properties
- web.xml
- hibernate.cfg.xml
- Add xwiki.store.migration=1 in xwiki.cfg so that XWiki will attempt to automatically migrate your current database to any new schema. Make sure you backup your Database before doing anything.
API Breakages
The following APIs were modified since XWiki 12.2:
- Wrongly placed extension. Breakage is limited
- Violation type:java.annotation.removed
- Code:## Old:
interface org.xwiki.xar.XarEntryTypeResolver
## New:
interface org.xwiki.xar.XarEntryTypeResolver
- Violation type:
Credits
The following people have contributed code and translations to this release (sorted alphabetically):
- Cami Andrei
- Clemens Robbenhaar
- Damoebai·Cloud
- Guillaume Delhumeau
- Jarle Sandmo
- Joan
- Manuel Leduc
- Marius Dumitru Florea
- Simon Urli
- Thomas Mortagne
- Varad Thokal
- Vincent Massol
- xrichard