-
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
QuarkusComponentTest is not working in kotlin #35997
Comments
/cc @evanchooly (kotlin), @geoand (kotlin) |
cc @mkouba |
With @Ladicek's improvement that brings the ability to do transformations, the no-args constructor transformation is probably one we want incluided |
@elgabbouch we'll need to know the Quarkus version you are using |
@geoand is right that However, the same applies to Java - there's no difference. If you modify |
The PR to allow bytecode transformations in |
Ah okay, thanks for the update |
@geoand I tested it with version 3.3.2 and 3.3.3 |
I'm using the version 3.10.0 and it is still not working |
Yes, that's why this issue is still open 🤷. We don't have an estimate when this will be fixed and AFAIK nobody is working on it right now. |
This issue duplicates #43339. |
Describe the bug
I re-wrote the same example in the documentation: https://quarkus.io/blog/quarkus-component-test/ using kotlin
Expected behavior
should work as in java
Actual behavior
How to Reproduce?
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
3.3.3 and 3.3.2
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: