Gili Tzabari

Results 301 comments of Gili Tzabari

The JDK bug (https://bugs.openjdk.org/browse/JDK-8296463) and IDE bug (https://youtrack.jetbrains.com/issue/IDEA-305777) have both been fixed. The only remaining bug associated with the use of `Executors.newThreadPerTaskExecutor` is VisualVM. Have you given any thought on...

Sounds good. Let me know when you begin adding support for Virtual Threads and I'll happily take a look. Thanks in advance.

Dependent on https://github.com/oracle/visualvm/issues/462

Speaking for myself: Why add this functionality? I get the feeling that people are coding against Javalin. They don't care what the underlying server is. Why would they want to...

With respect to using internal classes, given that Jetty uses Java Modules they shouldn't be exporting any internal classes. If they are, I would consider it a bug in their...

Thank you. Is it possible to add this clarification to the `getReason()` javadoc?

@olamy I am asking for you to include `[module]` from the first line, not the second line. Did you mean you can't retrieve this value?

> even this is not returned by diagnostic.getMessage( Locale.getDefault() ); > seems like a jdk bug to me I've forwarded this question to the JDK team. I'll let you know...

> any link? Not yet. It was a private email correspondence. I'll let you know once I receive a response.

I just received a response from the dev team: >The lint info should always be included in the diagnostic string, assuming that the plugin uses the normal API to get...