-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kubernetes CRD ClassNotFoundException after upgrade to 1.11.2.Final in dev mode #15250
Comments
/cc @geoand |
Does the same problem occur with 1.11.3? |
Yes 1.11.3 is affected as well. Just wanted to highlight that the issue was introduced in 1.11.2. |
@iocanel want to take a look? |
A workaround should be available in Fabric8 kubernetes-client 5.1, which you can use by putting the |
@metacosm how serious is this issue? Should I backport the 5.1.0 upgrade? |
Workaround works. pom snippet:
|
Thanks for checking. |
I'm trying to figure out what's the best way. Ideally, we'd release a 5.1.1 with a better fix and backport this. |
@gsmet if all goes well, 5.1.1 should be released tomorrow. Backporting the upgrade to the 1.11 line should probably be a good idea if practical. |
Describe the bug
Upgrade 1.11.1.Final -> 1.11.2.Final breaks
mvn quarkus:dev
with Kubernetes CRD.Quarkus cannot find my CRD's Spec model class used in this CRD: https://github.com/websitecd/operator/blob/main/service/src/main/java/io/websitecd/operator/crd/Website.java
Only mvn quarkus:dev is affected. Normal jar build (resp. quarkus tests) works correctly.
Expected behavior
mvn quarkus:dev should start
Actual behavior
After strart
To Reproduce
Try to upgrade quarkus version in this project (module service)
https://github.com/websitecd/operator
Environment (please complete the following information):
uname -a
orver
:java -version
: 11mvnw --version
orgradlew --version
): 3.6.3The text was updated successfully, but these errors were encountered: