question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CRD Generator Annotation Issues with v6 RC1

See original GitHub issue

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: https://github.com/java-operator-sdk/java-operator-sdk/pull/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

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:12 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
csviricommented, Jul 25, 2022

Maybe @iocanel could tell more. But afik that was the conclusion at the end, that is probably something with shading.

1reaction
andreaTPcommented, Jul 25, 2022

@csviri would you mind to elaborate? crd-generator-api is a transitive dependency of crd-generator-apt and, the only reason (I can think about) why a direct dependency would fix something is because of a misconfiguration of the shading. Any other ideas?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Markers for setting labels and annotations for CRD · Issue #454
When managing multiple CRDs for a project, it is useful to be able to set labels (and annotations) on them, so that its...
Read more >
Fix list for IBM WebSphere Application Server V8.5
IBM WebSphere Application Server provides periodic fixes for the base and Network Deployment editions of release V8.5. The following is a complete listing ......
Read more >
Bug listing with status CONFIRMED as at 2022/12/14 03:46:34
... "new ebuild for the stereogramgenerator KBlinsel" status:CONFIRMED resolution: ... Bug:131821 - "manolr-0.4-rc1.ebuild (new package)" status:CONFIRMED ...
Read more >
Change log for 4.6.50
Updating ose-cluster-csi-snapshot-controller-operator builder & base images to be consistent with ART #73 · Bug 1878040: Copy CRD manifest ...
Read more >
Security Bulletin 9 Feb 2022
VMware has evaluated the severity of this issue to be in the Critical severity ... CVE-2022-23888, YzmCMS v6.3 was discovered to contain a ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found