snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

@ServerExceptionMapper seems to not support handle multi exception type #423

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 3 years ago

Describe the bug

image

then build time error

io.quarkus.resteasy.reactive.server.deployment.ServerExceptionMapperGenerator#getTargetMethodParamsInfo:533

image

Expected behavior

support multi exception type

Actual behavior

build time error

How to Reproduce?

No response

Output of uname -a or ver

windows 10

Output of java -version

openjdk 11

GraalVM version (if different from Java)

No response

Quarkus version or git rev

2.2.2.final

Build tool (ie. output of mvnw --version or gradlew --version)

maven

Additional information

No response


https://github.com/quarkusio/quarkus/issues/20202


$upstream:20202$