jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Missing java.lang.ProcessHandle with android SDK 35

Open chefchefchef opened this issue 5 months ago • 0 comments

Jetty version(s) 11.0.23

Java version/vendor Dalvik / 17

OS type/version Adnroid SDK 35

Description After https://github.com/jetty/jetty.project/issues/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 avatar Sep 06 '24 09:09 chefchefchef