-
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
quarkus run
failing
#42342
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
kind/bug
Something isn't working
Milestone
Comments
geoand
added
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
and removed
triage/needs-triage
labels
Aug 7, 2024
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Aug 7, 2024
geoand
added a commit
that referenced
this issue
Aug 7, 2024
Conditionally index test related transaction annotations
@jamesfalkner ^^^ |
Thanks @geoand for the update and the reference to the fixed bug! |
🙏 |
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Aug 8, 2024
Fixes: quarkusio#42342 (cherry picked from commit ca136b6)
danielsoro
pushed a commit
to danielsoro/quarkus
that referenced
this issue
Sep 20, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
kind/bug
Something isn't working
Describe the bug
When running
quarkus run
(or./mvnw quarkus:run
), the application fails to start, yet when running viajava -jar
the application runs fine.Expected behavior
I would expect
quarkus run
(or./mvnw quarkus:run
) to run my application.When I
java -jar
my application, I seeActual behavior
The application fails to run:
How to Reproduce?
Reproducer: https://github.com/rh-rad-ai-roadshow/parasol-insurance/tree/main/app
main
branch)cd app
./mvnw clean package -DskipTests
./mvnw quarkus:run
Output of
uname -a
orver
Darwin edeandrea-m1pro 23.6.0 Darwin Kernel Version 23.6.0: Fri Jul 5 17:56:41 PDT 2024; root:xnu-10063.141.1~2/RELEASE_ARM64_T6000 arm64
Output of
java -version
Quarkus version or git rev
3.13.0
Build tool (ie. output of
mvnw --version
orgradlew --version
)The text was updated successfully, but these errors were encountered: