Wiki source code of Roadmap
Version 739.1 by Vincent Massol on 2022/03/04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{box cssClass="floatinginfobox" title="**Contents**"}} | ||
2 | {{toc depth="2"/}} | ||
3 | {{/box}} | ||
4 | |||
5 | The [[XWiki development process>>dev:Main.WebHome]] uses [[JIRA>>https://jira.xwiki.org]] for listing all tasks to be implemented and all bugs to be fixed. | ||
6 | |||
7 | You'll find there the dates and versions planned for issues to be fixed and hence the XWiki roadmaps. There's also a [[release calendar>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10000]] listing all known dates for future releases. Please understand that these dates are often tentative since XWiki's development is open source and lots of committers/contributors are working in their free time on XWiki. | ||
8 | |||
9 | If you're interested to help out check the [[contributing page>>dev:Community.Contributing]]. | ||
10 | |||
11 | {{info}} | ||
12 | We're releasing several top level projects together and as such we've decided to have the same Roadmap page for all of them. Thus this page contains the roadmap for the following projects: XWiki Commons, XWiki Rendering and XWiki Platform. | ||
13 | {{/info}} | ||
14 | |||
15 | General goals for all releases: | ||
16 | |||
17 | * More tests | ||
18 | * Better javadoc | ||
19 | * More documentation on xwiki.org | ||
20 | * Code cleanup/refactoring | ||
21 | |||
22 | Already implemented roadmaps can be found in the [[archives>>Roadmaps.Archives.WebHome]]. | ||
23 | |||
24 | Note that all planned release dates are also entered in the Calendar on [[JIRA>>https://jira.xwiki.org/secure/Dashboard.jspa?selectPageId=10000]]. | ||
25 | |||
26 | = XWiki 14.x [[Cycle>>dev:Community.VersioningAndReleasePractices]] = | ||
27 | |||
28 | Release dates for the 14.x Cycle: | ||
29 | |||
30 | * 14.0: January 2022 (/) | ||
31 | * 14.1: February 2022 (/) | ||
32 | * 14.2: March 2022 (x) | ||
33 | * 14.3: April 2022 (x) | ||
34 | * 14.4: May 2022 (x) | ||
35 | * 14.5: June 2022 (x) | ||
36 | * 14.6: July 2022 (x) | ||
37 | * 14.7: August 2022 (x) | ||
38 | * 14.8: September 2022 (x) | ||
39 | * 14.9: October 2022 (x) | ||
40 | * 14.10: November 2022 (x) | ||
41 | * 14.10.1: December 2022 (x) | ||
42 | * 14.10.2: December 2022 (x) | ||
43 | |||
44 | {{comment}} | ||
45 | * TBD - TBD((( | ||
46 | {{jira id="xwikiorg"}} | ||
47 | TBD-1234 | ||
48 | {{/jira}} | ||
49 | ))) | ||
50 | {{/comment}} | ||
51 | |||
52 | == XWiki 14.2 == | ||
53 | |||
54 | === XWiki Standard === | ||
55 | |||
56 | * Outstanding from 13.x: | ||
57 | ** Finish Realtime for 13.x - Marius((( | ||
58 | {{jira id="xwikiorg"}} | ||
59 | XWIKI-19156 | ||
60 | XWIKI-19178 | ||
61 | XWIKI-19174 | ||
62 | XWIKI-19180 | ||
63 | XWIKI-19181 | ||
64 | {{/jira}} | ||
65 | ))) | ||
66 | * Outstanding from 14.0 and 14.1: | ||
67 | ** New PDF Export with HTML coming from the client side - Marius((( | ||
68 | {{jira id="xwikiorg"}} | ||
69 | XWIKI-19268 | ||
70 | XWIKI-19266 | ||
71 | {{/jira}} | ||
72 | ))) | ||
73 | ** Image display in view mode using a lightbox - Lavinia((( | ||
74 | {{jira id="xwikiorg"}} | ||
75 | XWIKI-19436 | ||
76 | {{/jira}} | ||
77 | ))) | ||
78 | ** Rewrite Active Installs to use ES 7.x - Vincent | ||
79 | *** To use the latest version of ES but also to make the build work with java 11 | ||
80 | *** ((( | ||
81 | {{jira id="xwikiorg"}} | ||
82 | XWIKI-13576 | ||
83 | {{/jira}} | ||
84 | ))) | ||
85 | ** Close some issues that were blocked by the move to Java 11 - Vincent (and whoever wants) | ||
86 | *** See "blocking" issues inside https://jira.xwiki.org/browse/XCOMMONS-2095 | ||
87 | ** Continue working on LiveTable to Live Data migrations - Michael((( | ||
88 | {{jira id="xwikiorg"}} | ||
89 | XWIKI-19461 | ||
90 | XWIKI-19037 | ||
91 | XWIKI-18746 | ||
92 | XWIKI-18759 | ||
93 | XWIKI-18752 | ||
94 | {{/jira}} | ||
95 | ))) | ||
96 | ** More WebJar upgrades - Marius((( | ||
97 | {{jira id="xwikiorg"}} | ||
98 | XWIKI-15026 | ||
99 | {{/jira}} | ||
100 | ))) | ||
101 | ** Attachments pagination - Lavinia((( | ||
102 | {{jira id="xwikiorg"}} | ||
103 | XWIKI-13454 | ||
104 | {{/jira}} | ||
105 | ))) | ||
106 | ** New CKEditor image dialog for consistent styling and more - Manuel | ||
107 | *** Design page + forum post | ||
108 | * New work: | ||
109 | ** Image anchors - Lavinia (with potential help from Michael on the rendering part)((( | ||
110 | {{jira id="xwikiorg"}} | ||
111 | XRENDERING-651 | ||
112 | XWIKI-19463 | ||
113 | {{/jira}} | ||
114 | ))) | ||
115 | ** New CKEditor image dialog for consistent styling and more - Manuel((( | ||
116 | {{jira id="xwikiorg"}} | ||
117 | XWIKI-19459 | ||
118 | XWIKI-19460 | ||
119 | {{/jira}} | ||
120 | ))) | ||
121 | |||
122 | === Contrib & Infra === | ||
123 | |||
124 | * Outstanding from 14.0 timeframe: | ||
125 | ** Add support for the new Image Caption syntax in the LaTeX Renderer - Michael((( | ||
126 | {{jira id="xwikiorg"}} | ||
127 | LATEX-118 | ||
128 | {{/jira}} | ||
129 | ))) | ||
130 | ** Infra: | ||
131 | *** Upgrade of XWiki.org to next LTS (13.10.3+) - Simon | ||
132 | ** Replication 0.9 - Thomas((( | ||
133 | {{jira id="xwikiorg"}} | ||
134 | REPLICAT-7 | ||
135 | REPLICAT-56 | ||
136 | REPLICAT-39 | ||
137 | {{/jira}} | ||
138 | ))) | ||
139 | * New work: | ||
140 | ** FASTEN work - Thomas | ||
141 | *** FASTEN Extension with reporting of security vulnerabilities in installed extensions | ||
142 | ** Replication 1.0 - Thomas((( | ||
143 | {{jira id="xwikiorg"}} | ||
144 | REPLICAT-65 | ||
145 | {{/jira}} | ||
146 | ))) | ||
147 | ** Change Request - Simon((( | ||
148 | {{jira id="xwikiorg"}} | ||
149 | CRAPP-11 | ||
150 | CRAPP-91 | ||
151 | CRAPP-90 | ||
152 | {{/jira}} | ||
153 | ))) | ||
154 | ** Infra: Try to understand the doc cache issue on xwiki.org - Thomas | ||
155 | |||
156 | === Others === | ||
157 | |||
158 | * All: BFDs on Thursdays | ||
159 | * All: Fix flickers | ||
160 | * All: With the time left, fix some critical/major open bugs. | ||
161 | |||
162 | === Dates === | ||
163 | |||
164 | * 14.2 RC1: 21st of March 2022 | ||
165 | * 14.2 Final: 28th of March 2022 |