Skip to content

Commit b3ea3d8

Browse files
author
Jean-Paul Finne
committed
Merge remote-tracking branch 'origin/master'
# Conflicts: # modules/openapi-generator-cli/pom.xml # modules/openapi-generator-core/pom.xml # modules/openapi-generator-gradle-plugin/pom.xml # modules/openapi-generator-maven-plugin/pom.xml # modules/openapi-generator-online/pom.xml # modules/openapi-generator/pom.xml # modules/openapi-generator/src/test/java/org/openapitools/codegen/java/spring/SpringCodegenTest.java # pom.xml
2 parents eff380a + a7439e4 commit b3ea3d8

5,016 files changed

Lines changed: 163108 additions & 31886 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.

.circleci/config.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -192,20 +192,6 @@ jobs:
192192
- checkout
193193
- command_build_and_test:
194194
nodeNo: "3"
195-
node4:
196-
machine:
197-
image: ubuntu-2004:202201-02
198-
working_directory: ~/OpenAPITools/openapi-generator
199-
shell: /bin/bash --login
200-
environment:
201-
CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
202-
CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
203-
DOCKER_GENERATOR_IMAGE_NAME: openapitools/openapi-generator
204-
DOCKER_CODEGEN_CLI_IMAGE_NAME: openapitools/openapi-generator-cli
205-
steps:
206-
- checkout
207-
- command_build_and_test:
208-
nodeNo: "4"
209195
workflows:
210196
version: 2
211197
build:
@@ -214,4 +200,3 @@ workflows:
214200
- node1
215201
- node2
216202
- node3
217-
- node4

.github/CODEOWNERS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ modules/openapi-generator-cli/**/* @jimschubert
2828
modules/openapi-generator-gradle-plugin/**/* @jimschubert
2929
modules/openapi-generator-maven-plugin/**/* @jimschubert
3030

31-
# Martin Delille
31+
# cpp-qt-client technical committee
32+
modules/openapi-generator/src/main/resources/cpp-qt-client/**/* @ravinikam
33+
samples/client/petstore/cpp-qt/**/* @ravinikam
34+
modules/openapi-generator/src/main/resources/cpp-qt-client/**/* @stkrwork
35+
samples/client/petstore/cpp-qt/**/* @stkrwork
36+
modules/openapi-generator/src/main/resources/cpp-qt-client/**/* @etherealjoy
37+
samples/client/petstore/cpp-qt/**/* @etherealjoy
3238
modules/openapi-generator/src/main/resources/cpp-qt-client/**/* @martindelille
3339
samples/client/petstore/cpp-qt/**/* @martindelille
40+
modules/openapi-generator/src/main/resources/cpp-qt-client/**/* @muttleyxd
41+
samples/client/petstore/cpp-qt/**/* @muttleyxd

.github/workflows/gradle-plugin-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 11
2121
distribution: 'temurin'
2222
- name: Cache maven dependencies
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
env:
2525
cache-name: cache-maven-repository
2626
with:

.github/workflows/gradle-test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
java-version: 11
3838
# Cache Gradle Dependencies
3939
- name: Setup Gradle Dependencies Cache
40-
uses: actions/cache@v3
40+
uses: actions/cache@v4
4141
with:
4242
path: ~/.gradle/caches
4343
key: ${{ runner.os }}-gradle-caches-${{ hashFiles('**/*.gradle', '**/*.gradle.kts') }}
4444

4545
# Cache Gradle Wrapper
4646
- name: Setup Gradle Wrapper Cache
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.gradle/wrapper
5050
key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}

.github/workflows/linux.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@ jobs:
2828
distribution: 'temurin'
2929
java-version: ${{ matrix.java }}
3030

31-
- uses: actions/cache@v3
31+
- uses: actions/cache@v4
3232
with:
3333
path: ~/.m2/repository
3434
key: ${{ runner.os }}-maven-${{ hashFiles('pom.xml', 'modules/**/pom.xml') }}
3535
restore-keys: |
3636
${{ runner.os }}-maven-
3737
38-
- uses: actions/cache@v3
38+
- uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.gradle/caches
@@ -57,7 +57,7 @@ jobs:
5757
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
5858

5959
- name: Upload Maven build artifact
60-
uses: actions/upload-artifact@v3
60+
uses: actions/upload-artifact@v4
6161
if: matrix.java == '11' && matrix.os == 'ubuntu-latest'
6262
with:
6363
name: artifact
@@ -92,7 +92,7 @@ jobs:
9292
java-version: 11
9393
maven-version: 3.8.8
9494
- name: Download build artifact
95-
uses: actions/download-artifact@v3
95+
uses: actions/download-artifact@v4
9696
with:
9797
name: artifact
9898
- name: Run Ensures Script

.github/workflows/maven-plugin-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: 11
2121
distribution: 'temurin'
2222
- name: Cache maven dependencies
23-
uses: actions/cache@v3
23+
uses: actions/cache@v4
2424
env:
2525
cache-name: cache-maven-repository
2626
with:

.github/workflows/openapi-generator.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: 11
2323
distribution: 'temurin'
2424
- name: Cache maven dependencies
25-
uses: actions/cache@v3
25+
uses: actions/cache@v4
2626
env:
2727
cache-name: cache-maven-repository
2828
with:
@@ -41,7 +41,7 @@ jobs:
4141
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
4242
- run: ls -la modules/openapi-generator-cli/target
4343
- name: Upload openapi-generator-cli.jar artifact
44-
uses: actions/upload-artifact@v3
44+
uses: actions/upload-artifact@v4
4545
with:
4646
name: openapi-generator-cli.jar
4747
path: modules/openapi-generator-cli/target/openapi-generator-cli.jar
@@ -60,7 +60,7 @@ jobs:
6060
java-version: 11
6161
distribution: 'temurin'
6262
- name: Cache maven dependencies
63-
uses: actions/cache@v3
63+
uses: actions/cache@v4
6464
env:
6565
cache-name: cache-maven-repository
6666
with:
@@ -79,7 +79,7 @@ jobs:
7979
GRADLE_ENTERPRISE_ACCESS_KEY: ${{ secrets.GRADLE_ENTERPRISE_ACCESS_KEY }}
8080
- name: Publish unit test reports
8181
if: ${{ always() }}
82-
uses: actions/upload-artifact@v3
82+
uses: actions/upload-artifact@v4
8383
with:
8484
name: surefire-test-results
8585
path: '**/surefire-reports/TEST-*.xml'
@@ -97,7 +97,7 @@ jobs:
9797
java-version: 11
9898
distribution: 'temurin'
9999
- name: Download openapi-generator-cli.jar artifact
100-
uses: actions/download-artifact@v3
100+
uses: actions/download-artifact@v4
101101
with:
102102
name: openapi-generator-cli.jar
103103
path: modules/openapi-generator-cli/target
@@ -136,7 +136,7 @@ jobs:
136136
java-version: 11
137137
distribution: 'temurin'
138138
- name: Download openapi-generator-cli.jar artifact
139-
uses: actions/download-artifact@v3
139+
uses: actions/download-artifact@v4
140140
with:
141141
name: openapi-generator-cli.jar
142142
path: modules/openapi-generator-cli/target

.github/workflows/samples-dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
java-version: 11
2525
cache: maven
2626
- name: Cache test dependencies
27-
uses: actions/cache@v3
27+
uses: actions/cache@v4
2828
env:
2929
cache-name: pub-cache
3030
with:

.github/workflows/samples-dotnet.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
paths:
66
- 'samples/client/petstore/csharp/**net6.0**/'
7+
- 'samples/client/petstore/csharp/**net7.0**/'
78
- 'samples/client/petstore/csharp/OpenAPIClient-generichost-netcore**/'
89
- 'samples/client/petstore/csharp/OpenAPIClient-generichost-manual-tests/**'
910
- 'samples/server/petstore/aspnetcore-6.0/**'
@@ -12,6 +13,7 @@ on:
1213
pull_request:
1314
paths:
1415
- 'samples/client/petstore/csharp/**net6.0**/'
16+
- 'samples/client/petstore/csharp/**net7.0**/'
1517
- 'samples/client/petstore/csharp/OpenAPIClient-generichost-netcore**/'
1618
- 'samples/client/petstore/csharp/OpenAPIClient-generichost-manual-tests/**'
1719
- 'samples/server/petstore/aspnetcore-6.0/**'
@@ -35,6 +37,8 @@ jobs:
3537
- samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-oneOf
3638
- samples/client/petstore/csharp/OpenAPIClient-generichost-netcore-latest-anyOf
3739
- samples/client/petstore/csharp/OpenAPIClient-generichost-manual-tests
40+
- samples/client/petstore/csharp/OpenAPIClient-generichost-net7.0-useDateTimeForDate
41+
- samples/client/petstore/csharp/OpenAPIClient-net7.0-useDateTimeForDate
3842
- samples/server/petstore/aspnetcore-6.0
3943
- samples/server/petstore/aspnetcore-6.0-pocoModels
4044
- samples/server/petstore/aspnetcore-6.0-project4Models

.github/workflows/samples-groovy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
distribution: 'temurin'
2828
java-version: 8
2929
- name: Cache maven dependencies
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
env:
3232
cache-name: maven-repository
3333
with:

0 commit comments

Comments
 (0)