Skip to content

Azure Functions Java Worker 1.7.1

Compare
Choose a tag to compare
@amamounelsayed amamounelsayed released this 25 Jun 20:33
· 202 commits to dev since this release

This release is for shading all worker jars. This will give the option to clients to override the current behavior for java worker for how the jars are load it.

Only for JAVA 8
To be a backward compatible We freeze all the jars we currently have added to lib_worker_1.6.2.
We still load the worker jars first then the client jars.

If the client like to reverse this order and their jars takes presence first, they will need to add FUNCTIONS_WORKER_JAVA_LOAD_APP_LIBS True or 1. By this way it will be opt-in and load their jars first then worker jars.

JAVA 11 will use only the customer jars.