File tree 5 files changed +21
-16
lines changed
5 files changed +21
-16
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
@@ -47,10 +47,11 @@ jobs:
47
47
run :
48
48
working-directory : finish
49
49
steps :
50
- - uses : actions/checkout@v2
50
+ - uses : actions/checkout@v4
51
51
- name : Set up JDK 11
52
- uses : actions/setup-java@v1
52
+ uses : actions/setup-java@v4
53
53
with :
54
+ distribution : ' semeru'
54
55
java-version : 11
55
56
- run : unset _JAVA_OPTIONS
56
57
- name : Run tests
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 >
36
36
<dependency >
37
37
<groupId >org.postgresql</groupId >
38
38
<artifactId >postgresql</artifactId >
39
- <version >42.7.4 </version >
39
+ <version >42.7.5 </version >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
Original file line number Diff line number Diff line change 2
2
<server description =" inventory" >
3
3
4
4
<featureManager >
5
- <feature >jsonb-3.0</feature >
6
- <feature >mpHealth-4.0</feature >
7
- <feature >mpOpenAPI-3.1</feature >
8
- <feature >persistence-3.1</feature >
5
+ <platform >jakartaee-10.0</platform >
6
+ <platform >microprofile-7.0</platform >
7
+ <feature >jsonb</feature >
8
+ <feature >mpHealth</feature >
9
+ <feature >mpOpenAPI</feature >
10
+ <feature >persistence</feature >
9
11
<feature >transportSecurity-1.0</feature >
10
12
<feature >monitor-1.0</feature >
11
13
</featureManager >
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 >
36
36
<dependency >
37
37
<groupId >org.postgresql</groupId >
38
38
<artifactId >postgresql</artifactId >
39
- <version >42.7.4 </version >
39
+ <version >42.7.5 </version >
40
40
<scope >provided</scope >
41
41
</dependency >
42
42
Original file line number Diff line number Diff line change 2
2
<server description =" inventory" >
3
3
4
4
<featureManager >
5
- <feature >jsonb-3.0</feature >
6
- <feature >mpHealth-4.0</feature >
7
- <feature >mpOpenAPI-3.1</feature >
8
- <feature >persistence-3.1</feature >
5
+ <platform >jakartaee-10.0</platform >
6
+ <platform >microprofile-7.0</platform >
7
+ <feature >jsonb</feature >
8
+ <feature >mpHealth</feature >
9
+ <feature >mpOpenAPI</feature >
10
+ <feature >persistence</feature >
9
11
<feature >transportSecurity-1.0</feature >
10
12
<feature >monitor-1.0</feature >
11
13
</featureManager >
You can’t perform that action at this time.
0 commit comments