Lines:
String val = jwt.getClaims().get(Claims.exp);
String val = jwt.getClaims().get(Claims.iat);
attmept to search in Map<String, String> with enum members Claims.exp and Claims.iat
They need explicit conversion to String.
Why can we still build the class? because Map.get() accepts Object param.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of uname -a or ver
No response
Output of java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of mvnw --version or gradlew --version)
Describe the bug
Lines: String val = jwt.getClaims().get(Claims.exp); String val = jwt.getClaims().get(Claims.iat); attmept to search in Map<String, String> with enum members Claims.exp and Claims.iat They need explicit conversion to String.
Why can we still build the class? because Map.get() accepts Object param.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response