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
Compiling and running on 11, I'm getting this error when I call build() as in the demo.
2021-04-04 07:50:27,295 WARN [org.jboss.modules.define] (default task-1) Failed to define class com/okta/commons/configcheck/ConfigurationValidator in Module "deployment.okta-samples-java-1.0-SNAPSHOT.war" from Service Module Loader: java.lang.NoClassDefFoundError: Failed to link com/okta/commons/configcheck/ConfigurationValidator (Module "deployment.okta-samples-java-1.0-SNAPSHOT.war" from Service Module Loader): IllegalName: com/okta/commons/configcheck/ConfigurationValidator
Hi,
Compiling and running on 11, I'm getting this error when I call build() as in the demo.
This is the build() call I'm making
If I switch to 8, I don't get the error.
I'm using a similar POM from the project but with the versions updated.
Is there a library available for working with Java 11?
Thanks -Carl
The text was updated successfully, but these errors were encountered: