Auke Schrijnen a57509695a
[java-micronaut] Return HTTP 501 in default implementation (#12365)
The default controller implementation returns an empty response. This
might result in unexpected behavior when an operation isn't implemented,
as a consumer of the API there is no way to notice the difference
between an unimplemented method and an actual empty response.

By changing the default behavior to return HTTP 501 Not Implemented the
user will be made aware of unimplemented methods. The former default
behavior, returning an empty response by default, can be activated with
a configuration option.
2022-05-18 14:17:22 +08:00
..
2022-04-24 15:38:16 +08:00
2022-04-24 15:38:16 +08:00
2022-04-24 15:38:16 +08:00
2022-04-24 15:38:16 +08:00
2022-05-05 01:11:35 +08:00
2022-04-24 15:38:16 +08:00
2022-04-24 15:38:16 +08:00

The following generators are available:

CLIENT generators

SERVER generators

DOCUMENTATION generators

SCHEMA generators

CONFIG generators