Cleanup TypeUtil and ModuleLocation to allow jetty-client/hybrid to work on Android #6052
Labels
Enhancement
Sponsored
This issue affects a user with a commercial support agreement
Stale
For auto-closed stale issues and pull requests
Jetty version
9.4.x
Java version
Android
OS type/version
Android
Description
When attempting to use
jetty-client-<ver>-hybrid.jar
on Android.The
TypeUtil
has an optional dependency onModuleLocation
which usesMethodHandle.invoke
andMethodHandle.invokeExact
, both of which are not supported by Android (yet)Attempt to make the use of
ModuleLocation
in a more optional way.The text was updated successfully, but these errors were encountered: