I am also having the same issue with apache-spark and quarkus. Everything is running fine when running as a simple java maven project and executes through main(). But when i try to invoke a rest end point in a quarkus application which binds a spark session, the request just hangs there for infinite time. No error, no response. Have anybody had this situation and solved?