Azure / azure-functions-java-worker

Java runtime and core types for Microsoft Azure Functions
MIT License
87 stars 54 forks source link

Support for Record deserialization by upgrading GSON #739

Open JEBailey opened 11 months ago

JEBailey commented 11 months ago

I'd like to be able to use Java Records as the object for deserialization. This is a feature that gson introduced in v2.10 while we are currently using 2.9. Would it be possible to upgrade this dependency?

kaibocai commented 11 months ago

Thank you for reaching out. Yeah, we will work on updating the Gson version soon. Thanks.

cc @shreyas-gopalakrishna, @kamperiadis

buman56 commented 5 months ago

Hi, is there any update on an ETA for this?