You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a coordinated version bumps across:
- Mutiny Vert.x bindings 3.19.1
- Vert.x 4.5.16
This also fixes a breaking change in HttpServerResponse impacting
AbstractResponseWrapper.
Copy file name to clipboardExpand all lines: extensions/vertx-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/filters/AbstractResponseWrapper.java
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,11 @@ public HttpServerResponse endHandler(Handler<Void> handler) {
0 commit comments