Skip to content

Commit 3cc30d7

Browse files
committed
reorder the features
Signed-off-by: Gilbert Kwan <[email protected]>
1 parent b8a00cf commit 3cc30d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

finish/src/main/liberty/config/server.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
<platform>jakartaee-10.0</platform>
1616
<platform>microprofile-7.0</platform>
1717
<feature>servlet</feature>
18-
<!-- tag::sessionCache[] -->
19-
<feature>sessionCache-1.0</feature>
20-
<!-- end::sessionCache[] -->
2118
<feature>restfulWS</feature>
2219
<feature>jsonb</feature>
2320
<feature>jsonp</feature>
2421
<feature>mpOpenAPI</feature>
22+
<!-- tag::sessionCache[] -->
23+
<feature>sessionCache-1.0</feature>
24+
<!-- end::sessionCache[] -->
2525
</featureManager>
2626

2727
<variable name="http.port" defaultValue="9090"/>

0 commit comments

Comments
 (0)