-
Notifications
You must be signed in to change notification settings - Fork 271
Revert Quarkus version upgrade to unblock IntelliJ build #1958
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
base: main
Are you sure you want to change the base?
Revert Quarkus version upgrade to unblock IntelliJ build #1958
Conversation
Most tasks work fine in my experience. From my POV, issues with |
@adnanhemani : feel free to bring this up on the dev ML. |
@snazy : Do you have any insight into the |
Here's the failure again if it helps:
@dimas-b ideally we should not merge anything that breaks development workflows. Even if we do not regress on the version this time, I'd say this should be a blocker for any further upgrades until we get to the bottom of why this happens and what is our workaround. |
Each developer's workflows are different :) There are viable options to continue developing with the current state of the repo as discussed in slack. However, if you feel strongly about this let's continue on the dev list for visibility. |
What exactly is the upgrade? I didn't see any positive change from bumping the Quarkus version. But I cannot run Quarkus configurations in Intellij after it. |
I agree - wanted to wait and see if @snazy has anything quickly that he can point out. If so, then maybe we sidestep needing a new mail thread altogether. If not, I can start the mail thread :) |
If reverting to a previous Quarkus version helps, then go for it. |
However, if |
Seems like Quarkus community has picked up this issue and is working on a fix. If it goes through and fixes our issues, I'm assuming we can just upgrade to that version and abandon this revert. Will keep an eye on this :) |
Seems like this got fixed in quarkusio/quarkus#48769. Let me verify this is working for us in Quarkus v3.24.3 and modify this PR accordingly. |
Confirmed that this fixes the original issue. Thanks all! |
Details here: #1797 (comment)