We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Java Generator Tool got everything correct except for one corner case This CRD generates the following line: private Double percentage = 100;
private Double percentage = 100;
but Java does not infer it as a double unfortunately, perhaps just appending a 'd' fixes it
SNAPSHOT
Generate Java from the CRD in the description (CLI or maven)
no compilation error
Kubernetes (vanilla)
1.25.3@latest
Linux
No response
The text was updated successfully, but these errors were encountered:
Hola Thiago!
Thanks for the report, I fixed the bug in #6983 , curious that is the first time that this pops up, indeed a missing handling of the case.
Sorry, something went wrong.
Thank you for looking into it so fast!
andreaTP
Successfully merging a pull request may close this issue.
Describe the bug
The Java Generator Tool got everything correct except for one corner case
This CRD generates the following line:
private Double percentage = 100;
but Java does not infer it as a double unfortunately, perhaps just appending a 'd' fixes it
Fabric8 Kubernetes Client version
SNAPSHOT
Steps to reproduce
Generate Java from the CRD in the description (CLI or maven)
Expected behavior
no compilation error
Runtime
Kubernetes (vanilla)
Kubernetes API Server version
1.25.3@latest
Environment
Linux
Fabric8 Kubernetes Client Logs
Additional context
No response
The text was updated successfully, but these errors were encountered: