Commit Graph

  • 5e8dcc9f07 [kotlin] Fix defaultValue in query parameters (#22002) daberni 2025-09-25 09:02:15 +02:00
  • 67b24330c9 Add tests for jaxrs cxf swagger2 client (#22019) William Cheng 2025-09-24 17:15:08 +08:00
  • efd2fe60ad Merge remote-tracking branch 'origin/master' into ruby-github-test William Cheng 2025-09-24 16:24:15 +08:00
  • f02acaf27e [cxf] add support for Swagger2 (#22010) fwermelskirchen 2025-09-24 09:18:37 +02:00
  • 75804e4e31 Bump Jackson to 2.19.2 and databind-nullable to 0.2.7 (#22017) Tilman Holube 2025-09-24 07:49:19 +02:00
  • fe6da71327 [java] Fix annotationLibrary option being ignored (#21992) Artem Shubovych 2025-09-23 18:31:01 +10:00
  • 2f69ad9f26 update java samples William Cheng 2025-09-22 15:43:37 +08:00
  • e5437e06a3 Update Ruby faraday to use ruby fake petstore test spec (#22008) William Cheng 2025-09-21 23:33:40 +08:00
  • 7e9b9615db [Java] [Spring] Use deduction configOptions for oneOfInterfaces (#20919) jpfinne 2025-09-21 17:22:39 +02:00
  • 731668b199 remove travis, appveyor from project (#22007) William Cheng 2025-09-21 22:26:55 +08:00
  • 43c78856f5 add new files William Cheng 2025-09-21 17:51:01 +08:00
  • 564f4e023d cat hosts William Cheng 2025-09-21 17:34:07 +08:00
  • 117773f14c update samples William Cheng 2025-09-21 17:29:03 +08:00
  • 260787b0a1 update William Cheng 2025-09-21 17:07:40 +08:00
  • ef0aef28d7 use 127.0.0.1 William Cheng 2025-09-21 17:02:14 +08:00
  • 324d773123 update tests William Cheng 2025-09-21 16:56:52 +08:00
  • 2760903274 update config to use ruby petstore fake spec William Cheng 2025-09-21 16:48:43 +08:00
  • 9d29eb98bc localhost William Cheng 2025-09-21 16:44:59 +08:00
  • c2a8e11b45 add petstore, update host table William Cheng 2025-09-21 16:39:50 +08:00
  • 2b3947ea1a fix workflow William Cheng 2025-09-21 16:38:06 +08:00
  • 33fdad9554 add echo client tests William Cheng 2025-09-21 16:35:55 +08:00
  • dceb03a8f0 migrate ruby tests to github workflow William Cheng 2025-09-21 16:33:18 +08:00
  • 24d7c3e904 Refactor Scala client, server Github workflow for testing (#22005) William Cheng 2025-09-21 16:27:03 +08:00
  • 71a6901d1e Add GitHub workflow to test Clojure client (#22004) William Cheng 2025-09-21 00:32:44 +08:00
  • f1a273de16 Test Java clients with Petstore server in Github workflow (#22003) William Cheng 2025-09-21 00:00:52 +08:00
  • 3a63c2f7d2 Migrate Go petstore tests from circleci to github workflow (#21997) William Cheng 2025-09-19 17:10:31 +08:00
  • 73c8728343 [Java] [Spring-client] Exclude discriminator from nullable annotation (#21981) Mattias Sehlstedt 2025-09-19 08:50:58 +02:00
  • ac3c37095d [C#][httpclient] Add tests for nonPublicApi option (#21996) William Cheng 2025-09-19 14:49:26 +08:00
  • a55525c634 update php samples William Cheng 2025-09-19 14:28:41 +08:00
  • ec0edf433a Issue 21958 php-slim4 throws exception (#21962) Kevin 2025-09-19 02:25:41 -04:00
  • 1c950018c8 Fix visibility for enum in C# generator (#21984) ferenc-a 2025-09-18 12:11:52 +02:00
  • 7a5d0d1a71 [kotlin][client] remove old deprecated apis (#21988) Bruno Coelho 2025-09-18 10:28:42 +01:00
  • 327599996d [bash] Fix issue where paste command doesn't work on Mac (#21986) Jason Frey 2025-09-18 05:27:51 -04:00
  • 5bdb691fb6 [bash] Drop old client.sh from petstore sample (#21987) Jason Frey 2025-09-18 05:27:10 -04:00
  • fec88b3e88 Migrate tests from AppVeyor to GitHub workflow (#21982) William Cheng 2025-09-17 16:03:02 +08:00
  • 0e1cba6eb6 update commons deps to newer versions (#21980) William Cheng 2025-09-16 17:40:27 +08:00
  • 45e4fa1633 Add workflow for PowerShell clients (#21979) William Cheng 2025-09-16 15:24:22 +08:00
  • 46de9c8c16 separate workflow to test java with sbt (#21978) William Cheng 2025-09-16 14:24:58 +08:00
  • c5116729f6 Deploy website - based on ab6c827098 William Cheng 2025-09-16 14:01:46 +08:00
  • ab6c827098 Mark scala-lagom-server as deprecated (#21977) William Cheng 2025-09-16 13:59:00 +08:00
  • bfa9e57b5e update handler to newer version handlebar-update William Cheng 2025-09-16 13:07:23 +08:00
  • e68e3e88b3 More dart dio tests, update samples (#21975) William Cheng 2025-09-16 11:46:52 +08:00
  • 8b01ebb5c2 [dart-dio][timemachine] Bugfix: saving offset_date_serializer instead of local_date_serialize (#21974) William Cheng 2025-09-16 10:40:07 +08:00
  • 7dcef20355 update java samples William Cheng 2025-09-16 10:05:15 +08:00
  • 6e48cf4247 [BUG][JAVA] RestTemplate uses hardcoded User-Agent Java-SDK #21972 (#21973) Simon 2025-09-16 04:01:18 +02:00
  • 6278512122 [kotlin-spring][server] Feat: Allow implementation of arbitrary interface in DTOs (similar to x-implements from java-spring) (#21950) Jachym Metlicka 2025-09-15 20:13:08 +02:00
  • 5c04b754ab [kotlin-client] update Kotlin and libraries versions (#21866) Csaba Kozák 2025-09-15 20:01:29 +02:00
  • b7749712b8 feat: Add Java Dubbo code generator for Apache Dubbo microservices (#21968) William Cheng 2025-09-16 01:51:12 +08:00
  • c30fb413bb issue 21965 - [REQ] MergedSpecBuilder load servers urls from input specs (#21966) Rodrigo de Almeida - RMA3 2025-09-15 14:50:32 -03:00
  • 6b692739e8 [Rust] Add support for native-tls and rustls-tls Cargo features for the reqwest library (#21925) Jean-Marc Le Roux 2025-09-14 11:22:11 +02:00
  • ee4cb9ac22 [jaxrs-spec][quarkus] Feat: Add an option to use "org.jboss.resteasy.reactive.RestResponse" (#21877) Christophe Moine 2025-09-14 11:11:06 +02:00
  • ec28d6261c Fix #21921 by marking required path parameters as @NotNull (#21951) GregDThomas 2025-09-13 10:48:47 +01:00
  • 0edcc9d204 Correctly annotate Gradle task in- & outputs and enable stricter plugin validation (#21957) Leon Linhart 2025-09-13 10:49:06 +02:00
  • 59eac42b0f Fix "defaultToEmptyContainer" not properly implemented for non-nullable, required Map (#21953) MarcoZurich 2025-09-13 10:47:45 +02:00
  • 5efe16c66b [java] Update rest-assured dependencies to newer versions (#21961) William Cheng 2025-09-13 16:32:31 +08:00
  • 8a061acc7c Remove myself from Kotlin technical committee (#21959) Adam Drakeford 2025-09-12 16:50:09 +01:00
  • 177b94b1b4 Add tests for numeric form data (kotlin - jvm-ktor) (#21952) William Cheng 2025-09-12 15:28:57 +08:00
  • 58fde20e2c fix: parameter appending for number types (#21947) Jef LeCompte 2025-09-11 22:10:40 -07:00
  • 8300794c5e update python samples William Cheng 2025-09-11 20:56:37 +08:00
  • 9b692e5ef7 fix(ruby-client): Fix incorrect boolean parsing in OneOf/AnyOf (#21943) Maik Dijkstra 2025-09-11 14:46:06 +02:00
  • d523903827 fix(kotlin): set isVoid to true for Unit datatypes (#21940) Knut Erik Langdahl 2025-09-11 14:17:05 +02:00
  • 5f647b8477 [python] fixes #21936, api client type checks (#21935) Artem ILIN 2025-09-10 19:04:48 +03:00
  • 6825d9ccaa python: feature flag for lazy imports (#21885) Pascal Bachor 2025-09-10 11:22:41 +02:00
  • 0e42edc95b [#21619] fix(python): update pyproject.toml license format with poetry1 fallback (#21931) keepConcentration 2025-09-10 16:35:10 +09:00
  • 278d7ae4c9 java-client: fix some javadoc comments (#21932) Ruben Hönle 2025-09-09 19:44:36 +02:00
  • 4f19f3e1ad Deploy website - based on 7b3de8dbce William Cheng 2025-09-09 20:58:06 +08:00
  • 7b3de8dbce [python] fix default value when enum is a reference (#21923) William Cheng 2025-09-09 09:21:09 +08:00
  • bdfbb32cdd Improve Go client tests (#21919) William Cheng 2025-09-08 16:45:46 +08:00
  • 6e089f5f03 Support normalizing anyof/oneof enum constraints to a single enum (#21917) William Cheng 2025-09-07 17:36:02 +08:00
  • e62908e30e Add tests for withXml option in Go client generator (#21913) William Cheng 2025-09-06 22:48:32 +08:00
  • 6164836b57 update workflow to use jdk 11 (#21912) William Cheng 2025-09-06 22:35:54 +08:00
  • 789b9ffac7 add samples to test anyOf in rust client follow-up-rust-anyof-test William Cheng 2025-09-06 21:54:50 +08:00
  • ee40887d47 fix(rust): Add anyOf support to Rust client generator (#21896) Tim Van Wassenhove 2025-09-06 12:46:24 +02:00
  • 1d739f1598 New generator for Scala3 + sttp4 + jsoniter-scala (#21908) William Cheng 2025-09-06 13:36:44 +08:00
  • 2a556ff24e Fix missing @Serializable on enums for kotlin/jvm-retrofit2 (#21907) yzaoui 2025-09-05 22:17:28 -04:00
  • 29a817afdb [kotlin-client] Fix string comparison in discriminator post-processing (#21881) Jens Fischer 2025-09-06 03:46:37 +02:00
  • 3029ac62f7 Bump actions/setup-python from 5 to 6 (#21901) dependabot[bot] 2025-09-05 09:53:37 +08:00
  • 27018b0a0d Bump actions/setup-node from 4 to 5 (#21903) dependabot[bot] 2025-09-05 09:36:39 +08:00
  • 5544e6acc5 Bump actions/setup-go from 5 to 6 (#21902) dependabot[bot] 2025-09-05 09:16:19 +08:00
  • 08733aaf25 feat(golang): support for wrapped and xml name (#21899) Sebastian Rühl 2025-09-04 19:14:14 +02:00
  • 3f24026b87 update parser to 2.1.33 William Cheng 2025-09-04 17:41:05 +08:00
  • 27ed27f135 Bump actions/checkout from 4 to 5 (#21889) dependabot[bot] 2025-09-04 15:43:28 +08:00
  • 3cc094485d Bump actions/setup-dotnet from 4.3.1 to 5.0.0 (#21887) dependabot[bot] 2025-09-04 15:43:11 +08:00
  • 86f107047e [BUG][rust-axum] Fix duplicate route operations when supplying multiple tags on a path with a camelCase param (#21873) Kevin Liddle 2025-09-03 12:36:26 -05:00
  • 2ebda09b9f feat: add support for minimal update option in maven plugin (#21872) Julius 2025-09-03 19:00:00 +02:00
  • fde017150e [C#] Fixes array TypeDeclaration parsing order to fix deep aliases (#21600) Mattias Sehlstedt 2025-09-03 18:58:13 +02:00
  • 5daef3e901 fix: Resolve issue21805 rust-server compilation failure with large maximums by handling minimum and maximum using BigInt instead of longValue. (#21875) dsteeley 2025-09-03 09:45:02 +01:00
  • 6e443f1354 fix: honor required fields in jackson @JsonProperty annotations (#21876) William Cheng 2025-09-03 16:41:59 +08:00
  • babb3e272b [Java] Add missing Locale to String.format() invocations (#21871) Jochen Schalanda 2025-09-03 08:52:49 +02:00
  • d1df75c61d [Java] Remove unnecessary String.format from jersey2, jersey3, native (#21870) Jochen Schalanda 2025-09-03 08:17:49 +02:00
  • 20d5126b17 disable tests due to too many false alarams (#21865) William Cheng 2025-09-02 16:21:10 +08:00
  • efd06f5719 Fix bug in ModelUtils.getParentName resulting in wrong inner Models for oneOf-composed schemas (#21799) fkellner 2025-09-02 09:26:26 +02:00
  • c854a23682 [protobuf] fix generation of enums with UNSPECIFIED values (#21774) Leo Gomes @Amadeus 2025-09-02 06:42:27 +02:00
  • 1c2fd67cc9 fix typo in Kotlin client discriminator samples (#21853) Yasuhiro SHIMIZU 2025-09-01 22:28:04 +09:00
  • 27d3c6f326 [3.1] Fixed lack of check for booleanSchemaValue (#21742) Eduardo Menges Mattje 2025-09-01 03:06:27 -03:00
  • eae5088f7c Remove travis ci setting from ci pipeline (#21834) William Cheng 2025-09-01 13:44:23 +08:00
  • 90d6af2bab Refactor Rust github workflow for clients and servers (#21851) William Cheng 2025-09-01 11:43:25 +08:00
  • d8593ef6d7 style: add a space before comment text in .gitignore (#21844) CatBraaain 2025-08-31 23:35:54 +09:00
  • 9148db26fc [Swift6][client]Make Swift 6 generator stable (#21846) Bruno Coelho 2025-08-31 03:08:17 +01:00
  • 2cdd9ae687 Kotlin Multiplatform polymorphism with custom discriminator support (#21772) Yasuhiro SHIMIZU 2025-08-31 03:22:12 +09:00