Chris Laprun
Chris Laprun
Indeed, there's an issue there. Thank you for the report. Can this wait for version 5 so that we can address this in a proper fashion as this would be...
I will see if I can work something out for v4. It will definitely be in the first v5 release.
See linked PR, let me know if this addresses the issue.
Will these changes be documented? Also, I noticed that the OpenShift config got renamed but not the processor, might as well do this as well… 😄
This is due to the Java 17 upgrade: the docker image being used is too old. Of note, these tests are also using a really old Kubernetes version and should...
Hi, the [mysql-schema sample operator](https://github.com/operator-framework/java-operator-sdk/tree/main/sample-operators/mysql-schema) shows how to check external resources that live outside of the cluster and still trigger your primary resource reconciler based on events that happen on...
There's no reason why you couldn't create an event source that would call to your API using your own client, as long as you can associate whatever you're calling to...