2023.4
this release brings a few improvements
- json schema validation for OpenAPI 3.1
- mappings with generic wildcard
See the core release notes 2023.4 for a detailed description of the changes.
#192 missing import
Spring doesn't have shortcut annotations, e.g. @GetMapping
instead of @RequestMapping(..., method = RequestMethod.HEAD)
for the http methods HEAD, OPTIONS & TRACE.
The processor does now add the missing import of RequestMethod
.
dependency updates
- updated openapi-processor-core to 2023.4 (was 2023.3)