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

Use system class loader to access resources #56

Merged
merged 2 commits into from
Jul 9, 2019

Conversation

simonschiller
Copy link
Contributor

When this library is obfuscated, loading resources using a relative path might not work anymore (was the case for us). Therefore we had to exclude those classes from being obfuscated. This change uses absolute paths to load resources, so there is no client-side configuration needed to work with code obfuscation tools.

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 94.787% when pulling 3a55a3a on simonschiller:master into 6c4ac96 on nulab:master.

@simonschiller
Copy link
Contributor Author

There seems to be an issue with the CI config, unrelated to this PR

@tsuyoshizawa
Copy link
Member

I made a PR on #57 to avoid the error.

@simonschiller
Copy link
Contributor Author

Thanks @tsuyoshizawa, pulled in the changes from master, CI is green now 👍

@vvatanabe
Copy link
Member

@simonschiller @tsuyoshizawa
Thanks for the great pull request!

@vvatanabe vvatanabe merged commit d125a1c into nulab:master Jul 9, 2019
@romtsn
Copy link

romtsn commented Jul 9, 2019

@vvatanabe Are you going to make a release with this change any soon?

@vvatanabe
Copy link
Member

@rom4ek I will release it next week.

@vvatanabe
Copy link
Member

@rom4ek @simonschiller
I released zxcvbn4j 1.2.6.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants