Tino Fuhrmann
4f788e7ae7
Extract enum type fix to abstract client codegen
2023-04-29 08:44:23 +02:00
Tino Fuhrmann
6f1d1c0084
Remove space from "type"
2023-04-20 20:41:19 +02:00
Tino Fuhrmann
9546218bb8
Regenerated samples
2023-04-20 17:37:42 +02:00
Tino Fuhrmann
cd79f5eff9
Remove printlns
2023-04-20 17:36:10 +02:00
Tino Fuhrmann
7527911393
Fix invalid discrimnator value and enum type
2023-04-20 17:32:57 +02:00
William Cheng
7a41231721
minor bug fix to openapi normalizer ( #15225 )
2023-04-15 22:00:03 +08:00
William Cheng
9ad695d52c
better npe in processUseAllOfRefAsParent (openapi normalizer) ( #15224 )
2023-04-15 15:54:54 +08:00
William Cheng
c5a8fafc3d
remove deprecated warning ( #15223 )
2023-04-15 15:24:14 +08:00
William Cheng
5832731c0e
[java] Update undertow to newer version ( #15222 )
...
* update undertow to newer version
* fix
2023-04-15 14:56:48 +08:00
Tom Sanidas
6a67551ea5
Issue 3175 - using @objcMembers to expose all props and funcs to ObjC code when objcCompatible is requested. ( #15188 )
2023-04-14 09:31:59 +01:00
John Dimeo
90b78fe97e
Jersey2/3 - Probe content type for multipart upload parts ( #14965 )
...
* Probe content type for multipart form uploads since many servers require each part to correctly identify its type.
* Update samples
* Add explanatory comment
* Update samples with comment
2023-04-14 12:15:13 +08:00
Robin Karlsson
b247ad75e1
[java] Add public static version field ( #15108 )
2023-04-14 01:06:54 +08:00
Barnaby Court
53d9d30834
For microprofile java - use {{rootJavaEEPackage}} instead of {{javaxPackage}} ( #15179 )
2023-04-14 00:59:33 +08:00
André Andersson
241d649164
Fix list of type not including correct import ( #15171 )
2023-04-14 00:14:28 +08:00
Andrii Serkes
60e6d2d57f
fix Jsonb issue for Helidon SE Client generator ( #15146 )
...
Signed-off-by: aserkes <andrii.serkes@oracle.com>
2023-04-13 23:28:12 +08:00
Robbert van Waveren
8a426b2f4a
allow to specify the useOneOfInterfaces option for java ( #15042 )
2023-04-12 15:21:34 +03:00
William Cheng
e852ceceef
add lwj5 to go tech comm ( #15199 )
2023-04-12 16:26:46 +08:00
Beppe Catanese
0fff9642bf
Add blog Mustache templates with OpenAPI generator ( #15198 )
2023-04-12 16:12:38 +08:00
Steven Goris
0b41ee1c78
Issue #15095 : Improve gradle task documentation ( #15193 )
...
Co-authored-by: Steven <steven.goris@nike.com>
2023-04-12 11:38:09 +08:00
William Cheng
ff48f80379
udpate vertx to newer version 3.5.2 ( #15197 )
2023-04-12 11:32:11 +08:00
Robert Schweizer
448cbfd018
[python-nextgen] Limit allowed pydantic version range ( #15189 )
...
Align the lower limits between pyproject.toml and setup.py.
Set a common upper limit of <2, because version 2 brings breaking
changes.
2023-04-12 11:08:28 +08:00
William Cheng
f8cb5fde97
Add tests for aspnetcore 6.0 useSwashBuckle option ( #15176 )
...
* add test for aspnetcore 6.0 useSwashBuckle option
* update samples
* update petstore with more tests
* add options
* update samples
* remove unused files
2023-04-11 17:43:39 +08:00
Ween Jiann
81cafdc196
[go] Fix: reservedWordsMappings not checked for reserved word ( #15083 )
...
* Fix: reservedWordsMappings not checked for reserved word
* Fix coding issue
2023-04-11 15:39:53 +08:00
Ween Jiann
8ce990d3d7
[go-server] Add ability to handle parameters of number
type ( #15079 )
...
* Add ability to handle parameters of number type
* Generate samples
* Add handling for number without format
* Regenerate samples
* Fix indentation
2023-04-11 15:38:58 +08:00
Beppe Catanese
2b796d5c61
[Go] Format error message only when Kind is Struct ( #15154 )
...
* Check if Kind is Struct
* Commit regenerated files
* Tabs indentation instead of 4-space
* Commit regenerated files
2023-04-11 14:39:08 +08:00
leonluc-dev
a17bb59097
Added useSwashBuckle condition ( #15157 )
...
Added useSwashBuckle condition to Swashbuckle attributes in models
2023-04-10 18:21:32 +08:00
martin-mfg
e9e0f50ab6
Update customization.md ( #15172 )
...
Clarify which OpenAPI Generator version exactly introduced [Set skipFormModel to true by default](https://github.com/OpenAPITools/openapi-generator/pull/8125 ).
2023-04-10 17:16:19 +08:00
Amrith Nayak
5d490d742a
Add Flipkart as a company using OpenAPI Generator ( #15175 )
...
* Adding Flipkart as a openapi generator user
* chore: added flipkart company logo static asset
* fix: fixed typo in users
2023-04-10 17:14:25 +08:00
devhl-labs
1e2f16ed69
[csharp-netcore] Explicitly implement IValidatableObject ( #15160 )
...
* explicit interface implementation
* minor spacing change
2023-04-10 11:20:48 +08:00
Takeshi Masaki
5e3bb7e33e
[Ruby] fix RSpec documentation URL ( #15164 )
2023-04-10 10:44:28 +08:00
Tushar
a4f5a74d5b
fix(python-nextgen): dependency incompatiblity ( #15167 )
...
Downgrade tox and flake8. Alternateively, we can increase minimum python version to 3.8.1
2023-04-10 10:31:53 +08:00
Tushar
4a83c9181f
fix(python-nextgen): Use spec format for authors in pyproject ( #15170 )
2023-04-10 10:31:37 +08:00
Ween Jiann
a5bc7f107d
[typescript] Make TypeScriptClientCodegen extend AbstractTypeScriptClientCodegen ( #15096 )
...
* Make TypeScriptClientCodegen extend AbstractTypeScriptClientCodegen
* Regenerate samples
* Update docs
* Clean up
* Remove updated toEnumName
* Fix: SUPPORTS_ES6
* Fix: `setSupportsES6` should not be set directly in unit tests
* Set modelPropertyNaming to camelCase
2023-04-09 20:43:58 +02:00
Martin Delille
f40433d28f
qt ctest ( #14968 )
...
* [cpp-qt-client] Fix warning about deprecated count() method
* [cpp-qt-client] Ignore build directory
* [cpp-qt-client] Use ctest
* Fix CMakeLists.txt for cpp-qt-client
2023-04-07 16:24:11 +08:00
William Cheng
b2be16746c
fix link, add links to posts ( #15153 )
2023-04-07 16:14:24 +08:00
William Cheng
e8e62ccadb
simplify enum of string & string to enum of string ( #15149 )
2023-04-07 15:54:42 +08:00
William Cheng
bda2e4a167
fix NPE in simplifyOneOfAnyOf ( #15142 )
2023-04-07 09:34:20 +08:00
William Cheng
bd7bc9aa79
[python-nextgen] Add bytearray, none_type as primitive type ( #15130 )
...
* add bytearray, none type as primitive type
* update samples
* update doc
2023-04-07 09:34:04 +08:00
William Cheng
ba2c42e34b
add override to java native pojo ( #15125 )
2023-04-06 15:00:14 +08:00
William Cheng
07227d4650
add support for union of strictfloat and strictint ( #15124 )
2023-04-06 11:51:12 +08:00
Tommaso Barbugli
b409ceb3a0
respect api visibility for oneof enum ( #15122 )
2023-04-04 09:45:27 +01:00
devhl-labs
3b11187200
made escaped regex be not literal strings ( #15107 )
2023-04-04 15:15:14 +08:00
William Cheng
3d7c173eb2
update ue4 c++ client
2023-04-01 19:11:37 +08:00
Samuel Kahn
033b946856
[cpp-ue4] Series of fixes for cpp-ue4 ( #15068 )
...
* [cpp-ue4] Removed warning related to wrong casing of HTTP module
* [cpp-ue4] Fixed compilation error when using file parameters in json body generation
* [cpp-ue4] Do not write the form param json body generation unless there actually are form params
* [cpp-ue4] Added support for enum values in path params
2023-04-01 19:01:45 +08:00
William Cheng
938c72cec0
trigger build
2023-04-01 19:00:14 +08:00
William Cheng
5d1e18306a
Prepare 6.6.0-SNAPSHOT ( #15100 )
...
* set 6.6.0 snapshot version
* update samples
* update readme
2023-04-01 18:48:01 +08:00
William Cheng
7417432a54
Prepare 6.5.0 release ( #15099 )
...
* 6.5.0 release
* update samples
v6.5.0
2023-04-01 15:03:35 +08:00
devhl-labs
c838b1d1f9
made default strings use string literal ( #15049 )
2023-04-01 10:36:10 +08:00
William Cheng
0dc84520e7
[python-nextgen] use __fields_set__ to determine if the field is needed in to_dict ( #15086 )
...
* use __fields_set__ to determine if the field is needed
* fix tests
2023-04-01 10:23:38 +08:00
William Cheng
1710615fd8
fix python nextgen github workflow ( #15092 )
2023-03-31 22:40:23 +08:00