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

Missing java.lang.ProcessHandle with android SDK 35 #12242

Open
chefchefchef opened this issue Sep 6, 2024 · 0 comments
Open

Missing java.lang.ProcessHandle with android SDK 35 #12242

chefchefchef opened this issue Sep 6, 2024 · 0 comments
Labels
Bug For general bugs on Jetty side

Comments

@chefchefchef
Copy link

Jetty version(s)
11.0.23

Java version/vendor
Dalvik / 17

OS type/version
Adnroid SDK 35

Description
After #8912 I finally upgraded to Javalin 6 and android SDK 35. But when compiling on gradle task minifyReleaseWithR8 I got:
Missing class java.lang.ProcessHandle (referenced from: void org.eclipse.jetty.server.ShutdownMonitor$ShutdownMonitorRunnable.run())
Is Javalin still compatible with android? Can this be fixed?

How to reproduce?
Compile Android SDK 35 & Javalin 6.3.0

@chefchefchef chefchefchef added the Bug For general bugs on Jetty side label Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
None yet
Development

No branches or pull requests

1 participant