Commit Graph

  • 861e8f0656
    [kotlin] implement serializable data classes (#8317) (#18386) Lucas 2024-06-24 09:13:32 +02:00
  • 0368f4e031
    Add support for a bearer token supplier to OAuth based RestTemplate clients. Fixes #19000 (#19002) GregDThomas 2024-06-24 06:37:04 +01:00
  • c0be6ba9df update undetow to newer version William Cheng 2024-06-24 12:43:22 +08:00
  • c5daf8193b
    dart - make the dependency on the http, collection and meta package less strict (#18952) Yannick Wiesner 2024-06-24 06:02:30 +02:00
  • d5f42500ab
    [Golang] Move utility functions from client.mustache to utils.mustache (#19001) William Cheng 2024-06-24 11:58:57 +08:00
  • 1064cb6a68
    Allow to pass a str to the Python aiohttp client (#18985) William Cheng 2024-06-23 17:19:26 +08:00
  • 4e89436177
    [kotlin] Fix a leak in the ApiClient (#18997) Jimmy Ma 2024-06-23 02:17:05 -07:00
  • 640ef9d944
    fix(rust-server): remove duplicate allow(unused_imports) directive (#18983) Nathaniel Cook 2024-06-20 08:14:57 -06:00
  • e5ae07c2b4
    avoid setting debug property if not needed (#18872) Vito De Tullio 2024-06-20 12:23:34 +02:00
  • 7747cc93e0
    [Kotlin] update ApiClient to register all adapters for GsonBuilder (#18965) William Cheng 2024-06-20 00:20:11 +08:00
  • cf303d4e03
    [csharp] Don't apply OpenAPIDateConverter json converter attribute for DateOnly properties (#18874) Johann-Peter 2024-06-19 11:53:00 +02:00
  • bae9226d10 Merge branch 'fix_issue18541' of https://github.com/jpduchon/openapi-generator into jpduchon-fix_issue18541 jpduchon-fix_issue18541 William Cheng 2024-06-19 17:35:42 +08:00
  • 9919c23267
    [Ruby] Add Flag to Allow Ignoring Operation Servers (#18934) Cameron Koegel 2024-06-19 05:24:59 -04:00
  • 5bc7aa3cd6
    Never create inline model for allOf with single $ref (#18945) ReneZeidler 2024-06-19 11:15:33 +02:00
  • da57701569
    [haskell-http-client] Support --name-mappings and handle _ name (#18943) (#18944) Val Packett 2024-06-19 06:07:26 -03:00
  • c3a2fe0592
    [Python] Add retries option to Configuration constructor (#18919) Oleg Gromiak 2024-06-19 11:06:33 +02:00
  • a4b577ddc7
    [swift] Issue 18940: Rename url & path variables to avoid collision (#18969) Andy☼ McSherry☼ 2024-06-19 02:03:12 -07:00
  • a4d43a8376
    Add default (#18968) Andreas Maechler 2024-06-18 23:01:47 -06:00
  • 819083b1ba
    update urllib3 to newer version (#18957) William Cheng 2024-06-18 14:32:20 +08:00
  • ca419f3dcf Deploy website - based on 1c66b1bcbd3532ef1f5d244d04b3373822607ec7 William Cheng 2024-06-18 12:18:06 +08:00
  • abc4461e88
    [python] Fix Typo in Model Test (#18953) Cameron Koegel 2024-06-17 23:59:17 -04:00
  • 18b4bcba0d
    useEnumCaseInsensitive option fixed in Java Native Model Enum (#18762) Oğuz Demirbaşcı 2024-06-17 10:49:50 +01:00
  • 793aba724a
    [kotlin-server][javalin6] Add Javalin 6 support (#18928) Dennis Ameling 2024-06-17 05:38:17 +02:00
  • c806ea51b3
    requestMappingMode: Explicit configuration to control the location of the generated class level RequestMapping annotation (#18896) Peter Storch 2024-06-17 05:36:03 +02:00
  • 129e4dc9c9
    Fix #18715 [JAVA] ensure codegen fields and additionalProperties are not conflicting (#18935) jpfinne 2024-06-17 05:35:40 +02:00
  • 989a79811a
    [Android][Volley] Build fixes (#18899) Val Packett 2024-06-16 06:17:59 -03:00
  • 6f9ad31df3
    [JAVA-SPRING] Avoid broken code due to duplicate rendering of @Deprecated annotation with generateBuilders=true (#18917) Philzen 2024-06-16 06:02:53 +02:00
  • ec8998b39f
    [test-stack] Implement inner class assertion and fix typo "doesNotContains" (#18921) Philzen 2024-06-16 04:03:11 +02:00
  • 3d93862c6d
    OneOf should handle Inheritance based type (#18892) Ghufran Zahidi 2024-06-15 21:36:56 +05:30
  • 642b1a3a95
    [JAVA] [SPRING] [PKMST] [MICRONAUT] XML wireformat: Fix Jackson useWrapping=false, JAXB+Jackson namespaces (#18870) Philzen 2024-06-15 17:02:32 +02:00
  • 13facdaab5
    [python] Add an option to add ensure_ascii=False to json.dumps (#18888) William Cheng 2024-06-15 18:39:06 +08:00
  • a40673acb9
    update rust axum samples, add cargo fmt (#18938) William Cheng 2024-06-15 18:35:49 +08:00
  • 0aac363ca0
    [rust-axum] Support for response status code ranges (#18895) Emmanuel Mathot 2024-06-15 12:12:47 +02:00
  • cc24106832
    [Rust-Axum] Use x-response-id if specified (#18906) Emily Crandall Fleischman 2024-06-15 06:12:38 -04:00
  • 8bac93e23b
    [csharp] Improved apiclient.mustache (#18915) Filipe Silva 2024-06-15 10:54:14 +01:00
  • 01fec76ab1
    feat(typescript-angular): add support for Angular V18 (#18916) Tobias Zink 2024-06-14 13:14:28 +00:00
  • f36590051f
    [Enhancement] [Gradle Plugin] Allow templates from classpath (#14909) Daniel Imber 2024-06-13 14:20:41 +01:00
  • ea0190324e
    fixes #18853: provide support of array attributes in multipart/form-data request for axios and fetch typescript clients (#18855) Jean-Donald Roselin 2024-06-13 14:49:55 +02:00
  • 788fd6f725
    Golang client can use pattern-based discriminator between oneOf (#18760) Max Lapshin 2024-06-13 11:31:36 +03:00
  • 26a164e57f
    [Java][Spring] enumUnknownDefaultCase true now returns correctly in fromValue (#18914) William Cheng 2024-06-13 16:23:56 +08:00
  • 1765efc1ff
    [Golang] Introduce 'lambda.type-to-name' in models_anyof.mustache (#18912) William Cheng 2024-06-13 16:01:58 +08:00
  • 3abe2512c5
    [csharp][generichost] Add options for model parameter sorting (#18886) devhl-labs 2024-06-12 12:25:29 -04:00
  • fc0105e214
    [Java][jaxrs-spec] enumUnknownDefaultCase true now returns correctly in fromValue (#18910) William Cheng 2024-06-12 23:43:43 +08:00
  • ef7654958e
    Marketplace software zapier request middleware (#18907) William Cheng 2024-06-12 16:32:08 +08:00
  • 7084e87140
    Remove bean validation for uuid (#18900) Dennis Melzer 2024-06-12 05:53:14 +02:00
  • 37ea82b2c7
    Fix list in kotlin client templates (#18891) William Cheng 2024-06-12 11:42:44 +08:00
  • e8bbfe23b4
    [csharp] fix system.web warning and removed unneeded fqn (#18902) Filipe Silva 2024-06-11 12:53:39 +01:00
  • 7f34e11a7f
    [csharp] Refactor anyOf model template (#18901) Filipe Silva 2024-06-11 11:43:27 +01:00
  • 595a58b157 Deploy website - based on 8357cc313be5a099f994c4ffaf56146f40dba911 William Cheng 2024-06-11 18:24:32 +08:00
  • 8357cc313b
    muenchen deeplink (#18894) Klaus Mueller 2024-06-10 16:46:06 +02:00
  • 00f2cd573c
    [Elixir] Fix generation issues and compilation warnings in Elixir generator (#18788) Nate Todd 2024-06-10 08:06:16 -04:00
  • 80bb3dde0b
    build: use runtime scope for slf4j-simple log sink (#18881) Jason Schroeder 2024-06-10 02:45:51 -07:00
  • f517bf7b98
    [typescript-fetch] - Fix Nullable Types (#18887) Pierre B 2024-06-10 03:35:20 -06:00
  • 2851838f7f
    [csharp][generichost] Fixed parameter ordering (#18823) devhl-labs 2024-06-10 02:46:55 -04:00
  • 0cc9644120
    Add enum default value tests to python clients (#18883) William Cheng 2024-06-08 17:34:57 +08:00
  • a5a99585ef
    [Python] Add enum support when building default values for model properties when using $ref (#18796) Mike Welsh 2024-06-08 04:18:03 -04:00
  • 5adf1ff522
    Avoid UnsupportedEncodingException by design, replacing magic string "UTF-8" with StandardCharsets.UTF_8 (#18851) Philzen 2024-06-08 09:23:24 +02:00
  • dc81339ef1
    [typescript-fetch] fix #18876 Type error in oneOf when legacyDiscriminatorBehavior is false (#18877) ふぁ 2024-06-07 17:44:39 +09:00
  • 4be5971e0f
    [cpp-restsdk] add support for oneOf via std::variant (#18821) William Cheng 2024-06-07 12:24:39 +08:00
  • 3aba42733b
    clone Schema using AnnotationUtils.clone with WA (to clone schemas wi… (#18867) Nikita Shmakov 2024-06-06 15:55:51 +03:00
  • 319b3cc9b8 [csharp] Update samples Johann-Peter Duchon 2024-06-06 10:21:43 +02:00
  • 6ae8a8f4c7
    [python] fix deserialize on basic str fails (#18800) ふぁ 2024-06-06 17:15:50 +09:00
  • 570792b214 [csharp] Don't apply json converter attribute for DateOnly (#18541) Johann-Peter Duchon 2024-06-06 10:12:40 +02:00
  • d1254ccfda
    [dart] Apply var/param/model name mappings, handle single _ (#18663) (#18860) Val Packett 2024-06-06 02:22:09 -03:00
  • 36ade65993
    [kotlin-spring] Fix two missing ) in kotlin-spring/pathParams.mustache (#18854) (#18861) Humle-T 2024-06-05 16:51:09 +02:00
  • 0621d3462d
    [erlang-client] Apply var/param name mappings (#18662) (#18859) Val Packett 2024-06-05 06:45:18 -03:00
  • f97706d29b update php slim samples William Cheng 2024-06-05 17:44:27 +08:00
  • b7a4a47270
    [php-slim4-server] fix php syntax error in RegisterRoutes class (missing semicolon) (#18863) Tommy Seus 2024-06-05 11:37:47 +02:00
  • 880df7a7a4
    [maven-plugin] Generate hash from actual resolved spec rather than inputSpec file (#18849) Philzen 2024-06-05 11:19:22 +02:00
  • 446e168f43
    Remove deprecated MockDefaultGenerator (#18857) Philzen 2024-06-05 11:10:17 +02:00
  • 2fcf825e19
    [clojure] Apply model/param/var name mappings (#18665) (#18858) Val Packett 2024-06-05 05:58:13 -03:00
  • 17a08d2646
    fixes #18489: provide support of array attributes in multipart/form-data request for angular typescript client (#18490) Jean-Donald Roselin 2024-06-05 09:37:00 +02:00
  • 86f23e13e5
    [javascript-closure-angular] Change metadata to reflect beta status and non-existing xml capability in docs (#18834) Philzen 2024-06-05 04:57:22 +02:00
  • 45bc9c9e2f
    [php-laravel] Fix file database/migrations/2019_08_19_000000 being written twice (#18832) Philzen 2024-06-05 04:43:52 +02:00
  • aef4d75fd5
    Refactoring: Use lombok for simple getters & setters (#18559) Philzen 2024-06-05 04:43:05 +02:00
  • 42c78403cb
    JetBrains HTTP Client - Adds support for query and header params and env file (#18844) julien Lengrand-Lambert 2024-06-05 04:30:25 +02:00
  • 1c787babad
    [JAVA] Fix jackson (de)serializer annotation breaking libs using gson when bigDecimalAsString=true (#18835) Philzen 2024-06-04 07:26:07 +02:00
  • a574d9e09c
    Remove unused retrofit1 mustache templates (#18833) Philzen 2024-06-04 06:53:19 +02:00
  • 35a882076f
    [python-fastapi] Fix CLI crash when calling config-help & update docs (#18816) Philzen 2024-06-04 06:40:29 +02:00
  • 91a1931bd9
    [csharp][generichost] Add support for primitive composed (#18825) devhl-labs 2024-06-04 00:38:53 -04:00
  • ed2aad6756
    [JAVA: okhttp-gson, rest-assured, retrofit2] Don't generate Jackson import when serialization library is GSON (#18811) Philzen 2024-06-02 15:42:55 +02:00
  • 051abb82dc
    Bugfix/activate helidon versionutil tests (#18815) Philzen 2024-06-02 15:42:02 +02:00
  • 713aa92b22
    add tests for 18772 (#18828) William Cheng 2024-06-02 18:10:46 +08:00
  • c08afa37e4
    [BUG][Csharp][GenericHost] OpenApi 3.1: Model property of type map/additionalproperties gets generated as object (#18772) Gerwin Jansen 2024-06-02 11:31:53 +02:00
  • 4ae4bc5f5d
    [kotlin-spring] Generated code using Schema with discriminator mapping will not compile (#18826) Philzen 2024-06-02 09:18:38 +02:00
  • 2b9949a66b
    Bump Jackson to latest v2.17.1 and sync in templates (#18799) Philzen 2024-06-02 09:17:38 +02:00
  • f540e003f5
    fixed workflow (#18824) devhl-labs 2024-06-02 03:07:57 -04:00
  • 8d398719c9
    Revert "[cpp-restsdk] add support for oneOf via std::variant (#18474)" (#18820) William Cheng 2024-06-01 19:04:03 +08:00
  • 6a3d406690
    [cpp-restsdk] add support for oneOf via std::variant (#18474) Amin Yahyaabadi 2024-06-01 02:48:02 -07:00
  • ca94559fb6
    Add tests for Cpprestsdk client in CircleCI (#18817) William Cheng 2024-06-01 17:31:20 +08:00
  • 84ce2bfd14
    [BUG][C++][cpp-pistache-server] An api receiving a std::optional parameter generates a org::openapitools::server::model::std::optional<...> that doesn't compile #18792 (#18793) Marc Le Bihan 2024-06-01 11:04:46 +02:00
  • 8783ad8a18
    [Python] List enum members in docs (#18804) Lars van Leeuwen 2024-06-01 11:00:11 +02:00
  • e2258fb790
    [kotlin-spring] Fix gradle build failure when generated with interfaceOnly=true (#18809) Philzen 2024-06-01 10:55:25 +02:00
  • 66126a8ae4
    Remove unused test dependencies org.reflections & maven-rewrite (#18798) Philzen 2024-06-01 10:42:26 +02:00
  • 6a6f39d6f4
    Change/reintroduce junit5 (#18790) Philzen 2024-06-01 10:40:40 +02:00
  • 368110a631
    [csharp][generichost] Added 4.8 samples (#18791) devhl-labs 2024-06-01 04:17:58 -04:00
  • 353320cb04
    [kotlin] better oneOf, anyOf support (#18382) William Cheng 2024-05-31 12:22:27 +08:00
  • 97c427e75f Deploy website - based on 1c7e5c47267d68b0b977b5583507a22aa3db712d William Cheng 2024-05-31 00:44:15 +08:00
  • 1c7e5c4726
    add kong as sponsor (#18795) William Cheng 2024-05-31 00:42:01 +08:00
  • b19fc67a53
    added framework support (#18776) devhl-labs 2024-05-29 08:58:52 -04:00