We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Currently there is quite cryptic exception:
Exception in thread "main" java.lang.ClassCastException: class [Ljava.lang.Object; cannot be cast to class [Ljava.lang.Class; ([Ljava.lang.Object; and [Ljava.lang.Class; are in module java.base of loader 'bootstrap') at io.javaoperatorsdk.operator.api.config.AnnotationControllerConfiguration.getEventFilter(AnnotationControllerConfiguration.java:95) at io.javaoperatorsdk.operator.processing.event.source.controller.ControllerResourceEventSource.<init>(ControllerResourceEventSource.java:42) at io.javaoperatorsdk.operator.processing.event.EventSources.initControllerEventSource(EventSources.java:26) at io.javaoperatorsdk.operator.processing.event.EventSourceManager.<init>(EventSourceManager.java:44) at io.javaoperatorsdk.operator.processing.Controller.<init>(Controller.java:73) at io.javaoperatorsdk.operator.Operator.register(Operator.java:164) at io.javaoperatorsdk.operator.Operator.register(Operator.java:136) at io.javaoperatorsdk.operator.sample.presentation.Runner.main(Runner.java:12)
The text was updated successfully, but these errors were encountered:
@ControllerConfiguration
csviri
Successfully merging a pull request may close this issue.
Currently there is quite cryptic exception:
The text was updated successfully, but these errors were encountered: