Skip to content

Commit c58f058

Browse files
author
Marco
committed
Merge remote-tracking branch 'origin/master'
2 parents cfc99ce + 5f647b8 commit c58f058

616 files changed

Lines changed: 59605 additions & 1308 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/samples-go-client-echo-api.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
- samples/client/echo_api/go
1818
steps:
1919
- uses: actions/checkout@v5
20-
- uses: actions/setup-go@v5
20+
- uses: actions/setup-go@v6
2121
with:
2222
go-version: "stable"
2323
- name: Setup node.js
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v5
2525
- name: Run echo server
2626
run: |
2727
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server

.github/workflows/samples-go-client.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,13 @@ on:
44
push:
55
paths:
66
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
7+
- 'samples/openapi3/client/petstore/go-petstore-withXml/**'
8+
- samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/**
79
pull_request:
810
paths:
911
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/**'
12+
- 'samples/openapi3/client/petstore/go-petstore-withXml/**'
13+
- samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/**
1014

1115
jobs:
1216
build:
@@ -17,9 +21,11 @@ jobs:
1721
matrix:
1822
sample:
1923
- 'samples/openapi3/client/petstore/go/go-petstore-aws-signature/'
24+
- 'samples/openapi3/client/petstore/go-petstore-withXml/'
25+
- samples/openapi3/client/petstore/go-petstore-generateMarshalJSON-false/
2026
steps:
2127
- uses: actions/checkout@v5
22-
- uses: actions/setup-go@v5
28+
- uses: actions/setup-go@v6
2329
- run: go version
2430
- name: Install Dependencies
2531
working-directory: ${{ matrix.sample }}

.github/workflows/samples-go-gin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- samples/server/petstore/go-gin-api-server-interface-only/
2323
steps:
2424
- uses: actions/checkout@v5
25-
- uses: actions/setup-go@v5
25+
- uses: actions/setup-go@v6
2626
with:
2727
go-version: "stable"
2828
- run: go version

.github/workflows/samples-go.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- samples/server/others/go-server/no-body-path-params/
2929
steps:
3030
- uses: actions/checkout@v5
31-
- uses: actions/setup-go@v5
31+
- uses: actions/setup-go@v6
3232
with:
3333
go-version: "stable"
3434
- run: go version
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
- uses: actions/checkout@v5
5151
- name: Set up Go
52-
uses: actions/setup-go@v5
52+
uses: actions/setup-go@v6
5353
with:
5454
go-version: ${{ matrix.go-version }}
5555
- name: Install Dependencies

.github/workflows/samples-java-client-echo-api-jdk11.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
~/.m2
3737
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
3838
- name: Setup node.js
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@v5
4040
- name: Run echo server
4141
run: |
4242
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server

.github/workflows/samples-java-client-echo-api-jdk17.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
~/.m2
3838
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
3939
- name: Setup node.js
40-
uses: actions/setup-node@v4
40+
uses: actions/setup-node@v5
4141
- name: Run echo server
4242
run: |
4343
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server

.github/workflows/samples-java-client-echo-api-jdk8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
~/.m2
4444
key: ${{ runner.os }}-${{ github.job }}-${{ env.cache-name }}-${{ hashFiles('**/pom.xml') }}
4545
- name: Setup node.js
46-
uses: actions/setup-node@v4
46+
uses: actions/setup-node@v5
4747
- name: Run echo server
4848
run: |
4949
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server

.github/workflows/samples-jaxrs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: actions/setup-java@v5
4343
with:
4444
distribution: 'temurin'
45-
java-version: 8
45+
java-version: 11
4646
- name: Cache maven dependencies
4747
uses: actions/cache@v4
4848
env:

.github/workflows/samples-kotlin-echo-api.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
build-root-directory: ${{ matrix.sample }}
4141
arguments: wrapper
4242
- name: Setup node.js
43-
uses: actions/setup-node@v4
43+
uses: actions/setup-node@v5
4444
- name: Run echo server
4545
run: |
4646
git clone https://github.com/wing328/http-echo-server -b openapi-generator-test-server

.github/workflows/samples-postman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "3.12"
2121
steps:
2222
- uses: actions/checkout@v5
23-
- uses: actions/setup-python@v5
23+
- uses: actions/setup-python@v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626
- name: Install

0 commit comments

Comments
 (0)