Skip to content

2023.4

Compare
Choose a tag to compare
@hauner hauner released this 17 Sep 13:26
· 3 commits to 2023.4.x since this release

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)