Skip to content

Commit 9856b03

Browse files
committed
fix xml format
2 parents b10d84e + 9e66c4f commit 9856b03

File tree

2,735 files changed

+170598
-8376
lines changed

Some content is hidden

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

2,735 files changed

+170598
-8376
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ assignees: ''
1010
#### Bug Report Checklist
1111

1212
- [ ] Have you provided a full/minimal spec to reproduce the issue?
13-
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apidevtools.org/swagger-parser/online/))?
13+
- [ ] Have you validated the input using an OpenAPI validator ([example](https://apitools.dev/swagger-parser/online/))?
1414
- [ ] Have you [tested with the latest master](https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-to-test-with-the-latest-master-of-openapi-generator) to confirm the issue still exists?
1515
- [ ] Have you searched for related issues/PRs?
1616
- [ ] What's the actual output vs expected output?

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
jobs:
1717
build:
1818
name: Build .Net projects
19-
runs-on: ubuntu-latest
19+
runs-on: windows-latest
2020
strategy:
2121
fail-fast: false
2222
matrix:

.github/workflows/samples-dotnet9.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
- samples/client/petstore/csharp/generichost/net9/Petstore
3636
- samples/client/petstore/csharp/generichost/net9/SourceGeneration
3737
- samples/client/petstore/csharp/generichost/net9/UseDateTimeForDate
38+
# restsharp
39+
- samples/client/petstore/csharp/restsharp/net9/EnumMappings
40+
# httpclient
41+
- samples/client/petstore/csharp/httpclient/net9/Petstore
42+
# unity
43+
#- samples/client/petstore/csharp/unityWebRequest/net9/Petstore
3844
steps:
3945
- uses: actions/checkout@v4
4046
- uses: actions/[email protected]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- samples/server/petstore/kotlin-springboot-delegate
3535
- samples/server/petstore/kotlin-springboot-modelMutable
3636
- samples/server/petstore/kotlin-springboot-reactive
37+
- samples/server/petstore/kotlin-springboot-reactive-without-flow
3738
- samples/server/petstore/kotlin-springboot-source-swagger1
3839
- samples/server/petstore/kotlin-springboot-source-swagger2
3940
- samples/server/petstore/kotlin-springboot-springfox

.github/workflows/samples-scala.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
with:
4141
distribution: 'temurin'
4242
java-version: 8
43+
- name: Setup sbt launcher
44+
uses: sbt/setup-sbt@v1
4345
- name: Cache maven dependencies
4446
uses: actions/cache@v4
4547
env:

CI/circle_parallel.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,22 @@ if [ "$NODE_INDEX" = "1" ]; then
1515

1616
sudo apt-get -y install cpanminus
1717

18+
# install rust
19+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
20+
source "$HOME/.cargo/env"
21+
22+
echo "Testing perl"
1823
(cd samples/client/petstore/perl && /bin/bash ./test.bash)
24+
25+
echo "Testing ruby"
1926
(cd samples/client/petstore/ruby && mvn integration-test)
2027
(cd samples/client/petstore/ruby-faraday && mvn integration-test)
2128
(cd samples/client/petstore/ruby-httpx && mvn integration-test)
2229
(cd samples/client/petstore/ruby-autoload && mvn integration-test)
2330

31+
echo "Testing rust"
32+
(cd samples/server/petstore/rust-axum && mvn integration-test)
33+
2434
elif [ "$NODE_INDEX" = "2" ]; then
2535
echo "Running node $NODE_INDEX to test Go"
2636
# install haskell

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1210,7 +1210,7 @@ If you want to join the committee, please kindly apply by sending an email to te
12101210
| Android | @jaz-ah (2017/09) |
12111211
| Apex | |
12121212
| Bash | @frol (2017/07) @bkryza (2017/08) @kenjones-cisco (2017/09) |
1213-
| C | @zhemant (2018/11) @ityuhui (2019/12) @michelealbano (2020/03) |
1213+
| C | @zhemant (2018/11) @ityuhui (2019/12) @michelealbano (2020/03) @eafer (2024/12) |
12141214
| C++ | @ravinikam (2017/07) @stkrwork (2017/07) @etherealjoy (2018/02) @martindelille (2018/03) @muttleyxd (2019/08) |
12151215
| C# | @mandrean (2017/08) @shibayan (2020/02) @Blackclaws (2021/03) @lucamazzanti (2021/05) @iBicha (2023/07) |
12161216
| Clojure | |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# for .net standard httpclient
2+
generatorName: csharp
3+
outputDir: samples/client/petstore/csharp/httpclient/net9/Petstore
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/csharp
6+
library: httpclient
7+
additionalProperties:
8+
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
9+
useCompareNetObjects: true
10+
disallowAdditionalPropertiesIfNotPresent: false
11+
useOneOfDiscriminatorLookup: true
12+
targetFramework: net9.0
13+
equatable: true
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# for .net standard
2+
generatorName: csharp
3+
outputDir: samples/client/petstore/csharp/restsharp/net9/EnumMappings
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature-oneof-primitive-types.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/csharp
6+
additionalProperties:
7+
packageGuid: '{321C8C3F-0156-40C1-AE42-D59761FB9B6C}'
8+
useCompareNetObjects: true
9+
disallowAdditionalPropertiesIfNotPresent: false
10+
useOneOfDiscriminatorLookup: true
11+
targetFramework: net9.0
12+
equatable: true
13+
enumNameMappings:
14+
delivered: Shipped
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# for .net Unity
2+
generatorName: csharp
3+
outputDir: samples/client/petstore/csharp/unityWebRequest/net9/Petstore
4+
inputSpec: modules/openapi-generator/src/test/resources/3_0/csharp/petstore-with-fake-endpoints-models-for-testing-with-http-signature.yaml
5+
templateDir: modules/openapi-generator/src/main/resources/csharp
6+
library: unityWebRequest
7+
additionalProperties:
8+
targetFramework: net9.0
9+
equatable: true

0 commit comments

Comments
 (0)