-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract httpConfig and scheduler configuration out of jetty.xml #5308
Comments
This issue has been automatically marked as stale because it has been a |
This issue has been automatically marked as stale because it has been a |
This issue has been automatically marked as stale because it has been a |
@sbordet I bumped this to 12.1 (but we should still hurry to do this soon) |
…etty.xml. Move the scheduler and http configuration into separate modules. Updated and expanded the documentation. Signed-off-by: Simone Bordet <[email protected]>
…etty.xml. Move the scheduler and http configuration into separate modules. Updated and expanded the documentation. Signed-off-by: Simone Bordet <[email protected]>
Jetty version
10.0.x
Description
I guess for historical reasons,
jetty.xml
containsHttpConfiguration
configuration, which should instead be factored out into its own module.Similarly, the scheduler configuration should be factored out, like it has already been done for the thread pool and the bytebuffer pool.
The text was updated successfully, but these errors were encountered: