-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Bump to Vert.x 4.8.5 #29246
Bump to Vert.x 4.8.5 #29246
Conversation
This will also need some work on the native side of things as I am getting:
|
The previous comment no longer applies after updating Quarkus to Netty |
I have not executed all the tests, but the ones I have all pass (JVM and native). |
...-http/runtime/src/main/java/io/quarkus/vertx/http/runtime/ForwardedServerRequestWrapper.java
Outdated
Show resolved
Hide resolved
@geoand I will start the release train (only the bindings) tomorrow morning, then, we need to update this PR and remove "draft" |
Cool |
@geoand Just pushed a commit; we would need to rebase and squash. If the CI is green, I think it's good to go. |
Sure thing, I'll do that tomorrow morning |
@cescoffier it should be good to go |
Also cc @Sanne @franz1981 who I know are waiting on this :) |
Seems like |
This comment has been minimized.
This comment has been minimized.
The HTTP/2 server push looks related. \CC @vietj |
Hold on... me stupid: the error is:
|
We need to update and release quarkus-http. |
Are you going to handle that or should I? |
Well, the update is not going well. When I update to Vert.x 4.3.5, things are blowing up. |
Ouch... |
Let's see how it goes: quarkusio/quarkus-http#108. I can't build locally, but let's see what the CI has to say (my local build was working with the old Vert.x version) |
So, quarkus-http "fixed" and release on its way to Maven central (4.2.1) |
🎉 |
You will also need to update to 5.0.0.Alpha3 here: https://github.com/quarkusio/quarkus/blob/main/jakarta/rewrite.yml#L133-L135 |
@gsmet do you manage the second Quarkus HTTP release (5.x?) |
@cescoffier yes, already done, see my comment above ^^ |
Sorry, had some calls; I've updated the Quarkus HTTP versions. |
that's great, thanks all :) |
Yes, it contains some Vert.x updates in that respect |
Co-authored-by: Clement Escoffier <[email protected]>
Fixed the conflict so this should be good to go when CI passes |
Be careful, CI has not started somehow and the status is green while CI still has to run. |
(My guess is that we have too many things running) |
cool, looks like it's actually running now - and looking good so far :) |
Everything is green and CI did actually run, so I'll merge thks |
This is still WIP since I have currently only run the HTTP tests in JVM mode.
The HTTP2 test that was disabled in the second commit seems to be hanging completely.cc @vietj @cescoffier @franz1981