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
Is your enhancement related to a problem? Please describe
I am using CRD -> Java POJO.
In my API, I have the same enumeration appear in several places in the model (across several CRDs). Currently java-generator-maven-plugin creates an enumeration for each each instance, even though, the resulting code is the same. This makes for awkward code.
java-generator-maven-plugin's existingJavaTypes allows you to tell the plugin to reuse an existing Java class, but unfortunately, it does not support Java Enums.