-
Notifications
You must be signed in to change notification settings - Fork 38.1k
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 Eclipse Jetty core HTTP handler adapter #32097
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ff974d - Browse repository at this point
Copy the full SHA 6ff974dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db609a7 - Browse repository at this point
Copy the full SHA db609a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a23fbf - Browse repository at this point
Copy the full SHA 7a23fbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 418d699 - Browse repository at this point
Copy the full SHA 418d699View commit details -
Configuration menu - View commit details
-
Copy full SHA for 930d420 - Browse repository at this point
Copy the full SHA 930d420View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb38434 - Browse repository at this point
Copy the full SHA eb38434View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88e7467 - Browse repository at this point
Copy the full SHA 88e7467View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5a327c - Browse repository at this point
Copy the full SHA c5a327cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 49abe72 - Browse repository at this point
Copy the full SHA 49abe72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ca453c - Browse repository at this point
Copy the full SHA 6ca453cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea71c61 - Browse repository at this point
Copy the full SHA ea71c61View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd72a14 - Browse repository at this point
Copy the full SHA dd72a14View commit details -
Initial implementation of the writeWith methods in JettyCoreServerHtt…
…pResponse Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 50e78d3 - Browse repository at this point
Copy the full SHA 50e78d3View commit details -
Implement the ZeroCopyHttpOutputMessage interface for JettyCoreServer…
…HttpResponse Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for ab844d6 - Browse repository at this point
Copy the full SHA ab844d6View commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 4cf2b0c - Browse repository at this point
Copy the full SHA 4cf2b0cView commit details -
disable setting of the same site cookie attribute to fix test
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 77772cb - Browse repository at this point
Copy the full SHA 77772cbView commit details -
rearrange methods in JettyCoreServerHttpResponse
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 8617ded - Browse repository at this point
Copy the full SHA 8617dedView commit details -
fix issues with cookies, committing response, and with ZeroCopyHttpOu…
…tputMessage Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 375e3b6 - Browse repository at this point
Copy the full SHA 375e3b6View commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 0db46f2 - Browse repository at this point
Copy the full SHA 0db46f2View commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 2081ae0 - Browse repository at this point
Copy the full SHA 2081ae0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 855e268 - Browse repository at this point
Copy the full SHA 855e268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 191853d - Browse repository at this point
Copy the full SHA 191853dView commit details -
Fixed unset response status bug
Jetty has an unset response status of 0, this should be converted to 200 for spring.
Configuration menu - View commit details
-
Copy full SHA for c8a7cc3 - Browse repository at this point
Copy the full SHA c8a7cc3View commit details -
Request header mutation support
When mutating the request, a mutable HttpFields instance is created.
Configuration menu - View commit details
-
Copy full SHA for 85bdb2b - Browse repository at this point
Copy the full SHA 85bdb2bView commit details -
Spring appears to want the unadulterated raw path complete with parameters etc.
Configuration menu - View commit details
-
Copy full SHA for 39f9ce8 - Browse repository at this point
Copy the full SHA 39f9ce8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c46382e - Browse repository at this point
Copy the full SHA c46382eView commit details -
Fixes for Jetty Core WebSocket
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 72921c0 - Browse repository at this point
Copy the full SHA 72921c0View commit details -
Temporary fix for cookies in JettyCoreServerHttpResponse with TODOs
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 05df5d1 - Browse repository at this point
Copy the full SHA 05df5d1View commit details -
Do not actually commit response in JettyCoreServerHttpResponse & fix …
…cookies Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 89dbcbf - Browse repository at this point
Copy the full SHA 89dbcbfView commit details -
Add JettyCore upgrade option in HandshakeWebSocketService
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 654407e - Browse repository at this point
Copy the full SHA 654407eView commit details -
move getNativeRequest/Response to ServerHttpRequest/Response interfaces
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 802419e - Browse repository at this point
Copy the full SHA 802419eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4518138 - Browse repository at this point
Copy the full SHA 4518138View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67622d1 - Browse repository at this point
Copy the full SHA 67622d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0530dd7 - Browse repository at this point
Copy the full SHA 0530dd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5b7d21 - Browse repository at this point
Copy the full SHA a5b7d21View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25837c - Browse repository at this point
Copy the full SHA f25837cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cf3214 - Browse repository at this point
Copy the full SHA 7cf3214View commit details -
Use an atomicReference to release the last used databuffer after onNe…
…xt has returned.
Configuration menu - View commit details
-
Copy full SHA for c8c3734 - Browse repository at this point
Copy the full SHA c8c3734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74aa6cb - Browse repository at this point
Copy the full SHA 74aa6cbView commit details -
release DataBuffer from the JettyCoreServerHttpResponse
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for befdde4 - Browse repository at this point
Copy the full SHA befdde4View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee59264 - Browse repository at this point
Copy the full SHA ee59264View commit details -
fix build with jetty 12.0.7-SNAPSHOT
Signed-off-by: Olivier Lamy <olamy@apache.org>
Configuration menu - View commit details
-
Copy full SHA for bbd2573 - Browse repository at this point
Copy the full SHA bbd2573View commit details
Commits on Feb 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b1c778d - Browse repository at this point
Copy the full SHA b1c778dView commit details -
Implement a JettyWebSocketSession based on demand.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 5f1712d - Browse repository at this point
Copy the full SHA 5f1712dView commit details -
Add a Jetty implementation of the spring WebSocketClient interface.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 700f8e6 - Browse repository at this point
Copy the full SHA 700f8e6View commit details -
Prevent possible ReadPendingException from multiple demand.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 1c7935e - Browse repository at this point
Copy the full SHA 1c7935eView commit details -
Update the JettyWebSocketHandlerAdapter as a Session.Listener
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for bbd4e68 - Browse repository at this point
Copy the full SHA bbd4e68View commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 1f09a94 - Browse repository at this point
Copy the full SHA 1f09a94View commit details -
Ensure DataBuffer is processed correctly for BINARY messages.
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 08e9177 - Browse repository at this point
Copy the full SHA 08e9177View commit details
Commits on Feb 13, 2024
-
Wait for close of Session before calling handlerCompletionSink
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 26cac28 - Browse repository at this point
Copy the full SHA 26cac28View commit details -
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e2b452a - Browse repository at this point
Copy the full SHA e2b452aView commit details
Commits on Feb 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b356adf - Browse repository at this point
Copy the full SHA b356adfView commit details
Commits on Feb 27, 2024
-
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a0f4fe2 - Browse repository at this point
Copy the full SHA a0f4fe2View commit details
Commits on Mar 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0f88d7f - Browse repository at this point
Copy the full SHA 0f88d7fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65cf738 - Browse repository at this point
Copy the full SHA 65cf738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e25189 - Browse repository at this point
Copy the full SHA 6e25189View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9d07c - Browse repository at this point
Copy the full SHA 8f9d07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34429fe - Browse repository at this point
Copy the full SHA 34429feView commit details
Commits on Mar 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d5e46a - Browse repository at this point
Copy the full SHA 5d5e46aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6187cdf - Browse repository at this point
Copy the full SHA 6187cdfView commit details
Commits on Apr 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d9202dc - Browse repository at this point
Copy the full SHA d9202dcView commit details
Commits on Apr 9, 2024
-
Implement LifeCycle for JettyWebSocketClient
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 85505fe - Browse repository at this point
Copy the full SHA 85505feView commit details -
additional changes from review
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for cd9063b - Browse repository at this point
Copy the full SHA cd9063bView commit details
Commits on Apr 16, 2024
-
Merge pull request #2 from webtide/JettyCoreHttpHandlerAdapter-WebSocket
Update spring Jetty websocket usage
Configuration menu - View commit details
-
Copy full SHA for e9cb9a9 - Browse repository at this point
Copy the full SHA e9cb9a9View commit details
Commits on May 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6986ee - Browse repository at this point
Copy the full SHA d6986eeView commit details -
Suppress NullAway warnings for Jetty WebSocket classes
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 19215d4 - Browse repository at this point
Copy the full SHA 19215d4View commit details -
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 364183c - Browse repository at this point
Copy the full SHA 364183cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a76465a - Browse repository at this point
Copy the full SHA a76465aView commit details -
Merge remote-tracking branch 'origin/main' into JettyCoreHttpHandlerA…
…dapter # Conflicts: # framework-platform/framework-platform.gradle
Configuration menu - View commit details
-
Copy full SHA for c0cdb2b - Browse repository at this point
Copy the full SHA c0cdb2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a18ee - Browse repository at this point
Copy the full SHA 82a18eeView commit details
Commits on May 30, 2024
-
add explicit dependency on jetty-websocket-api
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fca5d22 - Browse repository at this point
Copy the full SHA fca5d22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17eb8df - Browse repository at this point
Copy the full SHA 17eb8dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 38e4913 - Browse repository at this point
Copy the full SHA 38e4913View commit details
Commits on May 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 85b4041 - Browse repository at this point
Copy the full SHA 85b4041View commit details -
Merge remote-tracking branch 'refs/remotes/webtide/JettyCoreHttpHandl…
…erAdapter' into JettyCoreHttpHandlerAdapter
Configuration menu - View commit details
-
Copy full SHA for df6ad58 - Browse repository at this point
Copy the full SHA df6ad58View commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 37daa27 - Browse repository at this point
Copy the full SHA 37daa27View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b37ba - Browse repository at this point
Copy the full SHA c5b37baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ea2180 - Browse repository at this point
Copy the full SHA 0ea2180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49363c1 - Browse repository at this point
Copy the full SHA 49363c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 090c8c4 - Browse repository at this point
Copy the full SHA 090c8c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 390f52e - Browse repository at this point
Copy the full SHA 390f52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b884f65 - Browse repository at this point
Copy the full SHA b884f65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2aedef1 - Browse repository at this point
Copy the full SHA 2aedef1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4613e8c - Browse repository at this point
Copy the full SHA 4613e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5378423 - Browse repository at this point
Copy the full SHA 5378423View commit details -
Configuration menu - View commit details
-
Copy full SHA for f070f90 - Browse repository at this point
Copy the full SHA f070f90View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc02b28 - Browse repository at this point
Copy the full SHA dc02b28View commit details -
Initial implementation of the writeWith methods in JettyCoreServerHtt…
…pResponse Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 543c30a - Browse repository at this point
Copy the full SHA 543c30aView commit details -
Implement the ZeroCopyHttpOutputMessage interface for JettyCoreServer…
…HttpResponse Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 0ef95af - Browse repository at this point
Copy the full SHA 0ef95afView commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 4c0d782 - Browse repository at this point
Copy the full SHA 4c0d782View commit details -
disable setting of the same site cookie attribute to fix test
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for c5caff8 - Browse repository at this point
Copy the full SHA c5caff8View commit details -
rearrange methods in JettyCoreServerHttpResponse
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 8bb9f63 - Browse repository at this point
Copy the full SHA 8bb9f63View commit details -
fix issues with cookies, committing response, and with ZeroCopyHttpOu…
…tputMessage Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 6311b33 - Browse repository at this point
Copy the full SHA 6311b33View commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 01bde19 - Browse repository at this point
Copy the full SHA 01bde19View commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 1c6d8db - Browse repository at this point
Copy the full SHA 1c6d8dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 071cd55 - Browse repository at this point
Copy the full SHA 071cd55View commit details -
Configuration menu - View commit details
-
Copy full SHA for d18b34b - Browse repository at this point
Copy the full SHA d18b34bView commit details -
Fixed unset response status bug
Jetty has an unset response status of 0, this should be converted to 200 for spring.
Configuration menu - View commit details
-
Copy full SHA for 6b36d70 - Browse repository at this point
Copy the full SHA 6b36d70View commit details -
Request header mutation support
When mutating the request, a mutable HttpFields instance is created.
Configuration menu - View commit details
-
Copy full SHA for d86e795 - Browse repository at this point
Copy the full SHA d86e795View commit details -
Spring appears to want the unadulterated raw path complete with parameters etc.
Configuration menu - View commit details
-
Copy full SHA for 8d64408 - Browse repository at this point
Copy the full SHA 8d64408View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c4f7bc - Browse repository at this point
Copy the full SHA 6c4f7bcView commit details -
Fixes for Jetty Core WebSocket
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 56e933c - Browse repository at this point
Copy the full SHA 56e933cView commit details -
Temporary fix for cookies in JettyCoreServerHttpResponse with TODOs
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 1bce7b9 - Browse repository at this point
Copy the full SHA 1bce7b9View commit details -
Do not actually commit response in JettyCoreServerHttpResponse & fix …
…cookies Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for f934d31 - Browse repository at this point
Copy the full SHA f934d31View commit details -
Add JettyCore upgrade option in HandshakeWebSocketService
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for d2e152b - Browse repository at this point
Copy the full SHA d2e152bView commit details -
move getNativeRequest/Response to ServerHttpRequest/Response interfaces
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 014c77c - Browse repository at this point
Copy the full SHA 014c77cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8bf6a - Browse repository at this point
Copy the full SHA cd8bf6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c20b865 - Browse repository at this point
Copy the full SHA c20b865View commit details -
Configuration menu - View commit details
-
Copy full SHA for a8c9e95 - Browse repository at this point
Copy the full SHA a8c9e95View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e322e - Browse repository at this point
Copy the full SHA c6e322eView commit details -
Configuration menu - View commit details
-
Copy full SHA for e830a02 - Browse repository at this point
Copy the full SHA e830a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14d9a76 - Browse repository at this point
Copy the full SHA 14d9a76View commit details -
Use an atomicReference to release the last used databuffer after onNe…
…xt has returned.
Configuration menu - View commit details
-
Copy full SHA for d5ff365 - Browse repository at this point
Copy the full SHA d5ff365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8efbc37 - Browse repository at this point
Copy the full SHA 8efbc37View commit details -
release DataBuffer from the JettyCoreServerHttpResponse
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 9a68ff7 - Browse repository at this point
Copy the full SHA 9a68ff7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 011d856 - Browse repository at this point
Copy the full SHA 011d856View commit details -
fix build with jetty 12.0.7-SNAPSHOT
Signed-off-by: Olivier Lamy <olamy@apache.org>
Configuration menu - View commit details
-
Copy full SHA for 5e71a1c - Browse repository at this point
Copy the full SHA 5e71a1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cb17ce - Browse repository at this point
Copy the full SHA 7cb17ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for f47baaf - Browse repository at this point
Copy the full SHA f47baafView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bba36b - Browse repository at this point
Copy the full SHA 9bba36bView commit details -
Implement a JettyWebSocketSession based on demand.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for f06131b - Browse repository at this point
Copy the full SHA f06131bView commit details -
Add a Jetty implementation of the spring WebSocketClient interface.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 8cc8b11 - Browse repository at this point
Copy the full SHA 8cc8b11View commit details -
Prevent possible ReadPendingException from multiple demand.
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 2b9510d - Browse repository at this point
Copy the full SHA 2b9510dView commit details -
Update the JettyWebSocketHandlerAdapter as a Session.Listener
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for 96a8e99 - Browse repository at this point
Copy the full SHA 96a8e99View commit details -
Signed-off-by: Lachlan Roberts <lachlan@webtide.com>
Configuration menu - View commit details
-
Copy full SHA for f195e4e - Browse repository at this point
Copy the full SHA f195e4eView commit details -
Ensure DataBuffer is processed correctly for BINARY messages.
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7939314 - Browse repository at this point
Copy the full SHA 7939314View commit details -
Wait for close of Session before calling handlerCompletionSink
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 30a7c41 - Browse repository at this point
Copy the full SHA 30a7c41View commit details -
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7ccb2e1 - Browse repository at this point
Copy the full SHA 7ccb2e1View commit details -
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 38ef5bb - Browse repository at this point
Copy the full SHA 38ef5bbView commit details -
Implement LifeCycle for JettyWebSocketClient
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ea1dd82 - Browse repository at this point
Copy the full SHA ea1dd82View commit details -
additional changes from review
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e32983b - Browse repository at this point
Copy the full SHA e32983bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 077b60f - Browse repository at this point
Copy the full SHA 077b60fView commit details -
Suppress NullAway warnings for Jetty WebSocket classes
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fa5f800 - Browse repository at this point
Copy the full SHA fa5f800View commit details -
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 442f11c - Browse repository at this point
Copy the full SHA 442f11cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd25bd7 - Browse repository at this point
Copy the full SHA bd25bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3785321 - Browse repository at this point
Copy the full SHA 3785321View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8eb3fa - Browse repository at this point
Copy the full SHA d8eb3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6b1914 - Browse repository at this point
Copy the full SHA c6b1914View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2420fc - Browse repository at this point
Copy the full SHA a2420fcView commit details -
add explicit dependency on jetty-websocket-api
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5fbf83c - Browse repository at this point
Copy the full SHA 5fbf83cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b7a2f4 - Browse repository at this point
Copy the full SHA 9b7a2f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8d208d - Browse repository at this point
Copy the full SHA b8d208dView commit details -
Configuration menu - View commit details
-
Copy full SHA for db82c22 - Browse repository at this point
Copy the full SHA db82c22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16af65a - Browse repository at this point
Copy the full SHA 16af65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c48a83 - Browse repository at this point
Copy the full SHA 6c48a83View commit details -
Configuration menu - View commit details
-
Copy full SHA for feef4a7 - Browse repository at this point
Copy the full SHA feef4a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d00ed1e - Browse repository at this point
Copy the full SHA d00ed1eView commit details
Commits on Jun 12, 2024
-
Merge remote-tracking branch 'poutsma/spring-projectsgh-32097' into J…
…ettyCoreHttpHandlerAdapter # Conflicts: # spring-web/src/main/java/org/springframework/http/server/reactive/DefaultServerHttpRequestBuilder.java # spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreHttpHandlerAdapter.java # spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreServerHttpRequest.java # spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreServerHttpResponse.java # spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/JettyWebSocketHandlerAdapter.java # spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/JettyWebSocketSession.java # spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketHandlerAdapter.java
Configuration menu - View commit details
-
Copy full SHA for 1f2f0af - Browse repository at this point
Copy the full SHA 1f2f0afView commit details -
Merge remote-tracking branch 'poutsma/spring-projectsgh-32097' into J…
…ettyCoreHttpHandlerAdapter # Conflicts: # spring-web/src/main/java/org/springframework/http/server/reactive/DefaultServerHttpRequestBuilder.java # spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreHttpHandlerAdapter.java # spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreServerHttpRequest.java # spring-web/src/main/java/org/springframework/http/server/reactive/JettyCoreServerHttpResponse.java # spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/JettyWebSocketHandlerAdapter.java # spring-webflux/src/main/java/org/springframework/web/reactive/socket/adapter/JettyWebSocketSession.java # spring-websocket/src/main/java/org/springframework/web/socket/adapter/jetty/JettyWebSocketHandlerAdapter.java
Configuration menu - View commit details
-
Copy full SHA for 08ce47f - Browse repository at this point
Copy the full SHA 08ce47fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8753907 - Browse repository at this point
Copy the full SHA 8753907View commit details -
Configuration menu - View commit details
-
Copy full SHA for 260da30 - Browse repository at this point
Copy the full SHA 260da30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d415757 - Browse repository at this point
Copy the full SHA d415757View commit details
Commits on Jun 22, 2024
-
PR spring-projects#32097 - changes to address reviews for websocket
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 0b4b65f - Browse repository at this point
Copy the full SHA 0b4b65fView commit details
Commits on Jul 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5dd2538 - Browse repository at this point
Copy the full SHA 5dd2538View commit details -
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6380d3a - Browse repository at this point
Copy the full SHA 6380d3aView commit details -
fix failure for CookieIntegrationTests.partitionedAttributeTest
Signed-off-by: Lachlan Roberts <lachlan.p.roberts@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ca25b6c - Browse repository at this point
Copy the full SHA ca25b6cView commit details