Skip to content

Commit d74adce

Browse files
committed
resolved conflicts
2 parents 00ab64d + 30ff0d7 commit d74adce

File tree

218 files changed

+4230
-378
lines changed

Some content is hidden

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

218 files changed

+4230
-378
lines changed

.github/workflows/gradle-test.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
- samples/client/petstore/java/okhttp-gson
3030
- samples/client/petstore/java/okhttp-gson-group-parameter
3131
- samples/client/petstore/java/webclient-swagger2
32+
- samples/client/petstore/java/native
33+
- samples/client/petstore/java/native-jakarta
3234
steps:
3335
- uses: actions/checkout@v4
3436
- uses: actions/setup-java@v4

.github/workflows/samples-dotnet-standard.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# - samples/client/petstore/csharp/unityWebRequest/standard2.0/Petstore/
2929
steps:
3030
- uses: actions/checkout@v4
31-
- uses: actions/setup-dotnet@v4.0.1
31+
- uses: actions/setup-dotnet@v4.1.0
3232
with:
3333
dotnet-version: 3.1.*
3434
- name: Build

.github/workflows/samples-dotnet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- samples/client/petstore/csharp/generichost/net8/UseDateTimeForDate
3838
steps:
3939
- uses: actions/checkout@v4
40-
- uses: actions/setup-dotnet@v4.0.1
40+
- uses: actions/setup-dotnet@v4.1.0
4141
with:
4242
dotnet-version: '8.0.x'
4343
- name: Build

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- samples/client/echo_api/csharp-restsharp/
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: actions/setup-dotnet@v4.0.1
22+
- uses: actions/setup-dotnet@v4.1.0
2323
with:
2424
dotnet-version: '6.0.x'
2525
- name: Run echo server

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- samples/client/petstore/csharp/restsharp/net6/ParameterMappings/
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: actions/setup-dotnet@v4.0.1
21+
- uses: actions/setup-dotnet@v4.1.0
2222
with:
2323
dotnet-version: '6.0.x'
2424
- name: Build

.github/workflows/samples-dotnet6-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- samples/server/petstore/aspnetcore-6.0-useSwashBuckle
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: actions/setup-dotnet@v4.0.1
28+
- uses: actions/setup-dotnet@v4.1.0
2929
with:
3030
dotnet-version: '6.0.x'
3131
- name: Build

.github/workflows/samples-dotnet8-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- samples/server/petstore/aspnetcore-8.0-useSwashBuckle
2626
steps:
2727
- uses: actions/checkout@v4
28-
- uses: actions/setup-dotnet@v4.0.1
28+
- uses: actions/setup-dotnet@v4.1.0
2929
with:
3030
dotnet-version: '8.0.x'
3131
- name: Build

bin/configs/java-helidon-client-mp_3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ generatorName: java-helidon-client
22
library: mp
33
outputDir: samples/client/petstore/java-helidon-client/v3/mp
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/java-helidon/client
56
additionalProperties:
67
helidonVersion: 3.2.7
78
artifactId: petstore-helidon-client-mp

bin/configs/java-helidon-client-mp_4.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ generatorName: java-helidon-client
22
library: mp
33
outputDir: samples/client/petstore/java-helidon-client/v4/mp
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/java-helidon/client
56
additionalProperties:
67
helidonVersion: 4.0.11
78
artifactId: petstore-helidon-client-mp

bin/configs/java-helidon-client-se_3.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ generatorName: java-helidon-client
22
library: se
33
outputDir: samples/client/petstore/java-helidon-client/v3/se
44
inputSpec: modules/openapi-generator/src/test/resources/3_0/petstore-with-fake-endpoints-models-for-testing.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/java-helidon/client
56
additionalProperties:
67
helidonVersion: 3.2.7
78
artifactId: petstore-helidon-client-se

0 commit comments

Comments
 (0)