Bernhard Strähle
Bernhard Strähle
I agree, this topic requires much more details before we start to get an overview if it's really worth the efforts. Some notes: - We should define some goals and...
I think this feature has already been implemented with #5949: https://github.com/fabric8io/kubernetes-client/blob/main/crd-generator/api-v2/src/main/java/io/fabric8/crdv2/generator/CRDGenerator.java#L194 Parallel execution is also enabled by default in the maven plugin and in the CLI.
Thanks, I would be happy to contribute at least the initial document once we have collected the most important content. I will update the list of contents in the description...
To bei clear: I don't know any use case for round tripping and I think it would be really hard to implement. I also think that's the reason why other...
> @manusa @andreaTP ideally we would not add support a custom Format annotation. @shawkins Does this mean you would prefer a general annotation like described in #5881?
> > I see the use case for this when using the CRD Generator, at the moment you cannot inject a custom format. > > Is just another "free form...
Thanks for the detailed answer. I think we should move the further discussion out of this PR: https://github.com/fabric8io/kubernetes-client/discussions/5942
After testing v2 it seems like the new implementation covers a lot more cases for format but unfortunatly not all. Not covered: - ipv4 - ipv6 - email - mac...
> @baloo42 in addition to any general proposal, it would help to capture where each of those could have additional support in jackson, or with the v2 generator as well....
No problem - take your time. This issue here has no priority for me. The intention was to get an overview of the missing features and how possible solutions could...