-
Notifications
You must be signed in to change notification settings - Fork 3
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
Quarkus renaming REST extensions #251
Conversation
@jerboaa GHA glitching... |
Yeah. :-( Question: What does quarkus main, i.e. 999-SNAPSHOT, amount to in terms of quarkus version? Or in other words, has the main branch been tested with this? |
it could mean anything, it's just the main branch build, says nothing about its age. In my case on my laptop with this PR, that is: 9d6f6335c6 built as |
|
So does it apply the new 3.9 patch does it? Otherwise it wouldn't build, right? |
I used |
But that's not what the CI is using, right? Please check it builds with quarkus main (without |
It indeed ain't, it would not have been failing the way it did otherwise. I merely used it to make the update easier. As you can see, I added Q 3.9.0.CR2 to the CI here, so it is going to be easily visible that it works / doesn't work. I am trying to sort out the failure on GHA now, what is cached glitch and what is actual failure. Pls do not merge until it's all green. |
But that doesn't test |
I can confirm that Q
Q built without There is a somewhat noticeable drop in perf with JFR smoke in container on my laptop:
when running with Q In the latest commit, i whitelisted what looks like a Q 3.8.3 specific error message in the log. Gonna investigate separately. |
Forgot about DebugSymbolsTest.debugSymbolsQuarkusContainer:, fixing... |
So it's not just Q 3.8.3, it's intermittently Q 3.9 too :-(
I incline towards whitelisting so as we have CI clean and investigating separately. I haven't been successful reproducing it locally so far.
|
+1 and please file an issue to investigate it. Thanks! |
@jerboaa IMHO ready to merge. Ad |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get this in, so as to reduce noise.
@jerboaa Follow up Q issue: quarkusio/quarkus#39667 (it's possible that it's my fault, but let the Q folks decide....) |
fixes #250