mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-23 12:03:50 +00:00
* fix: #10618 Using incorrect @Multipart instead of @FormParam in microprofile java client [BUG][JAVA] Using incorrect @Multipart instead of @FormParam when generated Microprofile java client #10618 https://github.com/OpenAPITools/openapi-generator/issues/10618 * fix: #10618 put updated samples under sourcecontrol * fix: #10618 delete configoption disableMultipart for microprofile * fix: #10618 put updated samples after cleanup of "disableMultipart" * fix: #10618 make samples compile and switch jandex-maven-plugin * fix: #10618 sync my fork with upstream & clean pom * fix: #10618 regenerate samples * fix: #10618 microprofile-rest-client-with-useSingleRequestParameter * update * update --------- Co-authored-by: Riedlinger, Jochen (IT 480) <jochen.riedlinger@l-bank.de> Co-authored-by: Jochen Riedlinger <j_ri@gmx.de> Co-authored-by: Jochen Riedlinger <14962274+jochenr@users.noreply.github.com>
OpenAPI Petstore - MicroProfile Rest Client & MicroProfile Server
This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: " \
Overview
This API client was generated by the OpenAPI Generator project. MicroProfile Rest Client is a type-safe way of calling REST services. The generated client contains an interface which acts as the client, you can inject it into dependent classes.