Honnix
Honnix
I'm making a small tweak.
Could you please help merge this so it doesn't stay too long and get conflict? Thank you.
If going to `main` results a bug fix release right way, it might make sense due to the small breaking change. It feels better to ship it sooner than later.
> I think this is kinda gray area, it's not a bug fix, rather an improvement IMHO. But fine with merging it to the main, and have a release. Yeah...
Thank you all!
@manusa Thanks for replying! Yeah that's indeed a good workaround, although it may feel slightly overcomplicated for a small code base. I think I will be fine to live with...
Right that is a possible solution. So for generated code, it is usually a good practice to use `@Generated` annotation, so something like: ```java import javax.annotation.processing.Generated; @Generated("...") @io.fabric8.kubernetes.model.annotation.Version(value = "v1",...
I guess, better to have some identity so it won't skip other generated files, `@Generated(value="io.facric8....")`.
Not exactly sure how this part works, but is it reasonable to extend plugin interface so a plugin could periodically be called to apply cleanup work?