microbean / microbean-kubernetes-controller

A toolset for writing Kubernetes controllers, or operators, in Java.
https://microbean.github.io/microbean-kubernetes-controller/
Apache License 2.0
20 stars 7 forks source link

Update watcher API to 5.8.1 #25

Closed xguerin closed 1 year ago

xguerin commented 1 year ago

Use Versionable<WatchAndWaitable<_>> instead of VersionWatchable<_>.

xguerin commented 1 year ago

@ljnelson let me know if you are still maintaining this project. Happy to take over otherwise.

ljnelson commented 1 year ago

No, my intent is to keep maintaining it. I do so only oddly and sporadically however; you will probably want to fork and such if that kind of schedule does not suit you. I will look at your PR this week. Thanks for contributing to the project.

xguerin commented 1 year ago

Hey @ljnelson, would it be possible to push a SNAPSHOT of 0.4 if that works for you?