keycloak / keycloak-quickstarts

Apache License 2.0
1.95k stars 973 forks source link

Build fails in the extension #565

Closed mposolda closed 3 months ago

mposolda commented 3 months ago

Describe the bug

GH actions due the build of the tests in the extension/action-token-authenticator fails with the error like:

[INFO] 3 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /home/mposolda/IdeaProjects/keycloak-quickstarts/extension/action-token-authenticator/src/test/java/org/keycloak/quickstart/ArquillianActionTokenWithAuthenticatorTest.java:[128,116] incompatible types: com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> cannot be converted to java.util.Map<java.lang.String,java.lang.Object>
[ERROR] /home/mposolda/IdeaProjects/keycloak-quickstarts/extension/action-token-authenticator/src/test/java/org/keycloak/quickstart/ArquillianActionTokenWithAuthenticatorTest.java:[139,19] incompatible types: com.google.common.collect.ImmutableMap<java.lang.String,java.lang.String> cannot be converted to java.util.Map<java.lang.String,java.lang.Object>
[INFO] 2 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  5.684 s

Version

nightly from 2024-06-27

Expected behavior

All quickstarts are OK and GH actions are working

Actual behavior

GH actions are not OK

How to Reproduce?

No response

Anything else?

No response