Last modified by Manuel Leduc on 2026/02/24 09:36

Hide last authors
Pierre Jeanjean 1.1 1 {{velocity}}
2 #if ($doc.getValue('released') != 1)
3 {{warning}}This version has not yet been released.{{/warning}}
4 #end
5 {{/velocity}}
6
7 {{velocity}}
8 #set ($rnObject = $doc.getObject('ReleaseNotes.Code.ReleaseNoteClass'))
9 #set ($product = $rnObject.product)
10 #set ($version = $rnObject.version)
11 #set ($versionPrefix = $stringtool.substringBefore($version, '-'))
12 #set ($versionParts = $stringtool.split($versionPrefix, '.'))
13 #set ($isRC = $version.contains('rc'))
14 #set ($isFinal = !$isRC)
15 #set ($isFirstFinal = $isFinal && ($versionParts.size() == 2 || $versionParts[2] == 0))
16 #set ($isBugFix = $isFinal && $versionParts.size() == 3 && $versionParts[2] > 0)
17 {{/velocity}}
18
19 {{box cssClass="floatinginfobox" title="**Contents**"}}
20 {{toc/}}
21 {{/box}}
22
Pierre Jeanjean 4.1 23 This is the release notes for [[Cristal>>http://cristal.xwiki.org]].
Pierre Jeanjean 1.1 24
Pierre Jeanjean 5.1 25 This releases includes preliminary work to deprecate the need to install [[the headless Cristal Integration extension for XWiki>>extensions:Extension.Cristal Integration.Cristal Integration - Headless]], as well as several dependency upgrades.
Pierre Jeanjean 1.1 26
Pierre Jeanjean 6.1 27 {{warning}}
Pierre Jeanjean 8.1 28 This release relies on new XWiki APIs introduced in [[version 18.1.0RC1>>ReleaseNotes.Data.XWiki.18\.1\.0RC1]]. As such, the XWiki backend no longer supports previous XWiki versions.
Pierre Jeanjean 6.1 29 {{/warning}}
30
Pierre Jeanjean 4.1 31 {{info}}
32 **Note for translators:** While there is currently no easy way to switch languages, we started extracting translatable text info a format that can be exploited by [[Weblate>>https://weblate.org/]]. You can already **[[start translating a few translation keys>>https://l10n.xwiki.org/projects/xwiki-contrib/cristal/]]**.
33 {{/info}}
34
35 {{warning}}
36 Cristal is still under heavy development.
37
38 * All APIs are subject to be changed without notice
39 * A lot of features are subject to limitations that will be removed over time
40 * See the [[Roadmap>>design:Proposal.Cristal.Roadmap.WebHome]] page to see what we plan to work on in the next releases
41 {{/warning}}
42
Pierre Jeanjean 1.1 43 {{velocity}}
44 {{jiraBlockersFor version="$version" id="xwikiorg"/}}
45 {{/velocity}}
46
Pierre Jeanjean 2.1 47 = New and Noteworthy (since {{velocity}}$product{{/velocity}} 1.0.0) =
Pierre Jeanjean 1.1 48
Pierre Jeanjean 3.1 49 [[Full list of issues fixed and Dashboard for 1.0.0>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=16520]].
Pierre Jeanjean 1.1 50
51 {{velocity}}
52 #if ($isBugFix)
53 {{jira style="list" url="https://jira.xwiki.org" fields="type, status, key, summary" source="jql"}}
54 resolution in (Fixed, "Solved By") AND component != "Development Issues only" AND component != "Development Issues only - Test" AND component != "Dependency Upgrades" AND project in (XCOMMONS, XRENDERING, XWIKI) AND fixVersion in ($version)
55 {{/jira}}
56 #else
57 {{releasenotechanges/}}
58 #end
59 {{/velocity}}
60
Pierre Jeanjean 4.1 61 === Upgrades ===
Pierre Jeanjean 1.1 62
Pierre Jeanjean 4.1 63 (% class="upgrades" %)
64 (((
Pierre Jeanjean 1.1 65 {{jira url="https://jira.xwiki.org" source="jql" style="list"}}
Pierre Jeanjean 4.1 66 project = CRISTAL AND issuetype = Task AND resolution != Duplicate AND fixVersion IN (1.1.0-rc-1) AND component = " Dependency Upgrades" ORDER BY summary ASC
Pierre Jeanjean 1.1 67 {{/jira}}
Pierre Jeanjean 4.1 68 )))
Pierre Jeanjean 1.1 69
70 = Security Issues =
71
72 Security issues are not listed in issue lists or dashboards to avoid disclosing ways to use them, but they will appear automatically in them once they're disclosed. See the [[XWiki Security Policy>>dev:Community.SecurityPolicy.WebHome]] for more details.
73
74 = Known issues =
75
76 * [[Bugs we know about>>https://jira.xwiki.org/issues/?jql=category%20%3D%2010000%20AND%20issuetype%20%3D%20Bug%20AND%20resolution%20%3D%20Unresolved%20ORDER%20BY%20updated%20DESC]]
77
Pierre Jeanjean 4.1 78 = Credits =
Pierre Jeanjean 1.1 79
Pierre Jeanjean 4.1 80 (% class="col-sm-3" %)
81 (((
82 {{display reference="cristal:Main.France2030Support.WebHome"/}}
83 )))
Pierre Jeanjean 1.1 84
Pierre Jeanjean 4.1 85 (% class="col-sm-9" %)
86 (((
87 The following people have contributed code to this release (sorted alphabetically):
Pierre Jeanjean 9.1 88 * Manuel Leduc
89 * Pierre Jeanjean
Manuel Leduc 11.1 90 * Thiago Krieck
Pierre Jeanjean 4.1 91 )))

Get Connected