Skip to content

Commit

Permalink
Merge pull request #649 from Azquelt/spec-missing-words
Browse files Browse the repository at this point in the history
Missing words in the release notes
  • Loading branch information
Azquelt authored Jun 21, 2024
2 parents 822b8b1 + fdb802f commit a767688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/release_notes.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ A full list of changes delivered in the 4.0 release can be found at link:https:/
** `type` property type changed from `SchemaType` to `List<SchemaType>`
** `exclusiveMinimum` and `exclusiveMaximum` property types changed from `Boolean` to `BigDecimal`
** `nullable` property removed (replaced by the addition of `NULL` to `SchemaType`)
* `@RequestBody.required` changed to `true` to reflect that this is the much more common case where a RESTful resource method accepts a request body (https://github.com/eclipse/microprofile-open-api/issues/349[349])
* Default value of `@RequestBody.required` changed to `true` to reflect that this is the much more common case where a RESTful resource method accepts a request body (https://github.com/eclipse/microprofile-open-api/issues/349[349])
* Minimum Java version increased to 11

[[api_changes_40]]
Expand Down

0 comments on commit a767688

Please sign in to comment.