Marc Nuri
Marc Nuri
> For now, I see these problems: I think only the "Kubernetes Aggregated Discovery endpoints" point remains as a problem now, which will be covered by #6220 Once we finish...
> Just one small comment: Bump Java requirement to at least 11, we are in 2024, Java 8 was released 10 years ago, and there are 3 LTS released since...
> the ~commercial~ best-effort support should be just for the 6.x branch of KC... the 7.x branch should set the baseline to at least Java 11 without a doubt. Just...
> * `file().upload(OutputStream)` (upload via streams, rather than needing a file on the client to exist) This one is already covered: ``` java client.pods().withName(podName).file("/path/to/file").upload(inputStream); ``` > * `file().delete()` deleting the...
This issue is quite old and we've got the required feedback (also from other means of communication), I'm closing it to avoid more noise. In summary, I think that everyone...
The new approach to generate Java types from CRDs should be preferred instead: https://github.com/fabric8io/kubernetes-client/blob/a47f52c501f43d657cc2928c0459bfbabae6f86f/doc/java-generation-from-CRD.md
I'm afraid ATM there's nothing in place but plain old debugging. I started refactoring the application on August but I have been very busy the past few months. I'll probably...
Yes, this is would be a nice feature to have, although I'm not sure what the expected output would be. The application basically indexes messages from both accounts and then...
Relates to: - #33
GMail has some special conditions for IMAP access. GMail labels are shown as virtual folders when accessed by IMAP, the same happens with "Trash","Spam"... You can configure if these labels...