Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(jans-auth-server): wrong import in GluuOrganization class which leads to failure on jans-config-api #2957

Closed
yuriyz opened this issue Nov 10, 2022 · 0 comments · Fixed by #2958
Assignees
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality

Comments

@yuriyz
Copy link
Contributor

yuriyz commented Nov 10, 2022

Describe the bug

Wrong import in GluuOrganization class which leads to failure on jans-config-api

<h3>Caused by:</h3><pre>java.lang.NoClassDefFoundError: org/apache/tika/utils/StringUtils
    at io.jans.as.persistence.model.GluuOrganization.getTitle(GluuOrganization.java:175)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

To Reproduce
Run jans-config-api tests.

Expected behavior
No error.

@yuriyz yuriyz added kind-bug Issue or PR is a bug in existing functionality comp-jans-auth-server Component affected by issue or PR labels Nov 10, 2022
@yuriyz yuriyz added this to the 1.0.5 milestone Nov 10, 2022
@yuriyz yuriyz self-assigned this Nov 10, 2022
yuriyz added a commit that referenced this issue Nov 10, 2022
yuriyz added a commit that referenced this issue Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-jans-auth-server Component affected by issue or PR kind-bug Issue or PR is a bug in existing functionality
Projects
None yet
1 participant