-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
default code gen not working in 1.8.0.CR1 #11915
Comments
/cc @ia3andy any idea what is causing this ? |
Needless to say this is highly critical and is a blocker. |
Also, we need to check if it's an issue in 1.7 too. |
Having a quick look, but I won't be able to spend long |
Ok I can reproduce on 1.7.2.Final, 1.8.0.CR1 and master |
className is null, I need to find why.. |
this doesn't seem to be due to the codestarts, I don't see where the className default value is set.. When this is no className we don't generate the classes.. |
Well this seems to be expected I see everywhere in the code: And by default this is null... @Parameter(property = "className")
private String className; I let you see for the rest. |
Ok I can reproduce on |
Ahh. That's "fun" so we've had "empty" project gen I just never by chance not send without class name. Closing as working as expected. |
Describe the bug
following guide at https://quarkus.io/guides/redis using command:
the resulting project does not have any files in java nor test.
Expected behavior
There should be a working example as in previous version.
The text was updated successfully, but these errors were encountered: