-
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
Make succeeded and failed in ICB final + introduce onSuccess #11950
Make succeeded and failed in ICB final + introduce onSuccess #11950
Conversation
@gregw I went over all our ICB implementations that override
I'm now looking for a way to modify |
I refactored |
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.
Nice big step in the right direction! But a few things....
jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java
Outdated
Show resolved
Hide resolved
jetty-core/jetty-util/src/main/java/org/eclipse/jetty/util/IteratingCallback.java
Show resolved
Hide resolved
...jetty-quic/jetty-quic-common/src/main/java/org/eclipse/jetty/quic/common/QuicConnection.java
Show resolved
Hide resolved
...ty-http2/jetty-http2-common/src/main/java/org/eclipse/jetty/http2/internal/HTTP2Flusher.java
Show resolved
Hide resolved
@olamy do you have an idea why the integration tests are failing with a compilation error despite the fact that the code doesn't match what's reported? |
a300420
to
cc42c3d
Compare
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
…inal Signed-off-by: Ludovic Orban <lorban@bitronix.be>
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Olivier Lamy <olamy@apache.org>
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
Signed-off-by: Ludovic Orban <lorban@bitronix.be>
86d79a7
to
c0af0e6
Compare
@gregw I reverted the I think this can now be merged. |
@olamy thanks for your help fixing the build! |
Closes #11932