-
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
context-propagation-quickstart fails after "Use MethodHandle" changes #45346
Comments
I could not reproduce this. |
@geoand latest GH Action run: https://github.com/quarkusio/quarkus-quickstarts/actions/runs/12591744899/job/35095307992
|
Have you run the quickstart against latest Quarkus main / development branch? |
Yup |
Pretty strange, GH actions are failing since December 20 on this quickstart, I was able to reproduce it locally too ... |
I'll have another look next week |
@geoand I have update for you :) I found the true regression commit. I got fooled by "Merge pull request" commits when I looked into GitHub for commits history, not necessarily using the same commits tree. PRs for commits mentioned in the description were merged on Dec 21st. Commit which causes the fail of context-propagation-quickstart is f0e1e4e9c92 which came in #44903 PR. Should be the PR reverted or will you look into new adjustments? |
That's interesting, thanks for the update. I was off today so I still haven't looked at this issue. |
Describe the bug
context-propagation-quickstart fails after "Use MethodHandle" changes
This quickstart fails since https://github.com/quarkusio/quarkus-quickstarts/actions/runs/12424359109 which has
December 20, 2024 03:24
timestampI bisect commits and identified the last commit where the quickstrtart worked and it's 069c5a0
It fails after after "Use MethodHandle" changes
When I used main and reverted 38d776a and e430fbb context-propagation-quickstart was still failing.
There must be other changes that trigger hang of the execution of context-propagation-quickstart cc @geoand
Quickstart hangs the execution and prints this in logs after one minute:
Expected behavior
context-propagation-quickstart works with Quarkus main
Actual behavior
context-propagation-quickstart fails with Quarkus main
How to Reproduce?
Run context-propagation-quickstart from https://github.com/quarkusio/quarkus-quickstarts development branch
mvn clean verify -pl context-propagation-quickstart -Dquarkus.platform.version=3.17.5
works wellOutput of
uname -a
orver
macOS
Output of
java -version
Java 21
Quarkus version or git rev
Quarkus main
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: