Skip to content
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

Open
sbordet opened this issue Sep 21, 2020 · 4 comments · May be fixed by #12594
Open

Extract httpConfig and scheduler configuration out of jetty.xml #5308

sbordet opened this issue Sep 21, 2020 · 4 comments · May be fixed by #12594
Assignees

Comments

@sbordet
Copy link
Contributor

sbordet commented Sep 21, 2020

Jetty version
10.0.x

Description
I guess for historical reasons, jetty.xml contains HttpConfiguration 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.

@github-actions
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label Dec 21, 2021
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Dec 23, 2021
@github-actions
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@github-actions github-actions bot added the Stale For auto-closed stale issues and pull requests label Dec 24, 2022
@sbordet sbordet removed the Stale For auto-closed stale issues and pull requests label Dec 29, 2022
Copy link

This issue has been automatically marked as stale because it has been a
full year without activity. It will be closed if no further activity occurs.
Thank you for your contributions.

@gregw
Copy link
Contributor

gregw commented Jul 22, 2024

@sbordet I bumped this to 12.1 (but we should still hurry to do this soon)

sbordet added a commit that referenced this issue Nov 27, 2024
…etty.xml.

Move the scheduler and http configuration into separate modules.
Updated and expanded the documentation.

Signed-off-by: Simone Bordet <[email protected]>
@sbordet sbordet moved this to 🏗 In progress in Jetty 12.1.0 Nov 27, 2024
sbordet added a commit that referenced this issue Nov 29, 2024
…etty.xml.

Move the scheduler and http configuration into separate modules.
Updated and expanded the documentation.

Signed-off-by: Simone Bordet <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 🏗 In progress
Development

Successfully merging a pull request may close this issue.

3 participants