Skip to content

jetty: JettyServer no longer takes a QueuedThreadPool #3590

@jtlapp

Description

@jtlapp

The documentation includes the following example:

  QueuedThreadPool worker = new QueuedThreadPool();
  worker.setReservedThreads(0);
  worker.setVirtualThreadsExecutor(Executors.newVirtualThreadPerTaskExecutor());

  install(new JettyServer(worker));

However, there is no JettyServer constructor taking a thread pool at present.

Are we supposed to be doing this a different way now?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions