Skip to content

Commit c806d60

Browse files
Merge pull request #3 from OpenAPITools/master
Merge master
2 parents ded868c + 05dd7fb commit c806d60

529 files changed

Lines changed: 5549 additions & 6385 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
gradle-version: '8.14.3'
5151

5252
- name: Setup Maven
53-
uses: s4u/setup-maven-action@v1.19.0
53+
uses: s4u/setup-maven-action@v1.20.0
5454
with:
5555
java-version: ${{ matrix.java }}
5656
maven-version: 3.8.8
@@ -92,7 +92,7 @@ jobs:
9292
- name: Check out code
9393
uses: actions/checkout@v5
9494
- name: Setup Maven
95-
uses: s4u/setup-maven-action@v1.19.0
95+
uses: s4u/setup-maven-action@v1.20.0
9696
with:
9797
java-version: 11
9898
maven-version: 3.8.8

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
- samples/client/petstore/java/webclient-useSingleRequestParameter/**
1414
- samples/client/others/java/restclient-enum-in-multipart/**
1515
- samples/client/others/java/restclient-sealedInterface/**
16+
- samples/client/others/java/restclient-useAbstractionForFiles/**
1617
pull_request:
1718
paths:
1819
- samples/client/petstore/java/resttemplate-jakarta/**
@@ -25,6 +26,7 @@ on:
2526
- samples/client/petstore/java/webclient-useSingleRequestParameter/**
2627
- samples/client/others/java/restclient-enum-in-multipart/**
2728
- samples/client/others/java/restclient-sealedInterface/**
29+
- samples/client/others/java/restclient-useAbstractionForFiles/**
2830
jobs:
2931
build:
3032
name: Build Java Client JDK17
@@ -52,6 +54,7 @@ jobs:
5254
- samples/client/petstore/java/webclient-useSingleRequestParameter
5355
- samples/client/others/java/restclient-enum-in-multipart
5456
- samples/client/others/java/restclient-sealedInterface
57+
- samples/client/others/java/restclient-useAbstractionForFiles
5558
steps:
5659
- uses: actions/checkout@v5
5760
- uses: actions/setup-java@v5

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- samples/client/echo_api/python
1919
- samples/client/echo_api/python-disallowAdditionalPropertiesIfNotPresent
2020
python-version:
21-
- "3.9"
2221
- "3.10"
2322
- "3.11"
2423
- "3.12"
2524
- "3.13"
25+
- "3.14"
2626
steps:
2727
- uses: actions/checkout@v5
2828
- uses: actions/setup-python@v6

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ jobs:
2727
fail-fast: false
2828
matrix:
2929
python-version:
30-
- "3.9"
3130
- "3.10"
3231
- "3.11"
3332
- "3.12"
3433
- "3.13"
34+
- "3.14"
3535
sample:
3636
- samples/openapi3/client/petstore/python-aiohttp
3737
- samples/openapi3/client/petstore/python-httpx

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
${{ runner.os }}-build-${{ env.cache-name }}-
4141
${{ runner.os }}-build-
4242
- name: Setup Maven
43-
uses: s4u/setup-maven-action@v1.19.0
43+
uses: s4u/setup-maven-action@v1.20.0
4444
with:
4545
java-version: ${{ matrix.java }}
4646
maven-version: 3.8.8

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ If you find OpenAPI Generator useful for work, please consider asking your compa
7777
[<img src="https://openapi-generator.tech/img/companies/serpapi.png" width="128" height="128">](https://serpapi.com/?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
7878
[<img src="https://openapi-generator.tech/img/companies/socialwick.png" width="128" height="128">](https://socialwick.com/?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
7979
[<img src="https://openapi-generator.tech/img/companies/fbpostlikes.png" width="128" height="128">](https://fbpostlikes.com/?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
80+
[<img src="https://openapi-generator.tech/img/companies/buyfans.png" width="128" height="128">](https://buy.fans/buy-tiktok-likes/?utm_source=openapi-generator&utm_medium=sponsorship&utm_campaign=oss-sponsorship)
8081

8182
#### Thank you GoDaddy for sponsoring the domain names, Linode for sponsoring the VPS, Checkly for sponsoring the API monitoring and Gradle for sponsoring Develocity
8283

bin/configs/kotlin-server-jaxrs-spec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ templateDir: modules/openapi-generator/src/main/resources/kotlin-server
66
additionalProperties:
77
useCoroutines: "true"
88
useTags: "true"
9+
implicitHeaders: "true"

bin/configs/kotlin-spring-boot-source-swagger1.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ additionalProperties:
1010
serviceImplementation: "true"
1111
serializableModel: "true"
1212
beanValidations: "true"
13+
implicitHeaders: "true"

bin/configs/kotlin-spring-boot-source-swagger2.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ additionalProperties:
1010
serviceImplementation: "true"
1111
serializableModel: "true"
1212
beanValidations: "true"
13+
implicitHeaders: "true"

docs/generators/java-camel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ These options may be applied as additional-properties (cli) or configOptions (pl
110110
|useFeignClientContextId|Whether to generate Feign client with contextId parameter.| |true|
111111
|useFeignClientUrl|Whether to generate Feign client with url parameter.| |true|
112112
|useHttpServiceProxyFactoryInterfacesConfigurator|Generate HttpInterfacesAbstractConfigurator based on an HttpServiceProxyFactory instance (as opposed to a WebClient instance, when disabled) for generating Spring HTTP interfaces.| |false|
113-
|useJackson3|Set it in order to use jackson 3 dependencies (only allowed when `useSpringBoot4` is set and incompatible with `openApiNullable`).| |false|
113+
|useJackson3|Set it in order to use jackson 3 dependencies (only allowed when `useSpringBoot4` is set).| |false|
114114
|useJakartaEe|whether to use Jakarta EE namespace instead of javax| |false|
115115
|useOneOfInterfaces|whether to use a java interface to describe a set of oneOf options, where each option is a class that implements the interface| |true|
116116
|useOptional|Use Optional container for optional parameters| |false|

0 commit comments

Comments
 (0)