You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This bug is similar to the following one: #4823. I implemented a fix which I already suggested there (#4823 (comment)) to hopefully prevent further bugs of this type.
Describe the bug
If a CRD file contains a field with a name that contains slash, the generated classes are not compiling.
Fabric8 Kubernetes Client version
6.6.2
Steps to reproduce
mvn clean compile
Current behavior
SlashDummySpec.java
looks like:Expected behavior
A successful maven build is expected which generated classes SlashDummy and SlashDummySpec and compiled them.
Runtime
other (please specify in additional context)
Kubernetes API Server version
other (please specify in additional context)
Environment
Linux
Fabric8 Kubernetes Client Logs
No response
Additional context
no kubernetes runtime or API server needed to reproduce this bug
The text was updated successfully, but these errors were encountered: