Anton Davydov
9f3d9a5e8f
[swift] New 'swift-combine' client generator for swift ( #15823 )
...
* swift-alt-gen init
* swift-alt-gen in progress
* swift-alt added runtime
* swift-alt added transport
* swift-alt added example
* swift-alt v0.1.0
* swift-alt implemented form encoded body
* swift-alt fixed array of enums to string
* swift-alt v0.2.0
* swift-alt v0.3.0
* swift-alt v0.4.0
* swift-alt v0.5.0
* swift-alt v0.6.0
* swift-alt v0.7.0
* swift-alt v0.8.0
* swift-alt v0.9.0
* swift-alt v0.12.0
* swift-alt v0.13.0
* swift-alt v0.14.0
* swift-alt v0.15.0
* swift-alt v0.16.0
* swift-alt v0.17.0
* swift-alt v0.18.0
* swift-alt v0.19.0 Support for raw value in header
* swift-alt v0.20.0
* swift-alt v0.21.0
* swift-alt v0.22.0
* swift-combine v0.23.0
* swift-combine PR rules adoption
* swift-combine: updated transport
* Updated bitrise.yml file
* Fixed bitrise pipeline for swift-combine
* Fixed code review comment
2023-06-22 09:25:32 +08:00
martin-mfg
7e89e1ea81
fix import mapping for return types ( #14525 ) ( #15719 )
...
* importContainerType = true
* add unit test
* disable MyImportTest
* build all samples, add import exceptions
* simplify code
* delete myImportTest
* generate docs
* extend comment
* remove inline comment
2023-06-21 15:55:29 +08:00
William Cheng
afca85acf5
update scala doc
2023-06-14 17:42:27 +08:00
Adam Rybicki
522368160a
Scala sttp stability change ( #15842 )
...
* changed stability in ScalaSttpClientCodegen
* updated files from scripts
---------
Co-authored-by: Adam Fish Rybicki <adamrybicki@adams-macbook-pro.home>
2023-06-14 17:32:11 +08:00
William Cheng
6788f43af0
Better handling of Inline schema ( #15682 )
...
* skip allOf inline subschema created as $ref
* add option for fallback
* add back atleastonemodel
* add log
* update java, kotlin, js samples
* update tests
* fix native client test
* fix java client errors by regenerating test files
* clean up python
* clean up powershell
* clean up php
* clean up ruby
* update erlang, elixir
* update dart samples
* update ts samples
* update r, go samples
* update perl
* update swift
* add back files
* add back files
* remove outdated test files
* fix test
2023-06-11 15:35:58 +08:00
Tiffany Marrel
5cf7ed928b
fix security features listed in documentation - remove openID Connect by default ( #15773 )
2023-06-10 13:56:46 +08:00
Frederic Jones
59ba00e1f3
Add support for swagger2 in [java] client generators ( #15456 )
...
* Add support for swagger2 in java client generator
* Target 7.x.x
* Upstream changes
2023-06-06 15:41:12 +08:00
Tiffany Marrel
79c2e87890
[Java] fix security features listed in documentation ( #15756 )
2023-06-06 15:12:22 +08:00
Tiffany Marrel
d7226a6813
[Python] fix security features listed in documentation ( #15755 )
2023-06-06 10:49:01 +08:00
Tiffany Marrel
d3a2e0e43e
[Kotlin] fix security features listed in documentation ( #15758 )
2023-06-06 10:45:44 +08:00
Tiffany Marrel
d2446013d1
[TypeScript] fix security features listed in documentation ( #15751 )
2023-06-05 17:18:01 +08:00
Tiffany Marrel
0d9ca8a2d5
[C# csharp] fix security features listed in documentation ( #15687 )
2023-06-05 17:13:27 +08:00
Tiffany Marrel
9bf752454e
[PHP] fix security features listed in documentation ( #15750 )
2023-06-05 17:05:38 +08:00
Clément Tamisier
2b9d94cb0a
add missing quote ( #15732 )
2023-06-03 13:36:13 +08:00
Tiffany Marrel
fad23df09c
[Rust] fix security features listed in documentation ( #15718 )
2023-06-03 11:45:55 +08:00
Tiffany Marrel
7ab636d268
[JavaScript][javascript-flowtyped] fix security features listed in documentation ( #15715 )
2023-06-03 11:45:27 +08:00
Tiffany Marrel
2cc3e7865c
[Go] fix security features listed in documentation ( #15714 )
2023-06-03 11:44:48 +08:00
Tiffany Marrel
eb0fe1bd1f
[R] fix security features listed in documentation ( #15716 )
2023-06-03 11:14:35 +08:00
Tiffany Marrel
a953eb750f
[Powershell] fix security features listed in documentation ( #15717 )
2023-06-03 11:11:56 +08:00
Stefan Koppier
f0a624a135
Documentation update ( #15728 )
...
* Updated Gradle documentation examples to use correct non-deprecated .set(x) syntax instead of directly assigning
* Updated more Gradle documentation examples to use correct non-deprecated .set(x) syntax instead of directly assigning
* Updated documentation to use Java 11 instead of Java 8
2023-06-02 20:59:18 +08:00
William Cheng
421bcd1787
Decommission csharp
client generator ( #15708 )
...
* remove csharp client generator
* update samples/docs
2023-06-02 20:42:29 +08:00
stephanpelikan
3943e97e14
Introduce option 'importFileExtension' to typescript-fetch ( #15439 ) ( #15440 )
2023-06-01 08:49:07 +02:00
Tiffany Marrel
e593591401
cleanup new generator documentation ( #15359 )
...
* align wording across generators
* add missing authentication schemes from README of new generators
* fix anchor links in new generator documentation
2023-06-01 11:17:11 +08:00
Stefan Koppier
b3b672fdfc
[Kotlin-client][jvm-spring-webclient] Added support for spring boot 3 ( #15646 )
...
* Bumped kotlin spring-jvm-webclient spring boot version from 2.7.11 to 3.1.0
* Do not redefine HttpHeaders and MediaType for simpler code
* Added a simpler constructor to the api and simplified encodeURIComponent
* Added support for Spring Boot 3 in kotlin-client jvm-spring-webclient generator
* Fixed small syntactical regression in Kotlin client build.gradle
2023-05-26 17:07:36 +08:00
William Cheng
4c7963cf54
remove deprecated options in kotlin client generator ( #15651 )
2023-05-26 14:51:55 +08:00
William Cheng
6213d39539
update doc
2023-05-26 10:10:23 +08:00
Alpha Shuro
b94952b3b7
Add link to find more variables ( #15635 )
2023-05-26 08:38:32 +08:00
William Cheng
3990b73ff3
remove scala-httpclient client generator (deprecated) ( #15627 )
2023-05-24 16:39:35 +08:00
Stephan Strate
9890f076a9
[kotlin-server] add support for jakarta ee namespace ( #15593 )
2023-05-24 08:44:39 +01:00
Stefan Koppier
9358ab9d1d
[kotlin] New 'jvm-spring-webclient' library ( #15568 )
...
* Added library 'jvm-spring-webclient' to Kotlin client generator
* Reran all generators and generated docs
* Changed target of kotlin-jvm-spring-webclient sample from 2_0 to 3_0
* Added build of kotlin-jvm-spring-webclient to github workflow
2023-05-23 11:34:52 +08:00
devhl-labs
5299935c20
[csharp-netcore] Removed .netcore 3.1 ( #15605 )
...
* removed .netcore 3.1
* dont use .net standard for test package
2023-05-23 10:39:06 +08:00
martin-mfg
ad5cc827f0
remove fullJavaUtil ( #15033 )
2023-05-22 14:40:35 +08:00
Rustam
7881482161
[Ktor] Update generator to latest Ktor version #14061 ( #14296 )
2023-05-21 23:11:01 +08:00
Tiffany Marrel
c7d185dda9
[dart][dio] fix features of dart-dio generator ( #15537 )
2023-05-18 11:02:38 +08:00
William Cheng
04b34e7096
update doc
2023-05-17 02:15:24 +08:00
William Cheng
d3f63caf0b
Merge branch 'master' of https://github.com/OpenAPITools/openapi-generator
2023-05-17 01:02:51 +08:00
William Cheng
6a742fe398
update doc
2023-05-17 01:02:45 +08:00
Beppe Catanese
ab4a05a959
Postman Collection Generator ( #15294 )
...
* Add Postman generator
* Add Postman generator doc
* Remove contact data
* Change license data
* Add Postman in samples
* Add Postman in bin/configs
* Commit changed files
* Update Postman doc
* Correct generator connfiguration
* Regenerate docs
* Correct javadoc
* Use File instead of FileReader
* Rename to postman-collection (schema) generator
* Commit regenerated files
* Improve help and Javadoc
* Commit regenerated files
2023-05-17 00:51:53 +08:00
Tiffany Marrel
b35ffd3c37
add missing security schemes to new generator README template ( #15536 )
2023-05-17 00:50:22 +08:00
Tiffany Marrel
00676870a3
add HTTP signature to SecurityFeature ( #15542 )
2023-05-17 00:48:58 +08:00
William Cheng
c5a1dbecfb
[openapi-normalizer] enable some rules by default ( #15501 )
...
* enable certain normalizer rule by default
* minor fix
* better error handling
* update doc
2023-05-16 14:04:52 +08:00
William Cheng
01ed5975e1
rename python-nextgen to python ( #15504 )
2023-05-16 13:54:07 +08:00
devhl-labs
fd20632ba1
[csharp] Changed enums to start from 0 ( #15503 )
...
* zero based enums
* changed locale
2023-05-14 16:35:54 +08:00
William Cheng
780d266fe1
Decommission python client generator ( #15486 )
...
* decomission python client generator
* udpate
* update doc
2023-05-14 16:33:13 +08:00
William Cheng
3371e883ab
Decommission python-legacy, python-prior client generators ( #15475 )
...
* decommission python-legacy, python-prior client generators
* update tests
* update doc
2023-05-12 13:46:39 +08:00
William Cheng
1d2d56ab65
Merge remote-tracking branch 'origin/master' into 7.0.x
2023-05-10 17:20:38 +08:00
William Cheng
edc589ac81
update doc
2023-05-10 17:08:48 +08:00
Jérôme Tama
6e747259ae
Initial OIDC support ( #15417 )
...
* Initial OIDC support
* Removes 'println'
Changes OIDC to OpenIdConnect
Adds generated files
* fix rebase errors
2023-05-10 16:51:37 +08:00
William Cheng
0c3460f95b
Merge remote-tracking branch 'origin/master' into 7.0.x
2023-05-10 15:00:56 +08:00
Nuno Miguel Micaelo Borges
4e27041bdc
Add microprofile OpenApi annotations to JavaRxSpec (quarkus library). Add OpenID support (core) ( #15407 )
...
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
* Issue #795 : Add microprofile OpenAPI annotations for quarkus library in JaxRsSpec
---------
Co-authored-by: Nuno Borges <Nuno.Borges@ctw.bmwgroup.com>
2023-05-10 00:55:41 +08:00