From fdb802f7dc627ed19dee6d1b5d3517df563073c7 Mon Sep 17 00:00:00 2001 From: Andrew Rouse Date: Fri, 21 Jun 2024 16:54:11 +0100 Subject: [PATCH] Missing words in the release notes --- spec/src/main/asciidoc/release_notes.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/src/main/asciidoc/release_notes.asciidoc b/spec/src/main/asciidoc/release_notes.asciidoc index 0d1c82a1..c77646d2 100644 --- a/spec/src/main/asciidoc/release_notes.asciidoc +++ b/spec/src/main/asciidoc/release_notes.asciidoc @@ -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` ** `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]]