William Cheng
82b7dee480
update java jersey2 dependencies to newer versions ( #11878 )
2022-03-15 18:38:34 +08:00
William Cheng
2db3070b2d
Update java (okhttp-gson) client dependencies to newer versions ( #11877 )
...
* update java okhttp-gson client dependencies to newer versions
* update samples
2022-03-15 18:38:12 +08:00
William Cheng
7ea5d158f2
[Go] fix oneOf naming ( #11863 )
...
* update samples
* add lambda to handle oneof/anyof naming in go
2022-03-15 12:47:09 +08:00
Cameron Koegel
266de25cf3
[Python] Added Support for Validating and Converting Model Attributes ( #11134 )
...
* [Python] Added Support for Validating and Converting Model Attributes
* generate new samples
* remove attribute error
* update samples
* revert old changes
* changed spec_property_naming default to true
* regenerated samples
* regenerate samples
2022-03-15 00:35:39 +08:00
Jason Froehlich
a3c5bbb09a
Added field and class level annotations to the pojo.mustache ( #11775 )
...
* Added field and class level annotations
Added x-class-extra-annotation and x-field-extra-annotation for class and field level annotations per object/field
* added field and class level extra annotations to pojos
* Updated samples
* Removed duplicate line
* Updated samples
2022-03-13 21:55:25 +08:00
William Cheng
7ac90ed98f
[Go] add more tests to cover more cases ( #11849 )
...
* more tests for go client
* add new files
* update samples
* add more tests
2022-03-11 10:42:24 +08:00
NoTuxNoBux
795db0c19e
Fix incorrect FileParameter deserialization in csharp-netcore ( #11850 )
2022-03-11 10:37:45 +08:00
Noah Fontes
6f37409d2b
Fix nullable models embedded in allOf ( #11804 )
...
It is possible, though contrived, for a property to have both isAnyType
and isModel set. In this case, when the outer type is nullable, the Go
template expects a Nullable* type to be provided by the generator, but
it is skipped over instead. This change aligns the generator with the
template's expectations.
2022-03-10 16:31:44 +08:00
devhl-labs
22a1906480
[csharp-netcore] Upgrade to System.Text.Json ( #11741 )
...
* refactor nrt annotation
* enable nrt by default in .net6.0+
* use shorter nrt annotation
* build samples
* removed debugging lines
* fixed model and operatoin constructors
* reverted a commented line for comparison
* upgraded to System.Text.Json
* build samples
* build samples
* deleted samples to remove old files
* bug fixes
* bug fixes
* added tasks to track the bugs
2022-03-10 15:02:42 +08:00
Oleh Kurpiak
fb2c41c720
[Java] implicit headers regex ( #11819 )
2022-03-10 10:49:52 +08:00
William Cheng
cbdcf8cdad
update samples
2022-03-10 10:13:29 +08:00
Gustavo De Micheli
26f65de5ec
Add auto-generated doc to scala-akka client ( #11840 )
...
Co-authored-by: Gustavo De Micheli <gustavo.de.micheli@lunatech.com>
2022-03-10 10:04:51 +08:00
Cameron Koegel
fd1ede6a73
[Python] Added Ability to Initialize Models by Passing in Dictionaries ( #11125 )
...
* [Python] Added Ability to Initialize Models by Passing in Dictionaries
* formatting change
* generate new python samples
2022-03-09 09:41:15 -08:00
wirthual
7ed7930bab
fixed wrong intendation error ( #11834 )
2022-03-09 11:21:54 +08:00
Noah Fontes
a4e1717fd2
Fix Go template for oneOfs with primitive types ( #11826 )
...
A recent enhancement to the template made these primitive types usable
as property names, but a small section of the template wasn't updated,
leading to compilation problems.
2022-03-09 01:56:53 +08:00
Spencer Stolworthy
6bc50ee57f
Added outputAsLibrary, onlyInterfaces additional-properties to go-server ( #11563 )
2022-03-09 01:48:05 +08:00
Cameron Koegel
94b1440074
[Python] Add Support for Content-Disposition Header without filename ( #11055 )
...
* [Python] Add Support for CD header w/o filename
* updated documentation per PR instructions
* fixed formatting and updated samples and docs
* revert docs changes
* regenerate python samples
* updated sample python test
2022-03-09 01:10:49 +08:00
Cameron Koegel
b1c6513015
[Ruby] Added Support for Building Models from Hashes with Strings as Keys ( #11243 )
...
* [Ruby] Added Support for Building Models from Hashes with Strings as
Keys
* generate samples
2022-03-09 00:59:53 +08:00
Katsuyuki Omuro
16fd760b16
[Ruby] Add x-group-parameters support to Ruby client ( #11825 )
...
* add group parameter support to Ruby templates
* update generated sample files
2022-03-09 00:52:46 +08:00
Bruno Coelho
00ef435018
[swift5][client] create comment to warn about android api version ( #11830 )
2022-03-09 00:03:02 +08:00
Slawomir Kwasniak
0e4eb50af2
Fix typo in supportAndroidApiLevel25AndBelow help ( #11821 )
...
Obvious typo in the kotlin help description of the
`supportAndroidApiLevel25AndBelow` configuration parameter i.e.
`in oder` instead of `in order`.
Co-authored-by: Slawomir Kwasniak <slawomir.kwasniak@hensoldt-cyber.de>
2022-03-09 00:01:23 +08:00
William Cheng
1b045a67df
skip tests for jdk17 in github actino
2022-03-07 09:55:15 +08:00
Radek Postołowicz
c22997b9b8
Cleanup Jackson type info mess fixes ( #9441 ) ( #11691 )
...
* Cleanup Jackson type info mess fixes (#9441 )
* fixup! add import mapping for JsonIgnoreProperties
2022-03-07 09:36:05 +08:00
William Cheng
9a12bce41d
skip javadoc for jdk17 in tests
2022-03-07 09:33:20 +08:00
William Cheng
482032d14f
fix warnings due to incorrect docstring ( #11815 )
2022-03-07 09:23:09 +08:00
Oleh Kurpiak
382e2a22a8
Document all used vendor extensions in specific generator ( #11797 )
2022-03-06 23:21:55 +08:00
Abrhm7786
be8567f656
V4 Azure functions + some tweaks ( #11345 )
...
* Copying files from LeonB's fork
* Changes as per PR comments
* Resolved merge conflict
Co-authored-by: William Cheng <wing328hk@gmail.com>
2022-03-06 23:20:04 +08:00
Pang
7466bc2ed6
[Client:C] [C-libcurl] cmake support specify path ( #11790 )
2022-03-06 22:39:21 +08:00
William Cheng
188f37f5a9
Merge branch 'master' of https://github.com/OpenAPITools/openapi-generator
2022-03-06 22:35:33 +08:00
William Cheng
03d4d75431
update C# samples
2022-03-06 22:35:04 +08:00
William Cheng
79872523d6
add tests, better code format ( #11814 )
2022-03-06 22:34:33 +08:00
paritoshgote-msft
a1862ff5ce
Fix ClientCertificates plumbing for csharp config. ( #11711 )
...
Fixes the injection of ClientCertificates in Configuration.mustache for csharp netcore and netcore-functions.
2022-03-06 22:00:03 +08:00
William Cheng
f33ace6b03
update c samples
2022-03-06 21:48:00 +08:00
방진영
284fbdfc4d
Fix list keyword ( #11806 )
2022-03-06 21:41:38 +08:00
William Cheng
087c5a2fdb
update c# samples
2022-03-06 21:29:49 +08:00
Emanuele Saccomandi
9efda42d57
fixed csharp netcore conditional serialization ( #11710 )
2022-03-06 21:22:04 +08:00
Oleh Kurpiak
877812d0ba
[Java] use x-implements ( #11784 )
2022-03-06 21:00:26 +08:00
Noah Fontes
31f0c65378
Fix example generation when missing models ( #11805 )
...
For some buggy configurations, a warning is emitted indicating that for
a given request body the corresponding CodegenModel could not be found.
When this happens, some generators produce NPEs when writing out example
code. This change avoids the NPEs by providing a stub value instead.
2022-03-05 14:31:54 +08:00
Juha Syrjälä
23e44abda3
Fix jaxrs-spec to run with JDK 17 ( #11798 )
...
JDK17 is missing class `javax.annotation.Generated`.
Add javax.annotation:javax.annotation-api 1.3.2
Fixes https://github.com/OpenAPITools/openapi-generator/issues/11795
2022-03-05 14:21:05 +08:00
chatelao
79d9193374
Confluence Wiki - Escape special characters ( #11786 )
...
The Confluence Markup needs to escape some characters.
2022-03-04 23:15:22 +08:00
pichlau
5128e88f5f
Fix for issue #11779 ( #11781 )
...
Adding in the mustache template of the description value in @Operation annotation.
2022-03-04 23:08:40 +08:00
Oleh Kurpiak
2e0dc573b3
[Java][WebClient] allow sync requests ( #11780 )
2022-03-04 22:58:03 +08:00
dependabot[bot]
9bccd43c59
Bump actions/upload-artifact from 2.3.1 to 3 ( #11787 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3 )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-04 22:54:42 +08:00
Oleh Kurpiak
3656ec5260
[Java] remove samples & replace them with file asserts ( #11773 )
2022-03-03 19:58:03 +08:00
dependabot[bot]
00ec168536
Bump actions/download-artifact from 2.1.0 to 3 ( #11777 )
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 2.1.0 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v2.1.0...v3 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-03 10:38:42 +08:00
Laurens-W
5ad9f1889e
[DefaultCodegen] GetReferenceHeader for both calls of headerToCodegenParameter ( #11756 )
...
* GetReferenceHeader for both calls of headerToCodegenParameter
* Moved dereferencing of header outside of headerToCodegenParameter
Co-authored-by: Westerlaken, H.L. (Laurens) <laurens.westerlaken@devolksbank.nl>
2022-03-02 07:22:59 -08:00
William Cheng
8c023fae19
replace tabs with spaces in rust generator
2022-03-02 19:23:13 +08:00
William Cheng
876f2fe9f7
[typescript-angular] update package.json (v11) to address security alerts ( #11765 )
...
* remove package-lock.json
* remove package-lock.json, update dev dependencies
* add package-lock.json
2022-03-02 17:21:13 +08:00
William Cheng
2130bf4f78
add davidgamero to typescript tc ( #11769 )
2022-03-02 16:53:29 +08:00
dependabot[bot]
fd114da988
Bump follow-redirects from 1.14.7 to 1.14.9 in /website ( #11762 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.9.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.9 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 16:32:02 +08:00