-
Notifications
You must be signed in to change notification settings - Fork 1.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
v1.33.0: Quarkus: panic: interface conversion: *v1.Plugin is not plugin.Deprecated: missing method DeprecationWarning #6645
v1.33.0: Quarkus: panic: interface conversion: *v1.Plugin is not plugin.Deprecated: missing method DeprecationWarning #6645
Comments
I'm facing the Same issue as well on a new Mac. Downgrading back to v1.32.0 worked for the time being.. |
@csviri could you please take a look at this issue as this is related to Java Operator plugin. Thanks! |
cc @metacosm |
I haven't looked at the details yet but the problem is most likely that no one has released the java operator plugin before releasing the 1.33 version of the cli. A fix will most likely involve such a release and a new operator-sdk cli release as well. |
This will be fixed in the next release. We probably need to add some checks to our pipeline to make sure this sort of thing doesn't happen again. |
Issues go stale after 90d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle stale |
Hi @jberkhahn, is there any update to this? |
Stale issues rot after 30d of inactivity. Mark the issue as fresh by commenting If this issue is safe to close now please do so with /lifecycle rotten |
Is there a workaround for this issue until it is fixed? |
This is still a problem. |
I would suggest to just bootstrap your Quarkus-based operator by following the bootstraping instructions and then use the iterative development mode with the Moving forward, supporting this plugin will not be a priority (unless the community steps up to maintain it) as the Quarkus Dev mode commands are more natural to a Quarkus-based workflow and can be updated much faster and in synch with the Java SDK releases (which isn't the case here). |
Rotten issues close after 30d of inactivity. Reopen the issue by commenting /close |
@openshift-bot: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/reopen |
@xstefank: You can't reopen an issue/PR unless you authored it or you are a collaborator. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
/reopen |
@metacosm: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Bug Report
What did you do?
What did you expect to see?
Next: define a resource with: $ operator-sdk create api
What did you see instead? Under which circumstances?
panic: interface conversion: *v1.Plugin is not plugin.Deprecated: missing method DeprecationWarning goroutine 1 [running]: sigs.k8s.io/kubebuilder/v3/pkg/cli.CLI.printDeprecationWarnings({{0x33beeda, 0xc}, {0xc0000e2160, 0xab}, {0x34502d7, 0x37}, 0xc0006cec60, 0xc0006cec90, {0x3, 0x0}, ...}) /Users/stellirin/go/pkg/mod/sigs.k8s.io/kubebuilder/v3@v3.11.1/pkg/cli/cli.go:446 +0x7a sigs.k8s.io/kubebuilder/v3/pkg/cli.New({0xc00070f670?, 0x62?, 0xc00070f708?}) /Users/stellirin/go/pkg/mod/sigs.k8s.io/kubebuilder/v3@v3.11.1/pkg/cli/cli.go:116 +0x178 github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/cli.GetPluginsCLIAndRoot() operator-sdk/internal/cmd/operator-sdk/cli/cli.go:161 +0x1a30 github.com/operator-framework/operator-sdk/internal/cmd/operator-sdk/cli.Run() operator-sdk/internal/cmd/operator-sdk/cli/cli.go:75 +0x1b main.main() operator-sdk/cmd/operator-sdk/main.go:28 +0x13
Environment
Operator type:
Kubernetes cluster type:
$ operator-sdk version
$ go version
(if language is Go)$ kubectl version
Possible Solution
Additional context
Checkout and build of v1.32.0 give me functional operator-sdk.
The text was updated successfully, but these errors were encountered: