Skip to content

Commit

Permalink
chore: Tweak OpenLiberty configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Dec 31, 2024
1 parent c048e03 commit 169b8c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<feature>cdi-4.0</feature>
<feature>expressionLanguage-5.0</feature>
<feature>faces-4.0</feature>
<feature>jsonb-3.0</feature>
<feature>persistence-3.1</feature>
<feature>restfulWS-3.1</feature>
<feature>servlet-6.0</feature>
Expand Down Expand Up @@ -44,4 +45,5 @@
<applicationMonitor dropinsEnabled="false" />
<logging isoDateFormat="true" />
<webContainer deferServletLoad="false" />
<cdi12 enableImplicitBeanArchives="false" />
</server>

0 comments on commit 169b8c5

Please sign in to comment.