Skip to content

Commit aa83d08

Browse files
authored
Merge pull request #119 from sinditech/main
Updating LangChain4J CDI Liberty example to Microprofile 7.1
2 parents d13d051 + cb7a45b commit aa83d08

File tree

1 file changed

+4
-4
lines changed
  • examples/liberty-car-booking/src/main/liberty/config

1 file changed

+4
-4
lines changed

examples/liberty-car-booking/src/main/liberty/config/server.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<featureManager>
33
<!-- Eclipse Microprofile 6.1 -->
44
<!-- See details here: https://openliberty.io/docs/ref/feature/#microProfile-6.1.html -->
5-
<feature>microProfile-6.1</feature>
5+
<feature>microProfile-7.1</feature>
66

7-
<!-- microProfile 6.1 Feature contains the following features below:
8-
<feature>mpTelemetry-2.0</feature>
9-
<feature>mpFaultTolerance-4.0</feature>
7+
<!-- microProfile 7.1 Feature contains the following features below:
8+
<feature>mpTelemetry-2.1</feature>
9+
<feature>mpFaultTolerance-4.1</feature>
1010
<feature>mpMetrics-5.1</feature>
1111
-->
1212
</featureManager>

0 commit comments

Comments
 (0)