micronaut-openapi
micronaut-openapi copied to clipboard
Generates OpenAPI / Swagger Documentation for Micronaut projects
### Task List - [ X ] Steps to reproduce provided - [ N/A] Stacktrace (if present) provided - [ N/A] Example that reproduces the problem uploaded to Github -...
- Added support for enum values with JsonProperty annotation (fix #471). - Added support JsonAnySetter annotation (fix #138) - Fix wrong logic for property name when used Schema and JsonProperty...
Finally added support standard properties application.yml with environments Fixes #766 Fixes #759 Fixes #166 Merge it after https://github.com/micronaut-projects/micronaut-openapi/pull/791
Now all the necessary files for the correct operation of the UI (redoc, rapidoc, rapipdf, swagger-ui) are fully localized. Added the ability to set custom paths to the required resources...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/micronaut-projects/micronaut-openapi). ## Pending Approval The following branches are...
[](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mikepenz/action-junit-report](https://togithub.com/mikepenz/action-junit-report) | action | minor | `v3.2.0` -> `v3.3.3` | ---...
### Expected Behavior The following class `@Getter @Setter @Builder(builderMethodName = "of") @Schema(name = "exemplar") public class Exemplar { @Schema(name="zone_id", type = "string") private ZoneId zoneId; } ` should generate a...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.vladsch.flexmark:flexmark-html2md-converter](https://togithub.com/vsch/flexmark-java) | `0.62.2` -> `0.64.0` | [](https://docs.renovatebot.com/merge-confidence/)...
### Expected Behavior I created two endpoints, and enabled OpenAPI and swagger UI. @ApiResponses( value = [ ApiResponse( responseCode = "200", description = "v1", content = [ ( Content( mediaType...