Skip to content

Azure Functions Java Worker 1.8.0

Compare
Choose a tag to compare
@TsuyoshiUshio TsuyoshiUshio released this 15 Sep 21:47
· 216 commits to dev since this release
e1c2809

This release includes:

  • Unshard Gson #399
  • Upgrade Java Functions Library to 1.4.0 #401

We have some issues related shading. We fully shaded however, Gson could be an issue since it is exposed indirectly and `HttpResponseMessage.Builder' 'body' method using Gson internally with shaded version. If you use Gson annotation, the last version will ignore the annotation. So we decided shaded bach the Gson.

This will fix following issues:

  • Java Function Host failing with Class Cast Exception #396
  • Gson annotation is ignored #400