Skip to content

[LANG-1773] Apache Commons Lang no longer builds on Android #1381

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

Merged
merged 1 commit into from
May 12, 2025

Conversation

eamonnmcmanus
Copy link
Contributor

Remove an unnecessary reference to java.lang.reflect.AnnotatedType, which does not exist on Android. We immediately call getType() on it, so we might just as well use the method that gives us Type[] directly.

Remove an unnecessary reference to `java.lang.reflect.AnnotatedType`, which does
not exist on Android. We immediately call `getType()` on it, so we might just as
well use the method that gives us `Type[]` directly.
@garydgregory garydgregory merged commit 39aa8a5 into apache:master May 12, 2025
16 of 19 checks passed
@garydgregory
Copy link
Member

TY @eamonnmcmanus

The PR is now in git master. Please verify a local clone of git master or a snapshot build from https://repository.apache.org/content/repositories/snapshots/

@eamonnmcmanus eamonnmcmanus deleted the LANG-1773-AnnotatedType branch May 12, 2025 14:17
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.

2 participants