Skip to content
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

Merged
merged 2 commits into from
Nov 22, 2022
Merged

Bump to Vert.x 4.8.5 #29246

merged 2 commits into from
Nov 22, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Nov 14, 2022

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

@geoand geoand changed the title Vertx 3.8.5 WIP - Bump to Vert.x 4.8.5 Nov 14, 2022
@quarkus-bot quarkus-bot bot added area/dependencies Pull requests that update a dependency file area/vertx labels Nov 14, 2022
@geoand
Copy link
Contributor Author

geoand commented Nov 14, 2022

This will also need some work on the native side of things as I am getting:

com.oracle.graal.pointsto.constraints.UnresolvedElementException: Discovered unresolved type during parsing: io.netty.handler.codec.http.HttpHeaderValidationUtil. This error is reported at image build time because class io.vertx.core.http.impl.Http1xUpgradeToH2CHandler is registered for linking at image build time by command line

@geoand
Copy link
Contributor Author

geoand commented Nov 14, 2022

The previous comment no longer applies after updating Quarkus to Netty 4.1.85

@geoand
Copy link
Contributor Author

geoand commented Nov 14, 2022

I have not executed all the tests, but the ones I have all pass (JVM and native).

@cescoffier
Copy link
Member

@geoand I will start the release train (only the bindings) tomorrow morning, then, we need to update this PR and remove "draft"

@geoand
Copy link
Contributor Author

geoand commented Nov 20, 2022

Cool

@cescoffier
Copy link
Member

@geoand Just pushed a commit; we would need to rebase and squash.

If the CI is green, I think it's good to go.

@geoand
Copy link
Contributor Author

geoand commented Nov 20, 2022

Sure thing, I'll do that tomorrow morning

@geoand geoand changed the title WIP - Bump to Vert.x 4.8.5 Bump to Vert.x 4.8.5 Nov 21, 2022
@geoand geoand marked this pull request as ready for review November 21, 2022 06:16
@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

@cescoffier it should be good to go

@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

Also cc @Sanne @franz1981 who I know are waiting on this :)

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 21, 2022
@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

Seems like Http2ServerPushTestCase.testServerPush is failing, which means that we need to update Quarkus HTTP?

@quarkus-bot

This comment has been minimized.

@cescoffier
Copy link
Member

The HTTP/2 server push looks related.
It might be because of: eclipse-vertx/vert.x@0de1c53

\CC @vietj

@cescoffier
Copy link
Member

Hold on... me stupid: the error is:

2022-11-21 10:46:12,458 ERROR [io.qua.ver.cor.run.VertxCoreRecorder] (vert.x-eventloop-thread-0) Uncaught exception received by Vert.x: java.lang.IncompatibleClassChangeError: class io.undertow.vertx.PushedHttpServerRequest can not implement io.vertx.core.http.impl.HttpServerRequestInternal, because it is not an interface (io.vertx.core.http.impl.HttpServerRequestInternal is in unnamed module of loader io.quarkus.bootstrap.clas

@cescoffier
Copy link
Member

We need to update and release quarkus-http.

@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

Are you going to handle that or should I?

@cescoffier
Copy link
Member

Well, the update is not going well. When I update to Vert.x 4.3.5, things are blowing up.

@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

Ouch...

@cescoffier
Copy link
Member

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)

@cescoffier
Copy link
Member

cescoffier commented Nov 21, 2022

So, quarkus-http "fixed" and release on its way to Maven central (4.2.1)

@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

🎉

@gsmet
Copy link
Member

gsmet commented Nov 21, 2022

You will also need to update to 5.0.0.Alpha3 here: https://github.com/quarkusio/quarkus/blob/main/jakarta/rewrite.yml#L133-L135

@cescoffier
Copy link
Member

@gsmet do you manage the second Quarkus HTTP release (5.x?)

@gsmet
Copy link
Member

gsmet commented Nov 21, 2022

@cescoffier yes, already done, see my comment above ^^

@cescoffier
Copy link
Member

Sorry, had some calls; I've updated the Quarkus HTTP versions.

@Sanne
Copy link
Member

Sanne commented Nov 21, 2022

that's great, thanks all :)
@geoand , @franz1981 is this including any of the patches we were waiting for in relation to super type caches?

@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

Yes, it contains some Vert.x updates in that respect

@geoand
Copy link
Contributor Author

geoand commented Nov 21, 2022

Fixed the conflict so this should be good to go when CI passes

@gsmet
Copy link
Member

gsmet commented Nov 21, 2022

Be careful, CI has not started somehow and the status is green while CI still has to run.

@gsmet
Copy link
Member

gsmet commented Nov 21, 2022

(My guess is that we have too many things running)

@Sanne
Copy link
Member

Sanne commented Nov 21, 2022

cool, looks like it's actually running now - and looking good so far :)

@geoand
Copy link
Contributor Author

geoand commented Nov 22, 2022

Everything is green and CI did actually run, so I'll merge thks

@geoand geoand merged commit 3c5e064 into quarkusio:main Nov 22, 2022
@quarkus-bot quarkus-bot bot added this to the 2.15 - main milestone Nov 22, 2022
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Nov 22, 2022
@geoand geoand deleted the vertx-3.8.5 branch November 22, 2022 06:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies Pull requests that update a dependency file area/jakarta area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants