Simone Bordet

Results 555 comments of Simone Bordet

@gregw the `SerializedInvoker` issue we discussed is as follows: * The application demand callback is registered as `HttpChannelState._onContentAvailable`, and the invocation type checked against it directly. * However, when it...

TODO: * Make `Promise` implement `Invocable`. * Remove `Promise.Invocable` * Remove `Invocable.InvocableCompletableFuture`. * Use `Invocable.ReadyTask` in more places where `Invocable.Task` is used.

Looking at your PR, it seems to be related to "disabling pings". Can you detail what is the intent of the test that fails?

We call `ServiceLoader.load(ALPNProcessor.Client.class)`, which uses `Thread.currentThread().getContextClassLoader()` (TCCL) to load the class. What can happen is that some code changes the TCCL to a `ClassLoader` that cannot load the providers. It...

The original code is correct. We want to suppress logging of client errors such as QuietExceptions

@arsenalzp yes, can you spot the problem? Let's discuss it in this issue.

@gregw this is `ReservedThreadExecutor` and it still has accounting for pending threads. However, the default is that we have no limit for `maxPending`, while I think a better default should...

@arsenalzp the change should be simple, end of month we have a scheduled release, but this issue is not urgent.

Would it be possible to use `--dry-run` and a shell script to achieve the same? We add `jetty-runner.sh` and use it in this way: ``` $ jetty-runner.sh [static|core|ee8|...|ee11] webapp.war ```...

@wendigo we are finalizing https://github.com/jetty/jetty.project/pull/12998 in these days, and we will be pushing a 12.1.0.beta0 when that PR is merged, likely this week or the next.