We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d13d051 + cb7a45b commit aa83d08Copy full SHA for aa83d08
examples/liberty-car-booking/src/main/liberty/config/server.xml
@@ -2,11 +2,11 @@
2
<featureManager>
3
<!-- Eclipse Microprofile 6.1 -->
4
<!-- See details here: https://openliberty.io/docs/ref/feature/#microProfile-6.1.html -->
5
- <feature>microProfile-6.1</feature>
+ <feature>microProfile-7.1</feature>
6
7
- <!-- microProfile 6.1 Feature contains the following features below:
8
- <feature>mpTelemetry-2.0</feature>
9
- <feature>mpFaultTolerance-4.0</feature>
+ <!-- microProfile 7.1 Feature contains the following features below:
+ <feature>mpTelemetry-2.1</feature>
+ <feature>mpFaultTolerance-4.1</feature>
10
<feature>mpMetrics-5.1</feature>
11
-->
12
</featureManager>
0 commit comments