comsat
comsat copied to clipboard
Fibers and actors for web development
Jackson seems to work great with Quasar Fibers. I marked up all methods that call `stream`/`writer` `read`/`write` methods with `@Suspendable` and then used `SuspendablesScanner` to generate these (lengthy!) lists. Let...
Even I add the dependency to pom the same exception occurs. How to fix this? Thanks. > run with spring boot 3.1.0 & undertow ``` Caused by: java.lang.NoClassDefFoundError: com/esotericsoftware/kryo/Serializer at...
org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
Sorry but how it is possible you integrated fibers with spring or other frameworks that contains tons of synchronized keyword inside ? Is there a trick ?
When the DynaTrace One Agent is installed on the machine running a Java application with Quasar java agent, the application startup fails when Quasar tries to instrument Dynatrace classes.
I am working on a jax-rs restful web service maven project. I am using standalone tomcat 8.0 server. i copied comsat tomcat loader to Tomcat 8.0\lib folder. I created webapp/META-INF/context.xml...
I'm running into an issue where it does not seem to be possible to instrument quasar-comsat classes ahead-of-time via a Maven Ant Task (as described in [docs.paralleluniverse.co/quasar](http://docs.paralleluniverse.co/quasar)). Quasar Fibers log...
- Upgrade OkHttp to 3.6.0. - Adding AOT for every project. - Dropping support for retrofit, new version of retrofit (2.x) has renamed RestTemplate to Retrofit and now its Builder...
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....