openapi-generator/samples/client/petstore/java/microprofile-rest-client-3.0
martin-mfg d87a70dd93
update sample tests, fix Java tests (#20300)
* replace removed forkMode

* remove junit runner where it's not needed

* update samples without skipping test files, but skip files named "FILES"

* revert overwriting custom tests, add custom java tests to list

* add one sample to CircleCI, fix various Java tests
2024-12-15 17:09:58 +08:00
..

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.