-
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
Servlet 6.x (EE11) demos #12678
Servlet 6.x (EE11) demos #12678
Conversation
Remove disabled embedded examples Added servlet 6.x examples for + durable dispatch paths + ByteBuffer IO
@janbartel @sbordet @lachlan-roberts I will soon be deleting all the remaining code from |
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
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
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.
...-core/jetty-http/src/main/java/org/eclipse/jetty/http/content/CachingHttpContentFactory.java
Outdated
Show resolved
Hide resolved
…the cache, otherwise delegate to the wrapped content Signed-off-by: Ludovic Orban <[email protected]>
Signed-off-by: Ludovic Orban <[email protected]>
Signed-off-by: Ludovic Orban <[email protected]>
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
# Conflicts: # jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/content/CachingHttpContentFactory.java
…ntent-already-released' into fix/jetty-12.1.x/serlvet6-demos # Conflicts: # jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/content/CachingHttpContentFactory.java
…ntent-already-released' into fix/jetty-12.1.x/serlvet6-demos # Conflicts: # jetty-core/jetty-http/src/main/java/org/eclipse/jetty/http/content/CachingHttpContentFactory.java
I assume the |
…1.x/serlvet6-demos
@@ -292,6 +292,16 @@ | |||
<type>jar</type> | |||
<optional>true</optional> | |||
</dependency> | |||
<!-- Demo Servlet 6 Apps --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where are the other new servlet6 webapps?
Remove disabled embedded examples
Added servlet 6.x examples for