Fabio Franco
Fabio Franco
> In order to fix this issue you need to define the discriminator object for the oneOf relation: > > ```yaml > CancellationDuration: > type: object > oneOf: > -...
I'm facing the exact same problem when using a Java record as a persistence entity :(
using latest SB 3.1 with webflux, I can successfully use problem details when raising `ResponseStatusException` and can successfully handle other exceptions with `@ExceptionHandler`. But if I make a rest request...