-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
Milestone
Description
Describe the bug
When tried to use version v6 R1, got an error for annotation processor that generates CRD-s:
Compilation failure
[ERROR] Bad service configuration file, or exception thrown while constructing Processor object: javax.annotation.processing.Processor: io.fabric8.crd.generator.apt.CustomResourceAnnotationProcessor Unable to get public no-arg constructor
Fabric8 Kubernetes Client version
6.0.0-RC1
Steps to reproduce
Check out this build:
https://github.com/java-operator-sdk/admission-controller-framework/runs/7211447592?check_suite_focus=true
it's very simple project where a minimalist custom resource is defined.
or in Java Operator SDK:
operator-framework/java-operator-sdk#1305
Expected behavior
CRD is generated, no error.
Runtime
Build with Java 11
Kubernetes API Server version
1.22.3@latest
Environment
Linux
Fabric8 Kubernetes Client Logs
No response
Additional context
No response