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
My project defines a resource (GET /hello) and a rest client to a remote service, which happens to have a similar resource (GET /hello). When running tests, ResteasyReactiveProcessor throws jakarta.enterprise.inject.spi.DeploymentException, as it believes that rest client is a duplicate of my own resource.
Expected behavior
No exception.
Actual behavior
jakarta.enterprise.inject.spi.DeploymentException is thrown.
Darwin 03ccaf0a-638d-4f7e-9e35-498cd06fb36a.fritz.box 24.1.0 Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:15 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6000 arm64
Output of java -version
OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode)
Quarkus version or git rev
3.15.1
Build tool (ie. output of mvnw --version or gradlew --version)