-
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
2.15.1.Final breaks command mode with main class extends from QuarkusApplication
in kotlin
#30054
Labels
Milestone
Comments
/cc @evanchooly(kotlin), @geoand(kotlin) |
You are right, we need to cover that case
…On Fri, Dec 23, 2022, 13:07 quarkus-bot[bot] ***@***.***> wrote:
/cc @evanchooly <https://github.com/evanchooly>(kotlin), @geoand
<https://github.com/geoand>(kotlin)
—
Reply to this email directly, view it on GitHub
<#30054 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABBMDP5SGKXAPKW2DA4XDGDWOWBY7ANCNFSM6AAAAAATHUEPAU>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
geoand
added a commit
to geoand/quarkus
that referenced
this issue
Dec 23, 2022
geoand
added a commit
that referenced
this issue
Dec 24, 2022
Ensure that Kotlin subclass of QuarkusApplication works properly
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jan 3, 2023
Fixes: quarkusio#30054 (cherry picked from commit 59e73b7)
gsmet
pushed a commit
to gsmet/quarkus
that referenced
this issue
Jan 4, 2023
Fixes: quarkusio#30054 (cherry picked from commit 59e73b7)
ebullient
pushed a commit
to maxandersen/quarkus
that referenced
this issue
Jan 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Pretty sure it's from this pull #29755.
sanitizeMainClassName
method overlooks that main class extends fromQuarkusApplication
still compiled as original name (no postfix Kt)quarkus/core/deployment/src/main/java/io/quarkus/deployment/steps/MainClassBuildStep.java
Lines 416 to 427 in 6776f0d
With
Running
would produces following error
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
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: