Skip to content

Commit

Permalink
Upgrade to Jakarta 10 and MicroProfile 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jwalcorn authored May 13, 2024
1 parent 0a0e08a commit 411baac
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions src/main/liberty/config/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,14 @@

<server description="Portfolio server">
<featureManager>
<!-- If adopting MicroProfile Reactive Messaging 1.0 (mpReactiveMessaging-1.0), need to downgrade to microProfile-3.3.
See https://github.com/OpenLiberty/open-liberty/issues/15440 for details. -->
<feature>microProfile-4.1</feature>
<feature>jdbc-4.2</feature>
<feature>restfulWS-3.1</feature>
<feature>microProfile-6.1</feature>
<feature>jdbc-4.3</feature>
<feature>jpa-3.1</feature>
<feature>jndi-1.0</feature>
<feature>appSecurity-2.0</feature>
<feature>restConnector-2.0</feature>
<feature>jpa-2.2</feature>
<!-- <feature>logstashCollector-1.0</feature> -->
<feature>appSecurity-3.0</feature>
<!-- <feature>restConnector-2.0</feature>
<feature>logstashCollector-1.0</feature> -->
</featureManager>

<variable name="AUTH_TYPE" defaultValue="basic"/>
Expand Down

0 comments on commit 411baac

Please sign in to comment.