Skip to content

Commit

Permalink
update OpenLiberty feature to jakarta-10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaswoehlke committed Jun 28, 2023
1 parent f1bb739 commit 0f15e8b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,11 @@
It is recommended that you do not edit this file and that you commit this file to your version control.-->
<featureManager>
<!--The following features were generated based on API usage detected in your application-->
<feature>jakartaee-10.0</feature>
<feature>microprofile-6.0</feature>
<!--
<feature>jakartaee-9.1</feature>
<feature>microprofile-5.0</feature>
<!--
<feature>restfulWS-3.1</feature>
<feature>jsonbContainer-3.0</feature>
<feature>jsonpContainer-2.1</feature>
Expand Down
8 changes: 4 additions & 4 deletions src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<server description="defaultServer">
<featureManager>
<feature>jakartaee-9.1</feature>
<feature>microprofile-5.0</feature>
<!--
<feature>jakartaee-10.0</feature>
<feature>microprofile-6.0</feature>
<feature>jakartaee-9.1</feature>
<feature>microprofile-5.0</feature>
-->
<feature>jakartaee-10.0</feature>
<feature>microprofile-6.0</feature>
<!--
<feature>restfulWS-3.1</feature>
<feature>jsonbContainer-3.0</feature>
Expand Down

0 comments on commit 0f15e8b

Please sign in to comment.