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

Replace use of deprecated methods with their recommended replacements #2713

Merged
merged 2 commits into from
Dec 13, 2021

Conversation

alsutton
Copy link
Contributor

A couple of methods of moved to the commons-lang project, so here's a PR to get them from their new home.

Copy link
Owner

@iBotPeaches iBotPeaches left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for PR! Appears this broke the Proguard portion of the build.

> Task :brut.apktool:apktool-cli:proguard
Warning: org.apache.commons.text.lookup.ScriptStringLookup: can't find referenced class javax.script.ScriptEngineManager
Warning: org.apache.commons.text.lookup.ScriptStringLookup: can't find referenced class javax.script.ScriptEngineManager
Warning: org.apache.commons.text.lookup.ScriptStringLookup: can't find referenced class javax.script.ScriptEngineManager
Warning: org.apache.commons.text.lookup.ScriptStringLookup: can't find referenced class javax.script.ScriptEngine
Warning: org.apache.commons.text.lookup.ScriptStringLookup: can't find referenced class javax.script.ScriptEngine
Warning: org.apache.commons.text.lookup.ScriptStringLookup: can't find referenced class javax.script.ScriptEngine
Warning: org.apache.commons.text.lookup.ScriptStringLookup: can't find referenced class javax.script.ScriptEngine

@alsutton
Copy link
Contributor Author

Yup, sorry for the noise. I've pushed a fix commit which adds the java.scripting jmod to proguards inputs so that it has the class information.

@iBotPeaches iBotPeaches merged commit 95874be into iBotPeaches:master Dec 13, 2021
@iBotPeaches
Copy link
Owner

thanks!

iBotPeaches added a commit that referenced this pull request Dec 13, 2021
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

3 participants