You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
geoand
changed the title
A @RestControllerAdvice that handles errors from a void method does not return json
@RestControllerAdvice that handles errors from a void method does not return json
Nov 27, 2019
geoand
changed the title
@RestControllerAdvice that handles errors from a void method does not return json
@RestControllerAdvice that handles errors from a void controller method does not return json
Nov 27, 2019
geoand
changed the title
@RestControllerAdvice that handles errors from a void controller method does not return json
@RestControllerAdvice that returns an object but handles errors from a void controller method does not return json
Nov 27, 2019
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Nov 27, 2019
A simple way to reproduce this error is to change the existing spring-web integration to use :
to:
in the
ExceptionThrowingController
classThe text was updated successfully, but these errors were encountered: