The application is running with the Quasar java agent and the verifyinstrumentation flag. Any and all fiber blocking methods (tested both Strand.sleep and Fiber.sleep) or comsat-jOOQ related stuff throws errors. I have verified that the datasource instance is wrapped and the main application class is extending FiberApplication. The request itself is running in a fiber (verified with Strand.currentStrand).
The application is running with the Quasar java agent and the verifyinstrumentation flag. Any and all fiber blocking methods (tested both Strand.sleep and Fiber.sleep) or comsat-jOOQ related stuff throws errors. I have verified that the datasource instance is wrapped and the main application class is extending FiberApplication. The request itself is running in a fiber (verified with Strand.currentStrand).
UsersResource.kt
Error
This is using Dropwizard v1.1.0, Quasar v0.72, and Comsat v0.7.0.
I can provide more information if needed.