File tree 9 files changed +18
-18
lines changed
9 files changed +18
-18
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
@@ -44,10 +44,11 @@ jobs:
44
44
run :
45
45
working-directory : finish
46
46
steps :
47
- - uses : actions/checkout@v2
47
+ - uses : actions/checkout@v4
48
48
- name : Set up JDK 11
49
- uses : actions/setup-java@v1
49
+ uses : actions/setup-java@v4
50
50
with :
51
+ distribution : ' semeru'
51
52
java-version : 11
52
53
- run : unset _JAVA_OPTIONS
53
54
- name : Run tests
Original file line number Diff line number Diff line change 35
35
<dependency >
36
36
<groupId >org.eclipse.microprofile</groupId >
37
37
<artifactId >microprofile</artifactId >
38
- <version >6.1 </version >
38
+ <version >7.0 </version >
39
39
<type >pom</type >
40
40
<scope >provided</scope >
41
41
</dependency >
Original file line number Diff line number Diff line change 1
1
<server description =" Intro REST Guide Liberty server" >
2
2
<!-- tag::featureManager[] -->
3
3
<featureManager >
4
- <feature >restfulWS-3.1</feature >
5
- <feature >jsonb-3.0</feature >
4
+ <platform >jakartaee-10.0</platform >
5
+ <feature >restfulWS</feature >
6
+ <feature >jsonb</feature >
6
7
</featureManager >
7
8
<!-- end::featureManager[] -->
8
9
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ <h2>Eclipse MicroProfile</h2>
30
30
< p >
31
31
For more information about the features used in this application, see the Open Liberty documentation:
32
32
< ul >
33
- < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-6.1. html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 6.1 </ a > </ li >
34
- < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS-3.1. html " target ="_blank " rel ="noopener noreferrer "> Jakarta RESTful Web Services 3.1 </ a > </ li >
35
- < 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 >
33
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile. html " target ="_blank " rel ="noopener noreferrer "> MicroProfile</ a > </ li >
34
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS. html " target ="_blank " rel ="noopener noreferrer "> Jakarta RESTful Web Services</ a > </ li >
35
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding</ a > </ li >
36
36
</ ul >
37
37
</ p >
38
38
</ div >
Original file line number Diff line number Diff line change 29
29
<dependency >
30
30
<groupId >org.eclipse.microprofile</groupId >
31
31
<artifactId >microprofile</artifactId >
32
- <version >6.1 </version >
32
+ <version >7.0 </version >
33
33
<type >pom</type >
34
34
<scope >provided</scope >
35
35
</dependency >
Original file line number Diff line number Diff line change 1
1
<server description =" Intro REST Guide Liberty server" >
2
2
3
3
<featureManager >
4
- <feature >servlet-6.0</feature >
5
- <feature >restfulWS-3.1</feature >
6
- <feature >jsonp-2.1</feature >
7
- <feature >jsonb-3.0</feature >
4
+ <platform >jakartaee-10.0</platform >
5
+ <feature >servlet</feature >
8
6
</featureManager >
9
7
10
8
<webApplication location =" guide-rest-intro.war" />
Original file line number Diff line number Diff line change @@ -30,9 +30,9 @@ <h2>Eclipse MicroProfile</h2>
30
30
< p >
31
31
For more information about the features used in this application, see the Open Liberty documentation:
32
32
< ul >
33
- < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile-6.1. html " target ="_blank " rel ="noopener noreferrer "> MicroProfile 6.1 </ a > </ li >
34
- < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS-3.1. html " target ="_blank " rel ="noopener noreferrer "> Jakarta RESTful Web Services 3.1 </ a > </ li >
35
- < 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 >
33
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#microProfile. html " target ="_blank " rel ="noopener noreferrer "> MicroProfile</ a > </ li >
34
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS. html " target ="_blank " rel ="noopener noreferrer "> Jakarta RESTful Web Services</ a > </ li >
35
+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding</ a > </ li >
36
36
</ ul >
37
37
</ p >
38
38
</ div >
You can’t perform that action at this time.
0 commit comments