Replies: 3 comments 5 replies
-
/cc @sberyozkin |
Beta Was this translation helpful? Give feedback.
-
@Angel0926 , please provide a reproducer, hard to comment on the exception stack trace alone |
Beta Was this translation helpful? Give feedback.
-
@Angel0926 If you could add a zip containing your test project or create a github project then it would help, we have tests involving these type of test annotations, so hard to suggest anything concrete. Looks like |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
quarkus.oauth2.enabled or disable:authorization doesn't seem to work i receive the below error. java.lang.RuntimeException: java.lang.RuntimeException: io.quarkus.builder.BuildException: Build failure: Build failed due to errors [error]: Build step io.quarkus.arc.deployment.ArcProcessor#validate threw an exception: javax.enterprise.inject.spi.DeploymentException: Found 4 deployment problems: [1] Ambiguous dependencies for type io.quarkus.security.spi.runtime.AuthorizationController and qualifiers [@default] - java member: io.quarkus.vertx.http.runtime.security.HttpAuthorizer():controller - declared on CLASS bean [types=[io.quarkus.vertx.http.runtime.security.HttpAuthorizer, java.lang.Object], qualifiers[@default, @Any], target=io.quarkus.vertx.http.runtime.security.HttpAuthorizer] - available beans: - CLASS bean [types=[io.quarkus.security.spi.runtime.AuthorizationController, com.aligntech.cs.treatcanaryapi.security.DisabledAuthController, java.lang.Object], qualifiers=[@default, @Any], target=com.aligntech.cs.treatcanaryapi.security.DisabledAuthController] - CLASS bean [types=[io.quarkus.test.security.TestAuthController, io.quarkus.security.spi.runtime.AuthorizationController, java.lang.Object], qualifiers=[@default, @Any], target=io.quarkus.test.security.TestAuthController] - CLASS bean [types=[io.quarkus.security.spi.runtime.AuthorizationController, java.lang.Object], qualifiers=[@default, @Any], target=io.quarkus.security.spi.runtime.AuthorizationController]
Beta Was this translation helpful? Give feedback.
All reactions