Andrea Peruffo
Andrea Peruffo
Thanks for the follow-up @epuronta ! In this case, I do consider this issue specifically targeting a missing feature of Docker Swarm, since in most other scenarios there are options...
@epuronta what do you think about reaching a middle ground where we only document this possibility and let the user create a custom image (as we encourage to anyhow)?
@epuronta thanks for getting back, but, I'm honestly even more reluctant to add the logic to the Java code as, I agree, this issue is affecting an `increasingly narrow audience`....
@epuronta we discussed this subject internally in the Keycloak team, this is the result: - we want to revisit how the `Vault` feature works in Keycloak - there are (not...
Looks very similar, @fzzle any chance you can test using Kiota from my branch ( https://github.com/andreaTP/kiota/tree/initial-fixes-simple-oneOf-py ) with the fixes or from this (non-official)"pre-release" which includes the fixes: https://github.com/andreaTP/kiota-prerelease/releases/tag/v0.0.0-pre%2BandreaTP.initial-fixes-simple-oneOf-py.b46369a
Checked and the problem is still present.
cc. @baywet just to be sure that this is under your radar
Moving back to Draft as serialization is still broken, e.g.: ```python if self.object1: writer.write_object_value(None, self.object1) elif self.object2: writer.write_object_value(None, self.object2) ``` needs to use `hasattr`.
@baywet @andrueastman to your attention as I hope we can get this one(or the resolution of the linked issues in another form) at your earliest 🙏
The "build" failure is correct as I haven't finished fixing the unit tests according to the new implementation 😅 doing it now.