File tree Expand file tree Collapse file tree 10 files changed +25
-22
lines changed
Expand file tree Collapse file tree 10 files changed +25
-22
lines changed Original file line number Diff line number Diff line change 1212 canSkip : ${{ steps.Checker.outputs.canSkip }}
1313 steps :
1414 - name : Get files
15- uses : actions/checkout@v2
15+ uses : actions/checkout@v4
1616 - name : Get tools
17- uses : actions/checkout@v2
17+ uses : actions/checkout@v4
1818 with :
1919 path : tools/
2020 repository : openliberty/guides-common
@@ -44,10 +44,11 @@ jobs:
4444 run :
4545 working-directory : finish
4646 steps :
47- - uses : actions/checkout@v2
47+ - uses : actions/checkout@v4
4848 - name : Set up JDK 11
49- uses : actions/setup-java@v1
49+ uses : actions/setup-java@v4
5050 with :
51+ distribution : ' semeru'
5152 java-version : 11
5253 - run : unset _JAVA_OPTIONS
5354 - name : Run tests
Original file line number Diff line number Diff line change 1- // Copyright (c) 2017, 2024 IBM Corporation and others.
1+ // Copyright (c) 2017, 2025 IBM Corporation and others.
22// Licensed under Creative Commons Attribution-NoDerivatives
33// 4.0 International (CC BY-ND 4.0)
44// https://creativecommons.org/licenses/by-nd/4.0/
@@ -303,7 +303,7 @@ Another useful feature of dev mode with a container is the ability to pass addit
303303----
304304<groupId>io.openliberty.tools</groupId>
305305<artifactId>liberty-maven-plugin</artifactId>
306- <version>3.10 </version>
306+ <version>3.11.2 </version>
307307<configuration>
308308 <dockerRunOpts>-e ENV_VAR=exampleValue</dockerRunOpts>
309309</configuration>
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ xsi:schemaLocation=
3333 <dependency >
3434 <groupId >org.eclipse.microprofile</groupId >
3535 <artifactId >microprofile</artifactId >
36- <version >6.1 </version >
36+ <version >7.0 </version >
3737 <type >pom</type >
3838 <scope >provided</scope >
3939 </dependency >
Original file line number Diff line number Diff line change 11<server description =" Sample Liberty server" >
22
33 <featureManager >
4- <feature >restfulWS-3.1</feature >
5- <feature >jsonb-3.0</feature >
6- <feature >jsonp-2.1</feature >
4+ <platform >jakartaee-10.0</platform >
5+ <feature >restfulWS</feature >
6+ <feature >jsonb</feature >
7+ <feature >jsonp</feature >
78 </featureManager >
89
910 <variable name =" http.port" defaultValue =" 9080" />
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ <h2>Eclipse MicroProfile</h2>
3030 < p >
3131 For more information about the features used in this application, see the Open Liberty documentation:
3232 < 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/#jsonp-2.1. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Processing 2.1 </ a > </ li >
36- < 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/#jsonp. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Processing</ a > </ li >
36+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding</ a > </ li >
3737 </ ul >
3838 </ p >
3939</ div >
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ xsi:schemaLocation=
3333 <dependency >
3434 <groupId >org.eclipse.microprofile</groupId >
3535 <artifactId >microprofile</artifactId >
36- <version >6.1 </version >
36+ <version >7.0 </version >
3737 <type >pom</type >
3838 <scope >provided</scope >
3939 </dependency >
Original file line number Diff line number Diff line change 11<server description =" Sample Liberty server" >
22
33 <featureManager >
4- <feature >restfulWS-3.1</feature >
5- <feature >jsonb-3.0</feature >
6- <feature >jsonp-2.1</feature >
4+ <platform >jakartaee-10.0</platform >
5+ <feature >restfulWS</feature >
6+ <feature >jsonb</feature >
7+ <feature >jsonp</feature >
78 </featureManager >
89
910 <variable name =" http.port" defaultValue =" 9080" />
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ <h2>Eclipse MicroProfile</h2>
3030 < p >
3131 For more information about the features used in this application, see the Open Liberty documentation:
3232 < 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/#jsonp-2.1. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Processing 2.1 </ a > </ li >
36- < 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/#jsonp. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Processing</ a > </ li >
36+ < li > < a href ="https://openliberty.io/docs/ref/feature/#jsonb. html " target ="_blank " rel ="noopener noreferrer "> Jakarta JSON Binding</ a > </ li >
3737 </ ul >
3838 </ p >
3939</ div >
You can’t perform that action at this time.
0 commit comments