Ioannis Canellos
Ioannis Canellos
I am really skeptic about moving extensions off this repository as this creates more versions that needs to be aligned, more projects in the release train etc. Can you point...
Maybe we could use these: https://github.com/kubevirt/kubevirt/blob/main/manifests/generated/kv-resource.yaml
> Thanks for getting back @iocanel ! > > > I am really skeptic about moving extensions off this repository as this creates more versions that needs to be aligned,...
I think that we should just add an option to the existing annotation Protocol annotation and if explicitly set, we should attempt a "port to protocol" conversion.
We don't need to use maven properties plugin. Since we create a mojo of our own, to create the properties file, that mojo can also set the properties to "project...
I think so yes
Let me re-run them one more time.
@liborfuka: With the provided input I am unable to reproduce the issue. More specifically I used the `spring-boot-on-kubernetes-example` and added the dekorate and spring boms: ``` io.dekorate dekorate-bom 3.6.1 pom...
The error message itself most probably means that https://github.com/fabric8io/kubernetes-client/blob/main/httpclient-okhttp/pom.xml is not present in your class path. The dependency should be brought in by `io.fabric8:kubernetes-client:6.6.2` which is used by `dekorate-core`. Check...
I am not really sure how much we can do about it, given that purposefully we avoid bring in build tool dependencies and we are parsing files ourselves. The only...