-
Notifications
You must be signed in to change notification settings - Fork 27
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
Don't use VertxRecorder to get Vertx instance #167
Conversation
can't validate the change, but we are going to fetch your branch and try on a project internally. thanks! |
👌🏼 |
@vsevel Changes validated on my side |
Oh right... I have no memory of that whatsoever |
Maybe something has changed in 3.4 that allows that to work again? Here is your original problem statement for #78...
|
I thought this use case had test coverage via quarkus. If it doesn't, it should be added to ensure this doesn't regress as we attempt to change this. |
It probably works again by luck. However I do know what is needed to fix it - I might have time to address the deep problem I described in #78 in Quarkus. |
It turns out that the change is breaking |
quarkusio/quarkus#35949 should fix things once and for all. With that change, one would be able to obtain Vert.x from CDI without any timing issues creeping in. |
regardless of wether or not quarkusio/quarkus#35949 (comment) gets backported to |
If worse comes to worse, you can always temporarily use |
@geoand so that would be an interim fix for 3.4, and we get your fix for 3.5? |
@vsevel correct on both counts |
@vsevel Go ahead with which fix? This PR? I have trouble accepting a PR that fixes the 3.4 build but we know doesn't work with 3.4. This is near and dear to myself as we use this feature we would be breaking. IIUC It sounds like we can change this PR to use |
Please use |
@gsmet I will work on this tomorrow morning |
this PR will continue in the context of quarkus |
@geoand is this the plan to upgrade to |
Sure yeah, I can update the PR once CR1 is out |
No description provided.