Skip to content

Azure Functions Java Worker 2.0.0

Compare
Choose a tag to compare
@kaibocai kaibocai released this 30 Sep 21:19
· 164 commits to dev since this release

This release includes two break changes:

  1. For java 11 a synchronized singleton classloader will be used. This fixes the issue Azure/Azure-Functions#1997
  2. Java 8 stop supporting loading the worker jars, working jars are removed from java worker. Azure/Azure-Functions#1991