We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@JwtSecurity(claims = { @claim(key = "xxxxx", value = "XXXXXXXX") })
https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/JwtSecurity.20problem
Claim is added to be used in a test
Claim ignored
uname -a
ver
No response
java -version
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
You added a link to a Zulip discussion, please make sure the description of the issue is comprehensive and doesn't require accessing Zulip.
This message is automatically generated by a bot.
Sorry, something went wrong.
/cc @FroMage, @geoand, @sberyozkin, @stuartwdouglas
Sergey Beryozkin (https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/JwtSecurity.20problem/near/283288429) @tony Herstell No, this annotation remains, so it works with Resteasy Classic but stopped working with Resteasy Reactive ? Can you open an issue please ?
Can you attach a sample project that exhibits the problematic behavior please?
@tonyherstell I was not able to reproduce it, so please create a reproducer if you'd like this issue be revisited
Successfully merging a pull request may close this issue.
Describe the bug
@JwtSecurity(claims = { @claim(key = "xxxxx", value = "XXXXXXXX") })
https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/JwtSecurity.20problem
Expected behavior
Claim is added to be used in a test
Actual behavior
Claim ignored
How to Reproduce?
https://quarkusio.zulipchat.com/#narrow/stream/187030-users/topic/JwtSecurity.20problem
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: