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
When running reactive resteasy in native mode and accessing an endpoint with insufficient right a forbidden exception is thrown and is catched by io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.ForbiddenExceptionMapperthat throws an exception
Expected behavior
This should work flowlessly
Actual behavior
An exception is thrown with following :
Caused by: java.lang.InstantiationException: Type io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.ForbiddenExceptionMapper can not be instantiated reflectively as it does not have a no-parameter constructor or the no-parameter constructor has not been added explicitly to the native image.
`
Describe the bug
When running reactive resteasy in native mode and accessing an endpoint with insufficient right a forbidden exception is thrown and is catched by
io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.ForbiddenExceptionMapper
that throws an exceptionExpected behavior
This should work flowlessly
Actual behavior
An exception is thrown with following :
Caused by: java.lang.InstantiationException: Type io.quarkus.resteasy.reactive.server.runtime.exceptionmappers.ForbiddenExceptionMapper
can not be instantiated reflectively as it does not have a no-parameter constructor or the no-parameter constructor has not been added explicitly to the native image.`
Quarkus version : 1.13.0.Final
quarkusio#16211
The text was updated successfully, but these errors were encountered: