Azure Functions Java Worker 2.0.0
This release includes two break changes:
- For java 11 a synchronized singleton classloader will be used. This fixes the issue Azure/Azure-Functions#1997
- Java 8 stop supporting loading the worker jars, working jars are removed from java worker. Azure/Azure-Functions#1991