-
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
implement servlet upgrade for ee10 #10128
implement servlet upgrade for ee10 #10128
Conversation
Remove lambda for clarity
removed unused variable
Requests are always handled by ServletHandler, one way or another.
Signed-off-by: Lachlan Roberts <[email protected]>
Servlet upgrade
Signed-off-by: Lachlan Roberts <[email protected]>
Signed-off-by: Lachlan Roberts <[email protected]>
Signed-off-by: Lachlan Roberts <[email protected]>
Signed-off-by: Lachlan Roberts <[email protected]>
jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpChannelState.java
Outdated
Show resolved
Hide resolved
Signed-off-by: Lachlan Roberts <[email protected]>
jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpChannelState.java
Outdated
Show resolved
Hide resolved
ee383a2
to
3d24929
Compare
…tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
Signed-off-by: Lachlan Roberts <[email protected]>
jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpChannelState.java
Outdated
Show resolved
Hide resolved
…tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
…tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
…tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
@lachlan-roberts is this still a thing? |
@gregw yes, but we need to discuss the issue with the callback.
So we need to think of some other solution for this. |
…tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
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.
The executing of the write callback is still a hard blocker for me.
jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpChannelState.java
Outdated
Show resolved
Hide resolved
I am not executing this anymore, I have lots of changes which I have not pushed, will push them today. |
@lachlan-roberts we need this to pass the servlet 6.1 tck |
@lachlan-roberts nudge |
@lachlan-roberts can you please resolve the conflicts and then ensure that we have the simplest implementation that we can get committed? |
Signed-off-by: Lachlan Roberts <[email protected]>
Signed-off-by: Lachlan Roberts <[email protected]>
Signed-off-by: Lachlan Roberts <[email protected]>
…tty-12-ServletChannel-cleanup-ee10-servlet-upgrade
Signed-off-by: Lachlan Roberts <[email protected]>
Signed-off-by: Lachlan Roberts <[email protected]>
jetty-core/jetty-server/src/main/java/org/eclipse/jetty/server/internal/HttpChannelState.java
Show resolved
Hide resolved
...-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletApiRequest.java
Show resolved
Hide resolved
jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletChannel.java
Show resolved
Hide resolved
jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletChannel.java
Show resolved
Hide resolved
jetty-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletChannel.java
Show resolved
Hide resolved
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.
Some of my comments are still pending... so I'm sending them again....
...-ee10/jetty-ee10-servlet/src/main/java/org/eclipse/jetty/ee10/servlet/ServletApiRequest.java
Show resolved
Hide resolved
replaced by #12186 |
implementing ee10 servlet upgrade for PR #10064