File tree Expand file tree Collapse file tree 5 files changed +41
-36
lines changed Expand file tree Collapse file tree 5 files changed +41
-36
lines changed Original file line number Diff line number Diff line change 12
12
canSkip : ${{ steps.Checker.outputs.canSkip }}
13
13
steps :
14
14
- name : Get files
15
- uses : actions/checkout@v2
15
+ uses : actions/checkout@v4
16
16
- name : Get tools
17
- uses : actions/checkout@v2
17
+ uses : actions/checkout@v4
18
18
with :
19
19
path : tools/
20
20
repository : openliberty/guides-common
@@ -45,10 +45,11 @@ jobs:
45
45
working-directory : finish
46
46
47
47
steps :
48
- - uses : actions/checkout@v2
48
+ - uses : actions/checkout@v4
49
49
- name : Set up JDK 11
50
- uses : actions/setup-java@v1
50
+ uses : actions/setup-java@v4
51
51
with :
52
+ distribution : ' semeru'
52
53
java-version : 11
53
54
- run : unset _JAVA_OPTIONS
54
55
Original file line number Diff line number Diff line change 1
1
<server description =" Sample Liberty server" >
2
2
3
3
<featureManager >
4
- <feature >restfulWS-3.1</feature >
5
- <feature >jsonb-3.0</feature >
6
- <feature >jsonp-2.1</feature >
7
- <feature >cdi-4.0</feature >
8
- <feature >mpConfig-3.1</feature >
9
- <feature >mpRestClient-3.0</feature >
4
+ <platform >jakartaee-10.0</platform >
5
+ <platform >microprofile-6.1</platform >
6
+ <feature >restfulWS</feature >
7
+ <feature >jsonb</feature >
8
+ <feature >jsonp</feature >
9
+ <feature >cdi</feature >
10
+ <feature >mpConfig</feature >
11
+ <feature >mpRestClient</feature >
10
12
<!-- tag::mpFaultTolerance[] -->
11
- <feature >mpFaultTolerance-4.0 </feature >
13
+ <feature >mpFaultTolerance</feature >
12
14
<!-- end::mpFaultTolerance[] -->
13
15
<!-- tag::mpMetrics[] -->
14
- <feature >mpMetrics-5.1 </feature >
16
+ <feature >mpMetrics</feature >
15
17
<!-- end::mpMetrics[] -->
16
18
</featureManager >
17
19
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ <h2>Eclipse MicroProfile</h2>
35
35
< p > For more information about the features used in the application, see the Open Liberty documentation:</ p >
36
36
< ul >
37
37
< li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-6.1.html "> MicroProfile 6.1</ a > </ li >
38
- < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS-3.1. html "> Jakarta RESTful Web Services 3.1 </ a > </ li >
39
- < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonp-2.1. html "> Jakarta JSON Processing 2.1 </ a > </ li >
40
- < li > < a href ="https://openliberty.io/docs/ref/feature/#cdi-4.0. html "> Jakarta Contexts and Dependency Injection 4.0 </ a > </ li >
41
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpConfig-3.1. html "> MicroProfile Config 3.1 </ a > </ li >
42
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpRestClient-3.0. html "> MicroProfile Rest Client 3.0 </ a > </ li >
43
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpFaultTolerance-4.0. html "> MicroProfile Fault Tolerance 4.0 </ a > </ li >
44
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpMetrics-5.1 .html "> MicroProfile Metrics 5.1</ a > </ li >
45
- < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb-3.0. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding 3.0 </ a > </ li >
38
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS. html "> Jakarta RESTful Web Services</ a > </ li >
39
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonp. html "> Jakarta JSON Processing</ a > </ li >
40
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#cdi. html "> Jakarta Contexts and Dependency Injection</ a > </ li >
41
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpConfig. html "> MicroProfile Config</ a > </ li >
42
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpRestClient. html "> MicroProfile Rest Client</ a > </ li >
43
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpFaultTolerance. html "> MicroProfile Fault Tolerance</ a > </ li >
44
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpMetrics.html "> MicroProfile Metrics 5.1</ a > </ li >
45
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding</ a > </ li >
46
46
</ ul >
47
47
</ div >
48
48
</ body >
Original file line number Diff line number Diff line change 1
1
<server description =" Sample Liberty server" >
2
2
3
3
<featureManager >
4
- <feature >restfulWS-3.1</feature >
5
- <feature >jsonb-3.0</feature >
6
- <feature >jsonp-2.1</feature >
7
- <feature >cdi-4.0</feature >
8
- <feature >mpConfig-3.1</feature >
9
- <feature >mpRestClient-3.0</feature >
4
+ <platform >jakartaee-10.0</platform >
5
+ <platform >microprofile-6.1</platform >
6
+ <feature >restfulWS</feature >
7
+ <feature >jsonb</feature >
8
+ <feature >jsonp</feature >
9
+ <feature >cdi</feature >
10
+ <feature >mpConfig</feature >
11
+ <feature >mpRestClient</feature >
10
12
<!-- tag::mpFaultTolerance[] -->
11
- <feature >mpFaultTolerance-4.0 </feature >
13
+ <feature >mpFaultTolerance</feature >
12
14
<!-- end::mpFaultTolerance[] -->
13
15
<!-- tag::mpMetrics[] -->
14
- <feature >mpMetrics-5.1 </feature >
16
+ <feature >mpMetrics</feature >
15
17
<!-- end::mpMetrics[] -->
16
18
</featureManager >
17
19
Original file line number Diff line number Diff line change @@ -35,14 +35,14 @@ <h2>Eclipse MicroProfile</h2>
35
35
< p > For more information about the features used in the application, see the Open Liberty documentation:</ p >
36
36
< ul >
37
37
< li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-6.1.html "> MicroProfile 6.1</ a > </ li >
38
- < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS-3.1. html "> Jakarta RESTful Web Services 3.1 </ a > </ li >
39
- < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonp-2.1. html "> Jakarta JSON Processing 2.1 </ a > </ li >
40
- < li > < a href ="https://openliberty.io/docs/ref/feature/#cdi-4.0. html "> Jakarta Contexts and Dependency Injection 4.0 </ a > </ li >
41
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpConfig-3.1. html "> MicroProfile Config 3.1 </ a > </ li >
42
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpRestClient-3.0. html "> MicroProfile Rest Client 3.0 </ a > </ li >
43
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpFaultTolerance-4.0. html "> MicroProfile Fault Tolerance 4.0 </ a > </ li >
44
- < li > < a href ="https://openliberty.io/docs/ref/feature/#mpMetrics-5.1 .html "> MicroProfile Metrics 5.1</ a > </ li >
45
- < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb-3.0. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding 3.0 </ a > </ li >
38
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS. html "> Jakarta RESTful Web Services</ a > </ li >
39
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonp. html "> Jakarta JSON Processing</ a > </ li >
40
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#cdi. html "> Jakarta Contexts and Dependency Injection</ a > </ li >
41
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpConfig. html "> MicroProfile Config</ a > </ li >
42
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpRestClient. html "> MicroProfile Rest Client</ a > </ li >
43
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpFaultTolerance. html "> MicroProfile Fault Tolerance</ a > </ li >
44
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#mpMetrics.html "> MicroProfile Metrics 5.1</ a > </ li >
45
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding</ a > </ li >
46
46
</ ul >
47
47
</ div >
48
48
</ body >
You can’t perform that action at this time.
0 commit comments