There are 2 updates, 1 comment.
 
 
OpenId Connect / cid:jira-generated-image-avatar-11dc66c0-af85-43c6-ba03-cc167c5404fc OIDC-251 In Progress

OIDC Authenticator 2.19 doesn't load due to a missing class in Xwiki 17.6.0

 
View issue   ยท   Add comment
 

2 updates

 
cid:jira-generated-image-avatar-05c8982d-7855-4133-bb0b-e076d0965636 Changes by Thomas Mortagne on 31/Jul/25 11:57
 
Assignee: Thomas Mortagne
Status: Open In Progress
 
 

1 comment

 
cid:jira-generated-image-avatar-05c8982d-7855-4133-bb0b-e076d0965636 Thomas Mortagne on 31/Jul/25 11:57
 
{noformat}
Caused by: java.lang.NoClassDefFoundError: org/apache/commons/lang/RandomStringUtils
    at org.xwiki.contrib.oidc.provider.internal.OIDCManager.generateKeys(OIDCManager.java:217)
{noformat}

Indeed, it's not a good idea to use org.apache.commons.lang.* stuff but we are only noticing it now that it's been removed from XWiki Standard...


It needs to be fixed, but I will also make sure that OIDC exclude it from its build to make sure we never do this kind of mistakes.