jetty.project
jetty.project copied to clipboard
implement servlet upgrade for ee10
implementing ee10 servlet upgrade for PR https://github.com/eclipse/jetty.project/pull/10064
@lachlan-roberts is this still a thing?
@gregw yes, but we need to discuss the issue with the callback.
- You say we should not execute the callback.
- Using
SerializedInvokerlike we did before causes it to block forever. - Running the callback directly causes an infinite recursion.
So we need to think of some other solution for this.
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?
replaced by https://github.com/jetty/jetty.project/pull/12186