-
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
Labels
Comments
I could not reproduce this. |
10 tasks
@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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: