Johannes

Results 23 comments of Johannes

Can you provide an update on this @kaibocai? It looks like Spring Data cosmos will be compatible with JDK17 [soon](https://github.com/Azure/azure-sdk-for-java/issues/30458), it'd be great if this could get integrated properly so...

I'm fine with waiting a bit more, my priority was to understand if this is still being worked on and to get a rough timeline if possible, thanks for looking...

Azure/azure-sdk-for-java/issues/30458 seems to be available now. Any update when this can be completed?

I don't have a simple testcase ready for this but if I recall correctly, you can just return a class containing a `LocalDateTime` and you will see how its serialized...

Hi @kaibocai, thanks for taking the time to PoC this and giving me the above instructions :) I tested it locally, one thing you seem to have omitted is that...

Changing your logic to ```Supplier```-style would still allow the user to supply a default, uncustomized GSON instance before spring is initialized and switch to the one provided by spring later....

Hi @kaibocai, sorry for the extended delay. I created two versions: one uses the [Supplier](https://github.com/CrawX/azure-functions-java-worker/tree/gson-injection-use-supplier) and the other one a small [interface](https://github.com/CrawX/azure-functions-java-worker/tree/gson-injection-use-interface). The Supplier-one uses a `Supplier` internally to read...

@danielpops I'm currently testing App Mesh for some deployments and it does seem AppMesh doesn't set [forward_client_cert_details](https://www.envoyproxy.io/docs/envoy/latest/api-v3/extensions/filters/network/http_connection_manager/v3/http_connection_manager.proto#envoy-v3-api-field-extensions-filters-network-http-connection-manager-v3-httpconnectionmanager-forward-client-cert-details) so `x-forwarded-client-cert` is not being set by envoy. Sadly, this is limiting the...

This would be an immensely useful feature to be able to activate this flag somehow. I'm running Fargate on EKS and App Mesh is the only option (seeing as Istio...