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
Attribute scopeParamRequired data type is different of constructor param, whereas for instance RoleRepresentation i needs create an object and use set method, making the code more verbouse:
I can´t instance RoleRepresentation because param is primitive boolean while attribute is wrapper boolean
hey @RayanArgolo03 , thank you for reporting this, but a lot of details is left for guessing, for example:
there is no reproducer
you don't mention quarkus version you are using
you don't mention Keycloak version you are using
Quarkus Keycloak Admin Client doesn't tell me if it is quarkus rest or the resteasy client (hopefully not much relevant)
my best guess is that what you are saying is that Keycloak resource has changed while Quarkus is using older Keycloak client API in the Quarkus version you are using. Please provide more info. I am afraid there won't be much we can do, but it is still important to understand the situation, thank you.
Describe the bug
Attribute scopeParamRequired data type is different of constructor param, whereas for instance RoleRepresentation i needs create an object and use set method, making the code more verbouse:
I can´t instance RoleRepresentation because param is primitive boolean while attribute is wrapper boolean
**public class RoleRepresentation {
public void setName(String name) {
this.name = name;
}**
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
The text was updated successfully, but these errors were encountered: