David Frickert
David Frickert
Any news on this? I'm currently running on a GraalVM Native Image this lib https://github.com/minio/minio-java that uses OkHttp. And I would really like OkHttp not to hang my Isolates for...
Hmm, in my case my Isolates stay up for 60s due to TaskRunner and OkIO Watchdog not exiting... Example code: ``` private static String run(MinioClient minioClient, int seed, byte[] buffer)...
@swankjesse Thanks for your response. Well, from what I'm seeing it seems to be blocking, due to the logic implemented on Native Image isolate destruction code. https://github.com/oracle/graal/issues/2617#issuecomment-652371063 They try to...
Yeah @yschimke I'm still a bit new in the concepts so I'm not sure I can adequately explain the insides of it. They are a concept that enables a program...
No worries! Yeah reusing the same process, afaik, just allocating a Thread to the Isolate for the code that runs in its context.
Thanks @swankjesse, created issue #6702 to address the possible discussion on it.
I opted to set the default config the same that is provided by Jackson - which is to serialize Durations as Timestamps - in order to not break existing Quarkus...
It seems I missed the Intellij IDEA configuration part of the import order file. Going to install it and fix the import order of the tests.
Thanks for the tip @gsmet. I ended up installing the plugin and fixing the imports with it. Also did a force push with a single commit. Just ran `mvn process-sources`...
Thanks @geoand for the quick PR. I created a similar issue for another useful property #28605.