-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Description
Currently for each function we created in a specific class loader. The impact Static variable appears to be difference for each function even though it's in the same class
Azure/azure-functions-java-worker#412
Motivation
What is the motivation for the change?
We will need to fix the issue and have the same behavior like java 8
Impact
We do have a way to know how many java 11 users that will get impacted by this issue. The impacted users will be java 11 users that use static variables.
Compat-mode support
We will not add compact-mode support
Detection
N/A
Support
We may need to inform the support with the change and explain how azure functions behavior.
Documentation
N/A
Components impacted
Java worker
Performance
No impact
BenD10 and bouff