[WARNING] kaap/operator/src/main/java/com/datastax/oss/kaap/crds/GlobalSpec.java:[42,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] Annotation: javax.validation.constraints.NotNull on property: getName is deprecated. Please use: io.fabric8.generator.annotation.Required instead
It seems that this one is intentional https://github.com/fabric8io/kubernetes-client/issues/4577
And it will be fixed by #146
[WARNING] kaap/operator/src/main/java/com/datastax/oss/kaap/crds/GlobalSpec.java:[42,1] Generating equals/hashCode implementation but without a call to superclass, even though this class does not extend java.lang.Object. If this is intentional, add '@EqualsAndHashCode(callSuper=false)' to your type.
[WARNING] Annotation: javax.validation.constraints.NotNull on property: getName is deprecated. Please use: io.fabric8.generator.annotation.Required insteadIt seems that this one is intentional https://github.com/fabric8io/kubernetes-client/issues/4577 And it will be fixed by #146