Closed bboyz269 closed 1 year ago
/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 https://github.com/quarkusio/quarkus/issues/30054#issuecomment-1363857190, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABBMDP5SGKXAPKW2DA4XDGDWOWBY7ANCNFSM6AAAAAATHUEPAU . You are receiving this because you were mentioned.Message ID: @.***>
Describe the bug
Pretty sure it's from this pull https://github.com/quarkusio/quarkus/pull/29755.
sanitizeMainClassName
method overlooks that main class extends fromQuarkusApplication
still compiled as original name (no postfix Kt) https://github.com/quarkusio/quarkus/blob/6776f0deeb8537c5207ddb5ad08e7b3c5db83722/core/deployment/src/main/java/io/quarkus/deployment/steps/MainClassBuildStep.java#L416-L427With
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