Skip to content

Azure Functions Java Worker 1.9.0

Compare
Choose a tag to compare
@kaibocai kaibocai released this 30 Sep 20:41
· 154 commits to dev since this release

Fixes the issue - multiple instances of the static variable even though it's in the same class: #412
Including a environment variable FUNCTIONS_WORKER_JAVA_SINGLE_CLASSLOADER. If this variable is set to true then the following changes are made

  • For java 11 a synchronized singleton classloader is created for usage