File tree Expand file tree Collapse file tree 16 files changed +32
-27
lines changed
Expand file tree Collapse file tree 16 files changed +32
-27
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 17
49- uses : actions/setup-java@v1
49+ uses : actions/setup-java@v4
5050 with :
51+ distribution : ' semeru'
5152 java-version : 17
5253 - run : unset _JAVA_OPTIONS
5354 - name : Run tests
Original file line number Diff line number Diff line change 1- // Copyright (c) 2022, 2024 IBM Corporation and others.
1+ // Copyright (c) 2022, 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/
@@ -73,8 +73,9 @@ docker-compose -f "pact-broker/docker-compose.yml" up -d --build
7373When the Pact Broker is running, you'll see the following output:
7474[role="no_copy"]
7575```
76- Creating pact-broker_postgres_1 ... done
77- Creating pact-broker_pact-broker_1 ... done
76+ ...
77+ Container pact-broker-postgres-1 Started
78+ Container pact-broker-pact-broker-1 Started
7879```
7980
8081// Static guide instruction
@@ -436,7 +437,7 @@ endif::[]
436437[role='command']
437438```
438439docker-compose -f "pact-broker/docker-compose.yml" down
439- docker rmi postgres:16 .2
440+ docker rmi postgres:17 .2
440441docker rmi pactfoundation/pact-broker:latest
441442docker volume rm pact-broker_postgres-volume
442443```
Original file line number Diff line number Diff line change 2222 <dependency >
2323 <groupId >org.eclipse.microprofile</groupId >
2424 <artifactId >microprofile</artifactId >
25- <version >6.1 </version >
25+ <version >7.0 </version >
2626 <type >pom</type >
2727 <scope >provided</scope >
2828 </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 >
4+ <platform >jakartaee-10.0</platform >
5+ <feature >restfulWS</feature >
6+ <feature >jsonb</feature >
67 </featureManager >
78
89 <variable name =" http.port" defaultValue =" 9091" />
Original file line number Diff line number Diff line change 11<!--
2- Copyright (c) 2016, 2020 IBM Corp.
2+ Copyright (c) 2016, 2025 IBM Corp.
33
44 Licensed under the Apache License, Version 2.0 (the "License");
55 you may not use this file except in compliance with the License.
@@ -29,7 +29,7 @@ <h2>Eclipse MicroProfile</h2>
2929 </ p >
3030 < p >
3131 For more information about the features used in this application, see the Open Liberty documentation:
32- < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS-3.1. html "> Jakarta RESTful Web Services 3.1 </ a > </ li >
32+ < li > < a href ="https://openliberty.io/docs/ref/feature/#restfulWS. html "> Jakarta RESTful Web Services</ a > </ li >
3333 </ p >
3434</ div >
3535</ body >
Original file line number Diff line number Diff line change 2525 <dependency >
2626 <groupId >org.eclipse.microprofile</groupId >
2727 <artifactId >microprofile</artifactId >
28- <version >6.1 </version >
28+ <version >7.0 </version >
2929 <type >pom</type >
3030 <scope >provided</scope >
3131 </dependency >
Original file line number Diff line number Diff line change 11<server description =" Sample Liberty server" >
22 <!-- tag::features[] -->
33 <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 >
67 </featureManager >
78 <!-- end::features[] -->
89 <variable name =" http.port" defaultValue =" 9090" />
Original file line number Diff line number Diff line change 1- version : " 3"
21services :
32 postgres :
4- image : postgres:16 .2
3+ image : postgres:17 .2
54 healthcheck :
65 test : psql postgres --command "select 1" -U postgres
76 ports :
Original file line number Diff line number Diff line change @@ -43,6 +43,6 @@ mvn -ntp failsafe:integration-test liberty:stop
4343# # Remove the pact-broker application
4444cd ../..
4545docker compose -f " pact-broker/docker-compose.yml" down
46- docker rmi postgres:16 .2
46+ docker rmi postgres:17 .2
4747docker rmi pactfoundation/pact-broker:latest
4848docker volume rm pact-broker_postgres-volume
You can’t perform that action at this time.
0 commit comments