You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Java CI with Maven:
9
9
10
10
About
11
11
-----
12
-
The RWS Digital Experience Accelerator (DXA) is a reference implementation of RWS Tridion Sites 10, 9.x and RWS Web 8 intended to help you create, design and publish an RWS Tridion/Web-based website quickly.
12
+
The RWS Digital Experience Accelerator (DXA) is a reference implementation of RWS Tridion Sites 10.x, 10, 9.x and RWS Web 8 intended to help you create, design and publish an RWS Tridion/Web-based website quickly.
13
13
14
14
DXA is available for both .NET and Java web applications. Its modular architecture consists of a framework and example web application, which includes all core RWS Tridion/Web functionality as well as separate Modules for additional, optional functionality.
15
15
@@ -26,6 +26,7 @@ Compatibility Matrices
26
26
<table>
27
27
<tr>
28
28
<th nowrap="nowrap">DXA Version</th>
29
+
<th nowrap="nowrap">Tridion Sites 10.1</th>
29
30
<th nowrap="nowrap">Tridion Sites 10</th>
30
31
<th nowrap="nowrap">Tridion Sites 9.6</th>
31
32
<th nowrap="nowrap">Tridion Sites 9.5</th>
@@ -37,13 +38,15 @@ Compatibility Matrices
37
38
<td nowrap="nowrap" align="center">✔️</td>
38
39
<td nowrap="nowrap" align="center">✔️</td>
39
40
<td nowrap="nowrap" align="center">✔️</td>
41
+
<td nowrap="nowrap" align="center">✔️</td>
40
42
</tr>
41
43
<tr text-align="center">
42
44
<td nowrap="nowrap">2.3.x</td>
43
45
<td nowrap="nowrap" align="center">✔️</td>
44
46
<td nowrap="nowrap" align="center">✔️</td>
45
47
<td nowrap="nowrap" align="center">✔️</td>
46
48
<td nowrap="nowrap" align="center">✔️</td>
49
+
<td nowrap="nowrap" align="center">✔️</td>
47
50
</tr>
48
51
</table>
49
52
@@ -74,7 +77,7 @@ Compatibility Matrices
74
77
</tr>
75
78
</table>
76
79
77
-
The latest `DXA 2.3` version includes the `Spring Framework version 6` and `Jakarta Servlet API` as dependencies.
80
+
The latest `DXA 2.3` version includes the `Spring Framework version 7` and `Jakarta Servlet API` as dependencies.
0 commit comments