File tree 5 files changed +20
-20
lines changed
5 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -48,10 +48,10 @@ jobs:
48
48
working-directory : finish
49
49
steps :
50
50
- uses : actions/checkout@v2
51
- - name : Set up JDK 8
51
+ - name : Set up JDK 11
52
52
uses : actions/setup-java@v1
53
53
with :
54
- java-version : 8
54
+ java-version : 11
55
55
- run : unset _JAVA_OPTIONS
56
56
- name : Run tests
57
57
run : sudo ../scripts/testApp.sh
Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14
- <maven .compiler.source>1.8 </maven .compiler.source>
15
- <maven .compiler.target>1.8 </maven .compiler.target>
14
+ <maven .compiler.source>11 </maven .compiler.source>
15
+ <maven .compiler.target>11 </maven .compiler.target>
16
16
<!-- Liberty configuration -->
17
17
<liberty .var.default.http.port>9080</liberty .var.default.http.port>
18
18
<liberty .var.default.https.port>9443</liberty .var.default.https.port>
23
23
<dependency >
24
24
<groupId >jakarta.platform</groupId >
25
25
<artifactId >jakarta.jakartaee-api</artifactId >
26
- <version >9.1 .0</version >
26
+ <version >10.0 .0</version >
27
27
<scope >provided</scope >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >org.eclipse.microprofile</groupId >
31
31
<artifactId >microprofile</artifactId >
32
- <version >5 .0</version >
32
+ <version >6 .0</version >
33
33
<type >pom</type >
34
34
<scope >provided</scope >
35
35
</dependency >
38
38
<dependency >
39
39
<groupId >org.junit.jupiter</groupId >
40
40
<artifactId >junit-jupiter</artifactId >
41
- <version >5.8 .2</version >
41
+ <version >5.9 .2</version >
42
42
<scope >test</scope >
43
43
</dependency >
44
44
</dependencies >
123
123
<plugin >
124
124
<groupId >org.apache.maven.plugins</groupId >
125
125
<artifactId >maven-resources-plugin</artifactId >
126
- <version >3.2.0 </version >
126
+ <version >3.3.1 </version >
127
127
<executions >
128
128
<execution >
129
129
<id >Copy frontend build to target</id >
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.0 </feature >
5
- <feature >jsonb-2 .0</feature >
6
- <feature >jsonp-2.0 </feature >
4
+ <feature >restfulWS-3.1 </feature >
5
+ <feature >jsonb-3 .0</feature >
6
+ <feature >jsonp-2.1 </feature >
7
7
</featureManager >
8
8
9
9
<variable name =" default.http.port" defaultValue =" 9080" />
Original file line number Diff line number Diff line change 11
11
<properties >
12
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13
13
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
14
- <maven .compiler.source>1.8 </maven .compiler.source>
15
- <maven .compiler.target>1.8 </maven .compiler.target>
14
+ <maven .compiler.source>11 </maven .compiler.source>
15
+ <maven .compiler.target>11 </maven .compiler.target>
16
16
<!-- Liberty configuration -->
17
17
<liberty .var.default.http.port>9080</liberty .var.default.http.port>
18
18
<liberty .var.default.https.port>9443</liberty .var.default.https.port>
23
23
<dependency >
24
24
<groupId >jakarta.platform</groupId >
25
25
<artifactId >jakarta.jakartaee-api</artifactId >
26
- <version >9.1 .0</version >
26
+ <version >10.0 .0</version >
27
27
<scope >provided</scope >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >org.eclipse.microprofile</groupId >
31
31
<artifactId >microprofile</artifactId >
32
- <version >5 .0</version >
32
+ <version >6 .0</version >
33
33
<type >pom</type >
34
34
<scope >provided</scope >
35
35
</dependency >
38
38
<dependency >
39
39
<groupId >org.junit.jupiter</groupId >
40
40
<artifactId >junit-jupiter</artifactId >
41
- <version >5.8 .2</version >
41
+ <version >5.9 .2</version >
42
42
<scope >test</scope >
43
43
</dependency >
44
44
</dependencies >
100
100
<plugin >
101
101
<groupId >org.apache.maven.plugins</groupId >
102
102
<artifactId >maven-resources-plugin</artifactId >
103
- <version >3.2.0 </version >
103
+ <version >3.3.1 </version >
104
104
<executions >
105
105
<execution >
106
106
<id >Copy frontend build to target</id >
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.0 </feature >
5
- <feature >jsonb-2 .0</feature >
6
- <feature >jsonp-2.0 </feature >
4
+ <feature >restfulWS-3.1 </feature >
5
+ <feature >jsonb-3 .0</feature >
6
+ <feature >jsonp-2.1 </feature >
7
7
</featureManager >
8
8
9
9
<variable name =" default.http.port" defaultValue =" 9080" />
You can’t perform that action at this time.
0 commit comments