Skip to content

Commit 6cb572a

Browse files
authored
Merge branch 'master' into fix-uuid-enum-value-gen
2 parents 5f83d16 + a63ff87 commit 6cb572a

1,635 files changed

Lines changed: 70781 additions & 32606 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/linux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,9 @@ jobs:
4545
restore-keys: |
4646
${{ runner.os }}-gradle-
4747
48-
- uses: gradle/actions/setup-gradle@v5
48+
- uses: gradle/actions/setup-gradle@v6
4949
with:
50+
cache-disabled: true
5051
gradle-version: '8.14.3'
5152

5253
- name: Setup Maven

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
- samples/client/petstore/java/webclient-swagger2
7474
- samples/client/petstore/java/webclient-useSingleRequestParameter
7575
- samples/client/petstore/java/vertx
76+
- samples/client/petstore/java/vertx5
7677
- samples/client/petstore/java/vertx-no-nullable
7778
- samples/client/petstore/java/vertx-supportVertxFuture
7879
- samples/client/petstore/java/jersey2-java8-localdatetime

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
- samples/client/petstore/java/webclient-jakarta/**
99
- samples/client/petstore/java/restclient-*/**
1010
- samples/client/petstore/java/native-jackson3/**
11+
- samples/client/petstore/java/native-jackson3-jspecify/**
12+
- samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/**
1113
- samples/client/others/java/webclient-sealedInterface/**
1214
- samples/client/others/java/webclient-sealedInterface_3_1/**
1315
- samples/client/petstore/java/webclient-useSingleRequestParameter/**
@@ -21,6 +23,8 @@ on:
2123
- samples/client/petstore/java/webclient-jakarta/**
2224
- samples/client/petstore/java/restclient-*/**
2325
- samples/client/petstore/java/native-jackson3/**
26+
- samples/client/petstore/java/native-jackson3-jspecify/**
27+
- samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify/**
2428
- samples/client/others/java/webclient-sealedInterface/**
2529
- samples/client/others/java/webclient-sealedInterface_3_1/**
2630
- samples/client/petstore/java/webclient-useSingleRequestParameter/**
@@ -44,6 +48,8 @@ jobs:
4448
- samples/client/petstore/java/restclient-nullable-arrays
4549
- samples/client/petstore/java/restclient-springBoot4-jackson2
4650
- samples/client/petstore/java/restclient-springBoot4-jackson3
51+
- samples/client/petstore/java/restclient-springBoot4-jackson3-jspecify
52+
- samples/client/petstore/java/native-jackson3-jspecify
4753
- samples/client/petstore/java/restclient-swagger2
4854
- samples/client/petstore/java/restclient-useSingleRequestParameter
4955
- samples/client/petstore/java/restclient-useSingleRequestParameter-static

.github/workflows/samples-julia.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- uses: actions/checkout@v5
19-
- uses: julia-actions/setup-julia@v2
19+
- uses: julia-actions/setup-julia@v3
2020
with:
2121
version: 1.8
2222
arch: x64

.github/workflows/samples-kotlin-server-jdk17.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- 'samples/server/petstore/kotlin-server-required-and-nullable-properties/**'
1212
- 'samples/server/petstore/kotlin-spring-declarative*/**'
1313
- 'samples/server/petstore/kotlin-spring-sealed-interfaces/**'
14+
- 'samples/server/petstore/kotlin-springboot-sort-validation/**'
15+
- 'samples/server/petstore/kotlin-springboot-paged-model/**'
1416
# comment out due to gradle build failure
1517
# - samples/server/petstore/kotlin-spring-default/**
1618
pull_request:
@@ -23,6 +25,8 @@ on:
2325
- 'samples/server/petstore/kotlin-server-required-and-nullable-properties/**'
2426
- 'samples/server/petstore/kotlin-spring-declarative*/**'
2527
- 'samples/server/petstore/kotlin-spring-sealed-interfaces/**'
28+
- 'samples/server/petstore/kotlin-springboot-sort-validation/**'
29+
- 'samples/server/petstore/kotlin-springboot-paged-model/**'
2630
# comment out due to gradle build failure
2731
# - samples/server/petstore/kotlin-spring-default/**
2832

@@ -62,6 +66,8 @@ jobs:
6266
- samples/server/petstore/kotlin-spring-declarative-interface-reactive-reactor-wrapped
6367
- samples/server/petstore/kotlin-spring-declarative-interface-wrapped
6468
- samples/server/petstore/kotlin-spring-sealed-interfaces
69+
- samples/server/petstore/kotlin-springboot-sort-validation
70+
- samples/server/petstore/kotlin-springboot-paged-model
6571
# comment out due to gradle build failure
6672
# - samples/server/petstore/kotlin-spring-default/
6773
steps:

.github/workflows/samples-python-petstore.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
paths:
66
- samples/openapi3/client/petstore/python-aiohttp/**
7+
- samples/openapi3/client/petstore/python-httpx/**
78
- samples/openapi3/client/petstore/python/**
89
- .github/workflows/samples-python-petstore.yaml
910

.github/workflows/samples-scala-jdk8.yaml

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/workflows/samples-spring-jdk17.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ on:
88
- samples/client/petstore/spring-http-interface-springboot-4/**
99
- samples/openapi3/server/petstore/springboot-3/**
1010
- samples/openapi3/server/petstore/springboot-4/**
11+
- samples/openapi3/server/petstore/springboot-4-jspecify/**
1112
- samples/server/petstore/springboot-api-response-examples/**
1213
- samples/server/petstore/springboot-lombok-data/**
1314
- samples/server/petstore/springboot-lombok-tostring/**
1415
- samples/server/petstore/springboot-file-delegate-optional/**
1516
- samples/server/petstore/springboot-petstore-with-api-response-examples/**
17+
- samples/server/petstore/springboot-sort-validation/**
18+
- samples/server/petstore/springboot-paged-model/**
1619
- samples/openapi3/server/petstore/spring-boot-oneof-sealed/**
1720
- samples/openapi3/server/petstore/spring-boot-oneof-interface/**
1821
pull_request:
@@ -22,11 +25,14 @@ on:
2225
- samples/client/petstore/spring-http-interface-springboot-4/**
2326
- samples/openapi3/server/petstore/springboot-3/**
2427
- samples/openapi3/server/petstore/springboot-4/**
28+
- samples/openapi3/server/petstore/springboot-4-jspecify/**
2529
- samples/server/petstore/springboot-api-response-examples/**
2630
- samples/server/petstore/springboot-lombok-data/**
2731
- samples/server/petstore/springboot-lombok-tostring/**
2832
- samples/server/petstore/springboot-file-delegate-optional/**
2933
- samples/server/petstore/springboot-petstore-with-api-response-examples/**
34+
- samples/server/petstore/springboot-sort-validation/**
35+
- samples/server/petstore/springboot-paged-model/**
3036
- samples/openapi3/server/petstore/spring-boot-oneof-sealed/**
3137
- samples/openapi3/server/petstore/spring-boot-oneof-interface/**
3238
jobs:
@@ -44,11 +50,14 @@ jobs:
4450
# servers
4551
- samples/openapi3/server/petstore/springboot-3
4652
- samples/openapi3/server/petstore/springboot-4
53+
- samples/openapi3/server/petstore/springboot-4-jspecify
4754
- samples/server/petstore/springboot-api-response-examples
4855
- samples/server/petstore/springboot-lombok-data
4956
- samples/server/petstore/springboot-lombok-tostring
5057
- samples/server/petstore/springboot-file-delegate-optional
5158
- samples/server/petstore/springboot-petstore-with-api-response-examples
59+
- samples/server/petstore/springboot-sort-validation
60+
- samples/server/petstore/springboot-paged-model
5261
- samples/openapi3/server/petstore/spring-boot-oneof-sealed
5362
- samples/openapi3/server/petstore/spring-boot-oneof-interface
5463
steps:

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,3 +309,6 @@ samples/client/petstore/ocaml-recursion-test/_build/
309309

310310
# jetbrain http client
311311
samples/client/jetbrains/adyen/checkout71/http/client/Apis/http-client.private.env.json
312+
313+
# Generated by the run-in-docker.sh
314+
\?/

0 commit comments

Comments
 (0)