- 11 Oct, 2021 3 commits
-
-
Dheeraj Nalluri authored
-
RomainPruvostMHH authored
Co-authored-by:
rpruvost <rpruvost@ITEM-S78402.emea.msad.sopra>
-
William Cheng authored
-
- 09 Oct, 2021 7 commits
-
-
Dmitry Olyenyov authored
Do'not output &str for isString if it is also isUuid
-
William Cheng authored
* fail fast, add path * include more samples for testing * remove path to trigger build * Revert "remove path to trigger build" This reverts commit c7f4c0a4. * remove samples
-
Hugo Alves authored
* Add .circleci/config.yml * Add the property exposeResponseHeaders to feign client This new property indicates if the feign client should expose the response headers on the API class. * Generate new docs for exposeResponseHeaders additional property * Rename HeaderAwareResponse to HttpResponse * Update samples * Refactor the implementation to use the same approach as the c# generator. Creates a new feign operation with the suffix WithHttpInfo, this operation returns the response encapsulated in a HttpResponse class. The HttpResponse class contains the decoded body and the response headers * Refactor the implementation to use the same approach as the c# generator. Generate samples * Refactor the implementation to use the same approach as the c# generator. Generate docs * Use Void instead of void for HttpResponse parameterized type
-
Hyunjin Jeong authored
-
Mickael Magniez authored
Co-authored-by:
Mickael MAGNIEZ <mmagniez@veepee.com>
-
agilob authored
-
Radosław Zawartko authored
* Update users.yml Elastic Email is using OpenAPI Generator for it's client libraries * Elastic Email logo Co-authored-by:
radzaw <radoslaw.zawartko@elasticemail.com>
-
- 08 Oct, 2021 5 commits
-
-
William Cheng authored
* Fix deprecation warning for Faraday * test only ruby * Revert "test only ruby" This reverts commit 2ca650e6.
-
Oleg Orlov authored
To avoid this warnings while running rspecs ``` WARNING: `Faraday::Connection#basic_auth` is deprecated; it will be removed in version 2.0. While initializing your connection, use `#request(:basic_auth, ...)` instead. See https://lostisland.github.io/faraday/middleware/authentication for more usage info. ```
-
William Cheng authored
* add an option to customize gradle properties * add more info to gradle.properties
-
William Cheng authored
* add github actions to test gradle * use bin/sh * remove branch name * trigger build failure * retest branch * Revert "retest branch" This reverts commit b121887e. * Revert "trigger build failure" This reverts commit fce4d6f4.
-
William Cheng authored
* update gradle to 7.2 * update samples * use gradle-7.2-bin.zip instead
-
- 05 Oct, 2021 6 commits
-
-
agilob authored
-
William Cheng authored
* update surefire to newer version * more fixes * update pet.proto * update model protobuf template * add charset * set line separator * set proper line break in proto test * minor fix * use UTF-8 * use FileUtils.contentEquals * remove line break * remove line breaks * revert utf-8 change
-
Bodo Graumann authored
-
andrew-matteson authored
Correct a dependency resolution failure in generated angular typescript packages for Angular 12 (#10525) * Update version * Rebuild sample
-
Josh Burton authored
* [dart-dio] Adds an option for using the dio_http package Relates to #10305 * [dart-dio-next] Generates new dio_http sample * [dart-dio-next] renames dio_http sample, adds pom.xml * [dart-dio-next] Removes executions not required
-
RomainPruvostMHH authored
* Migrate javax.annotation:javax.annotation-api to jakarta.annotation:jakarta.annotation-api:1.3.5 * Migrate javax.annotation:javax.annotation-api to jakarta.annotation:jakarta.annotation-api:1.3.5 for sbt * Migrate javax.annotation:javax.annotation-api to jakarta.annotation:jakarta.annotation-api:1.3.5 for gradle * Commit samples files after the execution of the command "generate-samples.sh for configs java and kotlin * Delete org.jboss.spec.javax.annotation:jboss-annotations-api_1.2_spec from the exclusion section of org.jboss.resteasy:resteasy-client in the resteasy module because jboss-annotations-api_1.2_spec isn't a transitive dependency * Migrate javax.validation:validation-api to jakarta.validation:jakarta.validation-api:2.0.2 for maven * Migrate javax.validation:validation-api to jakarta.validation:jakarta.validation-api:2.0.2 for gradle * Migrate javax.validation:validation-api to jakarta.validation:jakarta.validation-api:2.0.2 for sbt * Commit samples files after the execution of the command "generate-samples.sh for configs java, spring, jaxrs and kotlin * Migrate javax.ws.rs:javax.ws.rs-api to jakarta.ws.rs:jakarta.ws.rs-api:2.1.6 for maven * Commit samples files after the execution of the command "generate-samples.sh for configs java, spring, jaxrs and kotlin * Migrate javax.json.bind:javax.json.bind-api to jakarta.json.bind:jakarta.json.bind-api:1.0.2 for maven * Commit samples files after the execution of the command "generate-samples.sh for configs java, spring, jaxrs and kotlin * Migrate javax.json:javax.json-api to jakarta.json:jakarta.json-api:1.1.6 for maven * Commit samples files after the execution of the command "generate-samples.sh for configs java, spring, jaxrs and kotlin * Migrate javax.xml.bind:jaxb-api to jakarta.xml.bind:jakarta.xml.bind-api:2.3.3 for maven * Commit samples files after the execution of the command "generate-samples.sh for configs java, spring, jaxrs and kotlin * Migrate javax.el:el-api to jakarta.el:jakarta.el-api:3.0.3 for maven * Migrate javax.servlet:servlet-api to jakarta.servlet:jakarta.servlet-api:4.0.4 for maven * Delete the property servlet-api-version in pom files because it is useless * Commit samples files after the execution of the command "generate-samples.sh for configs java, spring, jaxrs and kotlin * Migrate javax.activation:activation to jakarta.activation:jakarta.activation-api:1.2.2 for maven * Delete javax.activation:activation from the exclusion section of org.jboss.resteasy:resteasy-client in the resteasy module because javax.activation:activation isn't a transitive dependency * Commit samples files after the execution of the command "generate-samples.sh for configs java, spring, jaxrs and kotlin * Fix the name of property jakarta.activation-version * Fix a missing property 'jakarta-annotation-version' in JavaJaxRS/resteasy/pom.mustache * generate samples * Fix version value of jakarta.validation-api artifact in Java/libraries/rest-assured/pom.mustache * Fix missing property jakarta-annotation-version in jaxrs-resteasy/eap/pom.mustache * generate samples * Revert changes in sample files after running the command generate-samples.sh in gitBash * Fix files in samples/openapi3/client/extensions/x-auth-id-alias/java/jersey2-java8 * Replace the old dependency javax.validation:validation-api by the new Jakarta EE 8 jakarta.validation:jakarta.validation-api in openapi-generator-online Co-authored-by:
rpruvost <rpruvost@ITEM-S78402.emea.msad.sopra> Co-authored-by:
rpruvost <romain.pruvost@soprasteria.com>
-
- 04 Oct, 2021 6 commits
-
-
William Cheng authored
-
dependabot[bot] authored
Bumps [eskatos/gradle-command-action](https://github.com/eskatos/gradle-command-action) from 1 to 2. - [Release notes](https://github.com/eskatos/gradle-command-action/releases) - [Commits](https://github.com/eskatos/gradle-command-action/compare/v1...v2 ) --- updated-dependencies: - dependency-name: eskatos/gradle-command-action 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>
-
John Gallagher authored
* feat: allow configuring middleware in setup * fix: stop requiring Faraday middleware unnecessarily * chore: regenerate petstore samples * chore: regenerate openapi3 client * chore: ci fails so rebuild
-
madsvonqualen authored
* Add @JsonTypeName annotation to pojo's in order to make Jackson deserialize superclass instances * Generate samples
-
Larry Diamond authored
* Optimize: replace keySet + N get calls with entrySet saving N calls to get method in a few places * missed one performance optimization * Rolling back a change that was dependent on Java 11
-
William Cheng authored
-
- 03 Oct, 2021 1 commit
-
-
Heikki Haapala authored
* fix: axios query params from options Remove passing query params from options to setSearchParams. Options were already passed to Axios in full so this removes some duplicate logic. Axios does merge query params given in path and through params option so no change in outcome. * chore: generate samples
-
- 02 Oct, 2021 8 commits
-
-
William Cheng authored
* move ts, js tests to circleci * set NODE_ENV * curl -k * comment out haskell installation
-
Heikki Haapala authored
* fix: typescript-axios property names Disables MODEL_PROPERTY_NAMING for typescript-axios generator as this was never supported (templates have no mapping between original property names and formatted names). Wraps all properties in model interfaces with '' to support most characters except ' for now. Also fixes missing options typing that was any before. * chore: add new sample, generate samples * chore: update generator docs
-
William Cheng authored
-
William Cheng authored
-
NivathaSV8 authored
* Update default timeout of Faraday request to 60 seconds * Fix request options of Ruby Faraday client
-
Surya Asriadie authored
-
NouemanKHAL authored
-
Mustafa Arif authored
Added our company (Aqovia) as well as our spin-out (NeuerEnergy) and client (Interxion) all of whom are using the OpenAPI-generator as part of build toolchains.
-
- 01 Oct, 2021 1 commit
-
-
Justin Black authored
* Updates fromModel helpers * Samples regenerated * updateModelForComposedSchema made protected so it can be overridden
-
- 30 Sep, 2021 1 commit
-
-
Richard Kolkovich authored
* fix: add default value, if present, for model properties (closes #10261) * update samples * fix: set default to null to allow #defaultValue to work in templates * fix: escape the string default value, leverage super rather than copy-pasta * update samples again
-
- 28 Sep, 2021 2 commits
-
-
xiedaxia1hao authored
* fixed flaky test * fix flaky test * update import to the original * recover indent * fix format * finalize
-
William Cheng authored
-