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

Servlet 6.x (EE11) demos #12678

Draft
wants to merge 12 commits into
base: jetty-12.1.x
Choose a base branch
from
Draft

Conversation

gregw
Copy link
Contributor

@gregw gregw commented Jan 8, 2025

Remove disabled embedded examples
Added servlet 6.x examples for

  • durable dispatch paths
  • ByteBuffer IO

Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
@gregw gregw marked this pull request as draft January 8, 2025 04:17
@gregw
Copy link
Contributor Author

gregw commented Jan 8, 2025

@janbartel @sbordet @lachlan-roberts I will soon be deleting all the remaining code from ./jetty-ee11/jetty-ee11-demos/jetty-ee11-demo-embedded. If you have any HTTP2, websocket or other tests from there that you think we need to keep, then can you collaborate on this branch and add them to jetty-demos/jetty-servlet6-demos in some form or other.

gregw added 4 commits January 8, 2025 15:40
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
 + moved EE11 embedded demos to servlet6
gregw added 7 commits January 9, 2025 14:16
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
 + moved EE11 embedded demos to servlet6
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
 + moved EE11 embedded demos to servlet6

 Fixed CachingHttpContentFactory
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
 + moved EE11 embedded demos to servlet6

 Fixed CachingHttpContentFactory
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
 + moved EE11 embedded demos to servlet6

 Fixed CachingHttpContentFactory
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
 + moved EE11 embedded demos to servlet6

 Fixed CachingHttpContentFactory
Remove disabled embedded examples
Added servlet 6.x examples for
 + durable dispatch paths
 + ByteBuffer IO
 + ambiguous URIs
 + moved EE11 embedded demos to servlet6

 Fixed CachingHttpContentFactory
gregw added a commit that referenced this pull request Jan 12, 2025
This is a partial fix for #12681. It does not fix the actual release race on a single content, but by restricting the shrinking to a single thread, make the race less likely to occur.

There is a more comprehensive fix in #12678 for 12.1, but the cache has changed too much for a straight forward back port.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

4 participants